Liferay 6.2-ce-ga5

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. 
 

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.getWrappedLayoutSetBranchService()
          Deprecated. As of 6.1.0, replaced by LayoutSetBranchServiceWrapper.getWrappedService()
 LayoutSetBranchService LayoutSetBranchServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetBranchService
 void LayoutSetBranchServiceUtil.setService(LayoutSetBranchService service)
          Deprecated. As of 6.2.0
 void LayoutSetBranchServiceWrapper.setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Deprecated. As of 6.1.0, replaced by LayoutSetBranchServiceWrapper.setWrappedService(com.liferay.portal.service.LayoutSetBranchService)
 void LayoutSetBranchServiceWrapper.setWrappedService(LayoutSetBranchService layoutSetBranchService)
           
 

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


Liferay 6.2-ce-ga5