Liferay 7.0-ce-b7 portal-service

Uses of Interface
com.liferay.portal.kernel.service.LayoutBranchService

Packages that use LayoutBranchService
com.liferay.portal.kernel.service This package defines the portal service interfaces and classes. 
 

Uses of LayoutBranchService in com.liferay.portal.kernel.service
 

Classes in com.liferay.portal.kernel.service that implement LayoutBranchService
 class LayoutBranchServiceWrapper
          Provides a wrapper for LayoutBranchService.
 

Methods in com.liferay.portal.kernel.service that return LayoutBranchService
static LayoutBranchService LayoutBranchServiceUtil.getService()
           
 LayoutBranchService LayoutBranchServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.kernel.service with parameters of type LayoutBranchService
 void LayoutBranchServiceWrapper.setWrappedService(LayoutBranchService layoutBranchService)
           
 

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


Liferay 7.0-ce-b7 portal-service