Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.service.LayoutSetService

Packages that use LayoutSetService
com.liferay.portal.service   
 

Uses of LayoutSetService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutSetService
 class LayoutSetServiceWrapper
           This class is a wrapper for LayoutSetService.
 

Methods in com.liferay.portal.service that return LayoutSetService
static LayoutSetService LayoutSetServiceUtil.getService()
           
 LayoutSetService LayoutSetServiceWrapper.getWrappedLayoutSetService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetService
 void LayoutSetServiceUtil.setService(LayoutSetService service)
           
 void LayoutSetServiceWrapper.setWrappedLayoutSetService(LayoutSetService layoutSetService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutSetService
LayoutSetServiceWrapper(LayoutSetService layoutSetService)
           
 


Liferay 6.0-ee-sp2