Liferay 6.0-ee-sp2

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

Packages that use LayoutService
com.liferay.portal.service   
 

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()
           
 

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

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


Liferay 6.0-ee-sp2