Liferay 6.1.2-ce-ga3

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

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

Uses of LayoutService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutService
 class LayoutServiceWrapper
           This class is a wrapper for LayoutService.
 

Methods in com.liferay.portal.service that return LayoutService
static LayoutService LayoutServiceUtil.getService()
           
 LayoutService LayoutServiceWrapper.getWrappedLayoutService()
          Deprecated. Renamed to LayoutServiceWrapper.getWrappedService()
 LayoutService LayoutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutService
 void LayoutServiceUtil.setService(LayoutService service)
          Deprecated.  
 void LayoutServiceWrapper.setWrappedLayoutService(LayoutService layoutService)
          Deprecated. Renamed to LayoutServiceWrapper.setWrappedService(com.liferay.portal.service.LayoutService)
 void LayoutServiceWrapper.setWrappedService(LayoutService layoutService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutService
LayoutServiceWrapper(LayoutService layoutService)
           
 


Liferay 6.1.2-ce-ga3