Liferay 7.0-ce-b4

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.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetBranchService
 void LayoutSetBranchServiceWrapper.setWrappedService(LayoutSetBranchService layoutSetBranchService)
           
 

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


Liferay 7.0-ce-b4