Liferay 6.1.2-ce-ga3

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

Packages that use LayoutSetService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

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()
          Deprecated. Renamed to LayoutSetServiceWrapper.getWrappedService()
 LayoutSetService LayoutSetServiceWrapper.getWrappedService()
           
 

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

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


Liferay 6.1.2-ce-ga3