Liferay 7.0-ce-b4

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

Packages that use LayoutSetBranchPersistence
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. 
com.liferay.portlet.exportimport.service.base   
 

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

Fields in com.liferay.portal.service.base declared as LayoutSetBranchPersistence
protected  LayoutSetBranchPersistence GroupServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutSetBranchLocalServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence RecentLayoutSetBranchLocalServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutRevisionServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutRevisionLocalServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutBranchLocalServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence GroupLocalServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutSetBranchServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutBranchServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutSetServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence LayoutSetLocalServiceBaseImpl.layoutSetBranchPersistence
           
 

Methods in com.liferay.portal.service.base that return LayoutSetBranchPersistence
 LayoutSetBranchPersistence GroupServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutSetBranchLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence RecentLayoutSetBranchLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutRevisionServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutRevisionLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutBranchLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence GroupLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutSetBranchServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutBranchServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutSetServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence LayoutSetLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetBranchPersistence
 void GroupServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void RecentLayoutSetBranchLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutRevisionServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutBranchLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void GroupLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetBranchServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutBranchServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 

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

Methods in com.liferay.portal.service.persistence that return LayoutSetBranchPersistence
static LayoutSetBranchPersistence LayoutSetBranchUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement LayoutSetBranchPersistence
 class LayoutSetBranchPersistenceImpl
          The persistence implementation for the layout set branch service.
 

Uses of LayoutSetBranchPersistence in com.liferay.portlet.exportimport.service.base
 

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutSetBranchPersistence
protected  LayoutSetBranchPersistence StagingServiceBaseImpl.layoutSetBranchPersistence
           
protected  LayoutSetBranchPersistence StagingLocalServiceBaseImpl.layoutSetBranchPersistence
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutSetBranchPersistence
 LayoutSetBranchPersistence StagingServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetBranchPersistence StagingLocalServiceBaseImpl.getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutSetBranchPersistence
 void StagingServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void StagingLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 


Liferay 7.0-ce-b4