Liferay 6.2-ce-ga5

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. 
 

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.getWrappedLayoutBranchService()
          Deprecated. As of 6.1.0, replaced by LayoutBranchServiceWrapper.getWrappedService()
 LayoutBranchService LayoutBranchServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutBranchService
 void LayoutBranchServiceUtil.setService(LayoutBranchService service)
          Deprecated. As of 6.2.0
 void LayoutBranchServiceWrapper.setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
          Deprecated. As of 6.1.0, replaced by LayoutBranchServiceWrapper.setWrappedService(com.liferay.portal.service.LayoutBranchService)
 void LayoutBranchServiceWrapper.setWrappedService(LayoutBranchService layoutBranchService)
           
 

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


Liferay 6.2-ce-ga5