Liferay 7.0-ce-b4

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

Packages that use LayoutBranchService
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. 
 

Uses of LayoutBranchService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutBranchService
 class LayoutBranchServiceWrapper
          Provides a wrapper for LayoutBranchService.
 

Methods in com.liferay.portal.service that return LayoutBranchService
static LayoutBranchService LayoutBranchServiceUtil.getService()
           
 LayoutBranchService LayoutBranchServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutBranchService
 void LayoutBranchServiceWrapper.setWrappedService(LayoutBranchService layoutBranchService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutBranchService
LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
           
 

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

Classes in com.liferay.portal.service.base that implement LayoutBranchService
 class LayoutBranchServiceBaseImpl
          Provides the base implementation for the layout branch remote service.
 

Fields in com.liferay.portal.service.base declared as LayoutBranchService
protected  LayoutBranchService LayoutRevisionServiceBaseImpl.layoutBranchService
           
protected  LayoutBranchService LayoutSetBranchServiceBaseImpl.layoutBranchService
           
protected  LayoutBranchService LayoutBranchServiceBaseImpl.layoutBranchService
           
 

Methods in com.liferay.portal.service.base that return LayoutBranchService
 LayoutBranchService LayoutRevisionServiceBaseImpl.getLayoutBranchService()
          Returns the layout branch remote service.
 LayoutBranchService LayoutSetBranchServiceBaseImpl.getLayoutBranchService()
          Returns the layout branch remote service.
 LayoutBranchService LayoutBranchServiceBaseImpl.getLayoutBranchService()
          Returns the layout branch remote service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutBranchService
 void LayoutRevisionServiceBaseImpl.setLayoutBranchService(LayoutBranchService layoutBranchService)
          Sets the layout branch remote service.
 void LayoutSetBranchServiceBaseImpl.setLayoutBranchService(LayoutBranchService layoutBranchService)
          Sets the layout branch remote service.
 void LayoutBranchServiceBaseImpl.setLayoutBranchService(LayoutBranchService layoutBranchService)
          Sets the layout branch remote service.
 

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

Classes in com.liferay.portal.service.impl that implement LayoutBranchService
 class LayoutBranchServiceImpl
           
 


Liferay 7.0-ce-b4