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. 
 

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)
           
 


Liferay 7.0-ce-b4