Liferay 7.0-ce-b4

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

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

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

Fields in com.liferay.portal.service.base declared as LayoutPersistence
protected  LayoutPersistence GroupServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetBranchLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence UserServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence UserGroupServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutRevisionServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetPrototypeServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence UserGroupLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutPrototypeServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence UserLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence RoleLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutRevisionLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence GroupLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetBranchServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetPrototypeLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence RoleServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutPrototypeLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence LayoutSetLocalServiceBaseImpl.layoutPersistence
           
 

Methods in com.liferay.portal.service.base that return LayoutPersistence
 LayoutPersistence GroupServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetBranchLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence UserServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence UserGroupServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutRevisionServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetPrototypeServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence UserGroupLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutPrototypeServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence UserLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence RoleLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutRevisionLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence GroupLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetBranchServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetPrototypeLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence RoleServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutPrototypeLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence LayoutSetLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutPersistence
 void GroupServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetBranchLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void UserServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void UserGroupServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutRevisionServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetPrototypeServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void UserGroupLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutPrototypeServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void UserLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void RoleLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutRevisionLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void GroupLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetBranchServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetPrototypeLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void RoleServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutPrototypeLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void LayoutSetLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 

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

Fields in com.liferay.portal.service.impl declared as LayoutPersistence
protected  LayoutPersistence LayoutLocalServiceHelper.layoutPersistence
           
 

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

Methods in com.liferay.portal.service.persistence that return LayoutPersistence
static LayoutPersistence LayoutUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement LayoutPersistence
 class LayoutPersistenceImpl
          The persistence implementation for the layout service.
 

Fields in com.liferay.portal.service.persistence.impl declared as LayoutPersistence
protected  LayoutPersistence LayoutFinderBaseImpl.layoutPersistence
           
 

Methods in com.liferay.portal.service.persistence.impl that return LayoutPersistence
 LayoutPersistence LayoutFinderBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutPersistence
 void LayoutFinderBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 

Uses of LayoutPersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as LayoutPersistence
protected  LayoutPersistence DLFileRankLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence DLAppHelperLocalServiceBaseImpl.layoutPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return LayoutPersistence
 LayoutPersistence DLFileRankLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence DLAppHelperLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type LayoutPersistence
 void DLFileRankLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void DLAppHelperLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as LayoutPersistence
protected  LayoutPersistence ExportImportServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence StagingServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence StagingLocalServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence ExportImportLocalServiceBaseImpl.layoutPersistence
           
 

Methods in com.liferay.portlet.exportimport.service.base that return LayoutPersistence
 LayoutPersistence ExportImportServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence StagingServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence StagingLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence ExportImportLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutPersistence
 void ExportImportServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void StagingServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void StagingLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void ExportImportLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 

Uses of LayoutPersistence in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as LayoutPersistence
protected  LayoutPersistence SocialActivityServiceBaseImpl.layoutPersistence
           
protected  LayoutPersistence SocialActivityLocalServiceBaseImpl.layoutPersistence
           
 

Methods in com.liferay.portlet.social.service.base that return LayoutPersistence
 LayoutPersistence SocialActivityServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 LayoutPersistence SocialActivityLocalServiceBaseImpl.getLayoutPersistence()
          Returns the layout persistence.
 

Methods in com.liferay.portlet.social.service.base with parameters of type LayoutPersistence
 void SocialActivityServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void SocialActivityLocalServiceBaseImpl.setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 


Liferay 7.0-ce-b4