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. 
 

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)
           
 


Liferay 7.0-ce-b4