Liferay 7.0-ce-b4

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

Packages that use LayoutBranchPersistence
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 LayoutBranchPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as LayoutBranchPersistence
protected  LayoutBranchPersistence LayoutSetBranchLocalServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence LayoutRevisionServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence RecentLayoutBranchLocalServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence LayoutRevisionLocalServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence LayoutBranchLocalServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence LayoutSetBranchServiceBaseImpl.layoutBranchPersistence
           
protected  LayoutBranchPersistence LayoutBranchServiceBaseImpl.layoutBranchPersistence
           
 

Methods in com.liferay.portal.service.base that return LayoutBranchPersistence
 LayoutBranchPersistence LayoutSetBranchLocalServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence LayoutRevisionServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence RecentLayoutBranchLocalServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence LayoutRevisionLocalServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence LayoutBranchLocalServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence LayoutSetBranchServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutBranchPersistence LayoutBranchServiceBaseImpl.getLayoutBranchPersistence()
          Returns the layout branch persistence.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutBranchPersistence
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void LayoutRevisionServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void RecentLayoutBranchLocalServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void LayoutBranchLocalServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void LayoutSetBranchServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void LayoutBranchServiceBaseImpl.setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 

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

Methods in com.liferay.portal.service.persistence that return LayoutBranchPersistence
static LayoutBranchPersistence LayoutBranchUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement LayoutBranchPersistence
 class LayoutBranchPersistenceImpl
          The persistence implementation for the layout branch service.
 


Liferay 7.0-ce-b4