Liferay 7.0-ce-b1

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. 
 

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.getWrappedRecentLayoutBranchLocalService()
          Deprecated. As of 6.1.0, replaced by RecentLayoutBranchLocalServiceWrapper.getWrappedService()
 RecentLayoutBranchLocalService RecentLayoutBranchLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RecentLayoutBranchLocalService
 void RecentLayoutBranchLocalServiceUtil.setService(RecentLayoutBranchLocalService service)
          Deprecated. As of 6.2.0
 void RecentLayoutBranchLocalServiceWrapper.setWrappedRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Deprecated. As of 6.1.0, replaced by RecentLayoutBranchLocalServiceWrapper.setWrappedService(com.liferay.portal.service.RecentLayoutBranchLocalService)
 void RecentLayoutBranchLocalServiceWrapper.setWrappedService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
           
 

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


Liferay 7.0-ce-b1