Liferay 7.0-ce-b1

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.getWrappedRecentLayoutSetBranchLocalService()
          Deprecated. As of 6.1.0, replaced by RecentLayoutSetBranchLocalServiceWrapper.getWrappedService()
 RecentLayoutSetBranchLocalService RecentLayoutSetBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RecentLayoutSetBranchLocalService
 void RecentLayoutSetBranchLocalServiceUtil.setService(RecentLayoutSetBranchLocalService service)
          Deprecated. As of 6.2.0
 void RecentLayoutSetBranchLocalServiceWrapper.setWrappedRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Deprecated. As of 6.1.0, replaced by RecentLayoutSetBranchLocalServiceWrapper.setWrappedService(com.liferay.portal.service.RecentLayoutSetBranchLocalService)
 void RecentLayoutSetBranchLocalServiceWrapper.setWrappedService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
           
 

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


Liferay 7.0-ce-b1