Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for LayoutBranchService.
 

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

Methods in com.liferay.portal.service with parameters of type LayoutBranchService
 void LayoutBranchServiceUtil.setService(LayoutBranchService service)
          Deprecated.  
 void LayoutBranchServiceWrapper.setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
          Deprecated. Renamed to 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.1.2-ce-ga3