Liferay 7.0-ce-m3

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. 
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type LayoutSetBranchPersistence
 void GroupLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void StagingLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutSetBranchServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutBranchLocalServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void StagingServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutBranchServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void LayoutRevisionServiceBaseImpl.setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void GroupServiceBaseImpl.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()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutSetBranchPersistence
 void LayoutSetBranchUtil.setPersistence(LayoutSetBranchPersistence persistence)
          Deprecated. As of 6.2.0
 

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.
 


Liferay 7.0-ce-m3