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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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.model.impl
 

Classes in com.liferay.portal.model.impl that implement PortletDecorator
 class PortletDecoratorImpl
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type PortletDecorator
 int PortletDecoratorImpl.compareTo(PortletDecorator portletDecorator)
           
 

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.service.impl
 

Methods in com.liferay.portal.service.impl that return PortletDecorator
 PortletDecorator ThemeLocalServiceImpl.fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
 PortletDecorator ThemeLocalServiceImpl.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 PortletDecoratorFactoryImpl.getDefaultPortletDecorator()
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator()
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator()
           
 PortletDecorator PortletDecoratorFactoryImpl.getPortletDecorator()
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator(String portletDecoratorId)
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator(String portletDecoratorId)
           
 PortletDecorator PortletDecoratorFactoryImpl.getPortletDecorator(String portletDecoratorId)
           
 PortletDecorator PortletDecoratorFactory.getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
static PortletDecorator PortletDecoratorFactoryUtil.getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
 PortletDecorator PortletDecoratorFactoryImpl.getPortletDecorator(String portletDecoratorId, String name, String cssClass)
           
 


Liferay 7.0-ce-b4