Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.PortletDecorator

Packages that use PortletDecorator
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of PortletDecorator in com.liferay.portal.model
 

Fields in com.liferay.portal.model with type parameters of type PortletDecorator
static Accessor<PortletDecorator,String> PortletDecorator.NAME_ACCESSOR
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletDecorator
 List<PortletDecorator> Theme.getPortletDecorators()
           
 Map<String,PortletDecorator> Theme.getPortletDecoratorsMap()
           
 

Uses of PortletDecorator in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletDecorator
 PortletDecorator ThemeLocalService.fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
 PortletDecorator ThemeLocalServiceWrapper.fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
static PortletDecorator ThemeLocalServiceUtil.fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
 PortletDecorator ThemeLocalService.getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
           
 PortletDecorator ThemeLocalServiceWrapper.getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
           
static PortletDecorator ThemeLocalServiceUtil.getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
           
 

Uses of PortletDecorator in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return PortletDecorator
 PortletDecorator PortletDecoratorFactory.getDefaultPortletDecorator()
           
static PortletDecorator PortletDecoratorFactoryUtil.getDefaultPortletDecorator()
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator()
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator()
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator(String portletDecoratorId)
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator(String portletDecoratorId)
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
 


Liferay 7.0-ce-b4