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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.exportimport.service.base   
 

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)
           
 

Uses of LayoutSetService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement LayoutSetService
 class LayoutSetServiceBaseImpl
          Provides the base implementation for the layout set remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutSetService
protected  LayoutSetService GroupServiceBaseImpl.layoutSetService
           
protected  LayoutSetService LayoutServiceBaseImpl.layoutSetService
           
protected  LayoutSetService LayoutRevisionServiceBaseImpl.layoutSetService
           
protected  LayoutSetService LayoutSetPrototypeServiceBaseImpl.layoutSetService
           
protected  LayoutSetService LayoutSetBranchServiceBaseImpl.layoutSetService
           
protected  LayoutSetService CompanyServiceBaseImpl.layoutSetService
           
protected  LayoutSetService LayoutSetServiceBaseImpl.layoutSetService
           
 

Methods in com.liferay.portal.service.base that return LayoutSetService
 LayoutSetService GroupServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService LayoutServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService LayoutRevisionServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService LayoutSetPrototypeServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService LayoutSetBranchServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService CompanyServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 LayoutSetService LayoutSetServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetService
 void GroupServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void LayoutServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void LayoutRevisionServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void CompanyServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 void LayoutSetServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 

Uses of LayoutSetService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement LayoutSetService
 class LayoutSetServiceImpl
           
 

Uses of LayoutSetService in com.liferay.portlet.exportimport.service.base
 

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutSetService
protected  LayoutSetService StagingServiceBaseImpl.layoutSetService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutSetService
 LayoutSetService StagingServiceBaseImpl.getLayoutSetService()
          Returns the layout set remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutSetService
 void StagingServiceBaseImpl.setLayoutSetService(LayoutSetService layoutSetService)
          Sets the layout set remote service.
 


Liferay 7.0-ce-b4