Liferay 7.0-ce-b4

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

Packages that use RecentLayoutBranchLocalService
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 RecentLayoutBranchLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement RecentLayoutBranchLocalService
 class RecentLayoutBranchLocalServiceWrapper
          Provides a wrapper for RecentLayoutBranchLocalService.
 

Methods in com.liferay.portal.service that return RecentLayoutBranchLocalService
static RecentLayoutBranchLocalService RecentLayoutBranchLocalServiceUtil.getService()
           
 RecentLayoutBranchLocalService RecentLayoutBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RecentLayoutBranchLocalService
 void RecentLayoutBranchLocalServiceWrapper.setWrappedService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type RecentLayoutBranchLocalService
RecentLayoutBranchLocalServiceWrapper(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement RecentLayoutBranchLocalService
 class RecentLayoutBranchLocalServiceBaseImpl
          Provides the base implementation for the recent layout branch local service.
 

Fields in com.liferay.portal.service.base declared as RecentLayoutBranchLocalService
protected  RecentLayoutBranchLocalService UserServiceBaseImpl.recentLayoutBranchLocalService
           
protected  RecentLayoutBranchLocalService UserLocalServiceBaseImpl.recentLayoutBranchLocalService
           
protected  RecentLayoutBranchLocalService RecentLayoutBranchLocalServiceBaseImpl.recentLayoutBranchLocalService
           
protected  RecentLayoutBranchLocalService LayoutBranchLocalServiceBaseImpl.recentLayoutBranchLocalService
           
protected  RecentLayoutBranchLocalService LayoutBranchServiceBaseImpl.recentLayoutBranchLocalService
           
 

Methods in com.liferay.portal.service.base that return RecentLayoutBranchLocalService
 RecentLayoutBranchLocalService UserServiceBaseImpl.getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 RecentLayoutBranchLocalService UserLocalServiceBaseImpl.getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 RecentLayoutBranchLocalService RecentLayoutBranchLocalServiceBaseImpl.getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 RecentLayoutBranchLocalService LayoutBranchLocalServiceBaseImpl.getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 RecentLayoutBranchLocalService LayoutBranchServiceBaseImpl.getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 

Methods in com.liferay.portal.service.base with parameters of type RecentLayoutBranchLocalService
 void UserServiceBaseImpl.setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 void UserLocalServiceBaseImpl.setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 void RecentLayoutBranchLocalServiceBaseImpl.setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 void LayoutBranchLocalServiceBaseImpl.setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 void LayoutBranchServiceBaseImpl.setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 

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

Classes in com.liferay.portal.service.impl that implement RecentLayoutBranchLocalService
 class RecentLayoutBranchLocalServiceImpl
           
 


Liferay 7.0-ce-b4