Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as PortletPersistence
protected  PortletPersistence GroupServiceBaseImpl.portletPersistence
           
protected  PortletPersistence PortletPreferencesServiceBaseImpl.portletPersistence
           
protected  PortletPersistence PortletLocalServiceBaseImpl.portletPersistence
           
protected  PortletPersistence PortletPreferencesLocalServiceBaseImpl.portletPersistence
           
protected  PortletPersistence GroupLocalServiceBaseImpl.portletPersistence
           
protected  PortletPersistence CompanyLocalServiceBaseImpl.portletPersistence
           
protected  PortletPersistence CompanyServiceBaseImpl.portletPersistence
           
protected  PortletPersistence PortletServiceBaseImpl.portletPersistence
           
 

Methods in com.liferay.portal.service.base that return PortletPersistence
 PortletPersistence GroupServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence PortletPreferencesServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence PortletLocalServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence PortletPreferencesLocalServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence GroupLocalServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence CompanyLocalServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence CompanyServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 PortletPersistence PortletServiceBaseImpl.getPortletPersistence()
          Returns the portlet persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PortletPersistence
 void GroupServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void PortletPreferencesServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void PortletLocalServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void PortletPreferencesLocalServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void GroupLocalServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void CompanyLocalServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void CompanyServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void PortletServiceBaseImpl.setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 

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

Methods in com.liferay.portal.service.persistence that return PortletPersistence
static PortletPersistence PortletUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement PortletPersistence
 class PortletPersistenceImpl
          The persistence implementation for the portlet service.
 


Liferay 7.0-ce-b4