Liferay 7.0-ce-b4

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

Packages that use LayoutSetBranchService
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 LayoutSetBranchService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutSetBranchService
 class LayoutSetBranchServiceWrapper
          Provides a wrapper for LayoutSetBranchService.
 

Methods in com.liferay.portal.service that return LayoutSetBranchService
static LayoutSetBranchService LayoutSetBranchServiceUtil.getService()
           
 LayoutSetBranchService LayoutSetBranchServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetBranchService
 void LayoutSetBranchServiceWrapper.setWrappedService(LayoutSetBranchService layoutSetBranchService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutSetBranchService
LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
           
 

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

Classes in com.liferay.portal.service.base that implement LayoutSetBranchService
 class LayoutSetBranchServiceBaseImpl
          Provides the base implementation for the layout set branch remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutSetBranchService
protected  LayoutSetBranchService GroupServiceBaseImpl.layoutSetBranchService
           
protected  LayoutSetBranchService LayoutRevisionServiceBaseImpl.layoutSetBranchService
           
protected  LayoutSetBranchService LayoutSetBranchServiceBaseImpl.layoutSetBranchService
           
protected  LayoutSetBranchService LayoutBranchServiceBaseImpl.layoutSetBranchService
           
protected  LayoutSetBranchService LayoutSetServiceBaseImpl.layoutSetBranchService
           
 

Methods in com.liferay.portal.service.base that return LayoutSetBranchService
 LayoutSetBranchService GroupServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 LayoutSetBranchService LayoutRevisionServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 LayoutSetBranchService LayoutSetBranchServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 LayoutSetBranchService LayoutBranchServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 LayoutSetBranchService LayoutSetServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetBranchService
 void GroupServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 void LayoutRevisionServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 void LayoutBranchServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 void LayoutSetServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 

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

Classes in com.liferay.portal.service.impl that implement LayoutSetBranchService
 class LayoutSetBranchServiceImpl
           
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutSetBranchService
protected  LayoutSetBranchService StagingServiceBaseImpl.layoutSetBranchService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutSetBranchService
 LayoutSetBranchService StagingServiceBaseImpl.getLayoutSetBranchService()
          Returns the layout set branch remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutSetBranchService
 void StagingServiceBaseImpl.setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Sets the layout set branch remote service.
 


Liferay 7.0-ce-b4