Liferay 6.2-ce-ga5

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
          Provides a wrapper for LayoutSetService.
 

Methods in com.liferay.portal.service that return LayoutSetService
static LayoutSetService LayoutSetServiceUtil.getService()
           
 LayoutSetService LayoutSetServiceWrapper.getWrappedLayoutSetService()
          Deprecated. As of 6.1.0, replaced by LayoutSetServiceWrapper.getWrappedService()
 LayoutSetService LayoutSetServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetService
 void LayoutSetServiceUtil.setService(LayoutSetService service)
          Deprecated. As of 6.2.0
 void LayoutSetServiceWrapper.setWrappedLayoutSetService(LayoutSetService layoutSetService)
          Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5