Uses of Interface
com.liferay.portal.kernel.model.PortletDecorator
Packages that use PortletDecorator
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal theme classes.
-
Uses of PortletDecorator in com.liferay.portal.kernel.internal.portlet.decorator
Classes in com.liferay.portal.kernel.internal.portlet.decorator that implement PortletDecoratorMethods in com.liferay.portal.kernel.internal.portlet.decorator with parameters of type PortletDecoratorModifier and TypeMethodDescriptionint
PortletDecoratorImpl.compareTo
(PortletDecorator portletDecorator) -
Uses of PortletDecorator in com.liferay.portal.kernel.model
Fields in com.liferay.portal.kernel.model with type parameters of type PortletDecoratorModifier and TypeFieldDescriptionstatic final Accessor<PortletDecorator,
String> PortletDecorator.NAME_ACCESSOR
Methods in com.liferay.portal.kernel.model that return types with arguments of type PortletDecorator -
Uses of PortletDecorator in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletDecoratorModifier and TypeMethodDescriptionThemeLocalService.fetchPortletDecorator
(long companyId, String themeId, String colorSchemeId) static PortletDecorator
ThemeLocalServiceUtil.fetchPortletDecorator
(long companyId, String themeId, String colorSchemeId) ThemeLocalServiceWrapper.fetchPortletDecorator
(long companyId, String themeId, String colorSchemeId) ThemeLocalService.getPortletDecorator
(long companyId, String themeId, String portletDecoratorId) static PortletDecorator
ThemeLocalServiceUtil.getPortletDecorator
(long companyId, String themeId, String portletDecoratorId) ThemeLocalServiceWrapper.getPortletDecorator
(long companyId, String themeId, String portletDecoratorId) -
Uses of PortletDecorator in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return PortletDecoratorModifier and TypeMethodDescriptionstatic PortletDecorator
PortletDecoratorFactoryUtil.getDefaultPortletDecorator()
static PortletDecorator
PortletDecoratorFactoryUtil.getPortletDecorator()
static PortletDecorator
PortletDecoratorFactoryUtil.getPortletDecorator
(String portletDecoratorId) static PortletDecorator
PortletDecoratorFactoryUtil.getPortletDecorator
(String portletDecoratorId, String name, String cssClass)