Liferay 6.1.2-ce-ga3

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

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

Methods in com.liferay.portal.service with parameters of type LayoutSetBranchService
 void LayoutSetBranchServiceUtil.setService(LayoutSetBranchService service)
          Deprecated.  
 void LayoutSetBranchServiceWrapper.setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
          Deprecated. Renamed to 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.1.2-ce-ga3