Liferay 7.0-ce-b4

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

Packages that use LayoutSetPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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 LayoutSetPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as LayoutSetPersistence
protected  LayoutSetPersistence GroupServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetBranchLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutRevisionServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetPrototypeServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutRevisionLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence VirtualHostLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence GroupLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetBranchServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence CompanyLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetPrototypeLocalServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence CompanyServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence LayoutSetLocalServiceBaseImpl.layoutSetPersistence
           
 

Methods in com.liferay.portal.service.base that return LayoutSetPersistence
 LayoutSetPersistence GroupServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetBranchLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutRevisionServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetPrototypeServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutRevisionLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence VirtualHostLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence GroupLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetBranchServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence CompanyLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetPrototypeLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence CompanyServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPersistence LayoutSetLocalServiceBaseImpl.getLayoutSetPersistence()
          Returns the layout set persistence.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetPersistence
 void GroupServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutRevisionServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void VirtualHostLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void GroupLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetBranchServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void CompanyLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetPrototypeLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void CompanyServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void LayoutSetLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 

Uses of LayoutSetPersistence in com.liferay.portal.service.impl
 

Fields in com.liferay.portal.service.impl declared as LayoutSetPersistence
protected  LayoutSetPersistence LayoutLocalServiceHelper.layoutSetPersistence
           
 

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

Methods in com.liferay.portal.service.persistence that return LayoutSetPersistence
static LayoutSetPersistence LayoutSetUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement LayoutSetPersistence
 class LayoutSetPersistenceImpl
          The persistence implementation for the layout set service.
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutSetPersistence
protected  LayoutSetPersistence StagingServiceBaseImpl.layoutSetPersistence
           
protected  LayoutSetPersistence StagingLocalServiceBaseImpl.layoutSetPersistence
           
 

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

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutSetPersistence
 void StagingServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void StagingLocalServiceBaseImpl.setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 


Liferay 7.0-ce-b4