Liferay 7.0-ce-b4

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

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

Classes in com.liferay.portal.service that implement RecentLayoutSetBranchLocalService
 class RecentLayoutSetBranchLocalServiceWrapper
          Provides a wrapper for RecentLayoutSetBranchLocalService.
 

Methods in com.liferay.portal.service that return RecentLayoutSetBranchLocalService
static RecentLayoutSetBranchLocalService RecentLayoutSetBranchLocalServiceUtil.getService()
           
 RecentLayoutSetBranchLocalService RecentLayoutSetBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RecentLayoutSetBranchLocalService
 void RecentLayoutSetBranchLocalServiceWrapper.setWrappedService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type RecentLayoutSetBranchLocalService
RecentLayoutSetBranchLocalServiceWrapper(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement RecentLayoutSetBranchLocalService
 class RecentLayoutSetBranchLocalServiceBaseImpl
          Provides the base implementation for the recent layout set branch local service.
 

Fields in com.liferay.portal.service.base declared as RecentLayoutSetBranchLocalService
protected  RecentLayoutSetBranchLocalService LayoutSetBranchLocalServiceBaseImpl.recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchLocalService UserServiceBaseImpl.recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchLocalService RecentLayoutSetBranchLocalServiceBaseImpl.recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchLocalService UserLocalServiceBaseImpl.recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchLocalService LayoutSetBranchServiceBaseImpl.recentLayoutSetBranchLocalService
           
 

Methods in com.liferay.portal.service.base that return RecentLayoutSetBranchLocalService
 RecentLayoutSetBranchLocalService LayoutSetBranchLocalServiceBaseImpl.getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchLocalService UserServiceBaseImpl.getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchLocalService RecentLayoutSetBranchLocalServiceBaseImpl.getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchLocalService UserLocalServiceBaseImpl.getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchLocalService LayoutSetBranchServiceBaseImpl.getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 

Methods in com.liferay.portal.service.base with parameters of type RecentLayoutSetBranchLocalService
 void LayoutSetBranchLocalServiceBaseImpl.setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void UserServiceBaseImpl.setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void RecentLayoutSetBranchLocalServiceBaseImpl.setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void UserLocalServiceBaseImpl.setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void LayoutSetBranchServiceBaseImpl.setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 

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

Classes in com.liferay.portal.service.impl that implement RecentLayoutSetBranchLocalService
 class RecentLayoutSetBranchLocalServiceImpl
           
 


Liferay 7.0-ce-b4