Liferay 6.2-ce-ga5

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

Methods in com.liferay.portal.service that return LayoutService
static LayoutService LayoutServiceUtil.getService()
           
 LayoutService LayoutServiceWrapper.getWrappedLayoutService()
          Deprecated. As of 6.1.0, replaced by LayoutServiceWrapper.getWrappedService()
 LayoutService LayoutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutService
 void LayoutServiceUtil.setService(LayoutService service)
          Deprecated. As of 6.2.0
 void LayoutServiceWrapper.setWrappedLayoutService(LayoutService layoutService)
          Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5