Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.LayoutSetBranchLocalService

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

Uses of LayoutSetBranchLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutSetBranchLocalService
 class LayoutSetBranchLocalServiceWrapper
          Provides a wrapper for LayoutSetBranchLocalService.
 

Methods in com.liferay.portal.service that return LayoutSetBranchLocalService
static LayoutSetBranchLocalService LayoutSetBranchLocalServiceUtil.getService()
           
 LayoutSetBranchLocalService LayoutSetBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSetBranchLocalService
 void LayoutSetBranchLocalServiceWrapper.setWrappedService(LayoutSetBranchLocalService layoutSetBranchLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutSetBranchLocalService
LayoutSetBranchLocalServiceWrapper(LayoutSetBranchLocalService layoutSetBranchLocalService)
           
 


Liferay 7.0-ce-b4