Liferay 7.0-ce-b4

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

Methods in com.liferay.portal.service with parameters of type LayoutSetService
 void LayoutSetServiceWrapper.setWrappedService(LayoutSetService layoutSetService)
           
 

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


Liferay 7.0-ce-b4