Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.RecentLayoutBranchPersistence

Packages that use RecentLayoutBranchPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as RecentLayoutBranchPersistence
protected  RecentLayoutBranchPersistence UserServiceBaseImpl.recentLayoutBranchPersistence
           
protected  RecentLayoutBranchPersistence UserLocalServiceBaseImpl.recentLayoutBranchPersistence
           
protected  RecentLayoutBranchPersistence RecentLayoutBranchLocalServiceBaseImpl.recentLayoutBranchPersistence
           
protected  RecentLayoutBranchPersistence LayoutBranchLocalServiceBaseImpl.recentLayoutBranchPersistence
           
protected  RecentLayoutBranchPersistence LayoutBranchServiceBaseImpl.recentLayoutBranchPersistence
           
 

Methods in com.liferay.portal.service.base that return RecentLayoutBranchPersistence
 RecentLayoutBranchPersistence UserServiceBaseImpl.getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 RecentLayoutBranchPersistence UserLocalServiceBaseImpl.getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 RecentLayoutBranchPersistence RecentLayoutBranchLocalServiceBaseImpl.getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 RecentLayoutBranchPersistence LayoutBranchLocalServiceBaseImpl.getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 RecentLayoutBranchPersistence LayoutBranchServiceBaseImpl.getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 

Methods in com.liferay.portal.service.base with parameters of type RecentLayoutBranchPersistence
 void UserServiceBaseImpl.setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 void UserLocalServiceBaseImpl.setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 void RecentLayoutBranchLocalServiceBaseImpl.setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 void LayoutBranchLocalServiceBaseImpl.setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 void LayoutBranchServiceBaseImpl.setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 

Uses of RecentLayoutBranchPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return RecentLayoutBranchPersistence
static RecentLayoutBranchPersistence RecentLayoutBranchUtil.getPersistence()
           
 

Uses of RecentLayoutBranchPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement RecentLayoutBranchPersistence
 class RecentLayoutBranchPersistenceImpl
          The persistence implementation for the recent layout branch service.
 


Liferay 7.0-ce-b4