Liferay 7.0-ce-b4

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

Packages that use LayoutBranchLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of LayoutBranchLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement LayoutBranchLocalService
 class LayoutBranchLocalServiceWrapper
          Provides a wrapper for LayoutBranchLocalService.
 

Methods in com.liferay.portal.service that return LayoutBranchLocalService
static LayoutBranchLocalService LayoutBranchLocalServiceUtil.getService()
           
 LayoutBranchLocalService LayoutBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type LayoutBranchLocalService
 void LayoutBranchLocalServiceWrapper.setWrappedService(LayoutBranchLocalService layoutBranchLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type LayoutBranchLocalService
LayoutBranchLocalServiceWrapper(LayoutBranchLocalService layoutBranchLocalService)
           
 

Uses of LayoutBranchLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement LayoutBranchLocalService
 class LayoutBranchLocalServiceBaseImpl
          Provides the base implementation for the layout branch local service.
 

Fields in com.liferay.portal.service.base declared as LayoutBranchLocalService
protected  LayoutBranchLocalService LayoutSetBranchLocalServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService LayoutRevisionServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService RecentLayoutBranchLocalServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService LayoutRevisionLocalServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService LayoutBranchLocalServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService LayoutSetBranchServiceBaseImpl.layoutBranchLocalService
           
protected  LayoutBranchLocalService LayoutBranchServiceBaseImpl.layoutBranchLocalService
           
 

Methods in com.liferay.portal.service.base that return LayoutBranchLocalService
 LayoutBranchLocalService LayoutSetBranchLocalServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService LayoutRevisionServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService RecentLayoutBranchLocalServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService LayoutRevisionLocalServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService LayoutBranchLocalServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService LayoutSetBranchServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchLocalService LayoutBranchServiceBaseImpl.getLayoutBranchLocalService()
          Returns the layout branch local service.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutBranchLocalService
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void LayoutRevisionServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void RecentLayoutBranchLocalServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void LayoutBranchLocalServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void LayoutSetBranchServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void LayoutBranchServiceBaseImpl.setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 

Uses of LayoutBranchLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement LayoutBranchLocalService
 class LayoutBranchLocalServiceImpl
           
 


Liferay 7.0-ce-b4