Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as PortletItemPersistence
protected  PortletItemPersistence PortletPreferencesServiceBaseImpl.portletItemPersistence
           
protected  PortletItemPersistence PortletItemLocalServiceBaseImpl.portletItemPersistence
           
protected  PortletItemPersistence PortletPreferencesLocalServiceBaseImpl.portletItemPersistence
           
 

Methods in com.liferay.portal.service.base that return PortletItemPersistence
 PortletItemPersistence PortletPreferencesServiceBaseImpl.getPortletItemPersistence()
          Returns the portlet item persistence.
 PortletItemPersistence PortletItemLocalServiceBaseImpl.getPortletItemPersistence()
          Returns the portlet item persistence.
 PortletItemPersistence PortletPreferencesLocalServiceBaseImpl.getPortletItemPersistence()
          Returns the portlet item persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PortletItemPersistence
 void PortletPreferencesServiceBaseImpl.setPortletItemPersistence(PortletItemPersistence portletItemPersistence)
          Sets the portlet item persistence.
 void PortletItemLocalServiceBaseImpl.setPortletItemPersistence(PortletItemPersistence portletItemPersistence)
          Sets the portlet item persistence.
 void PortletPreferencesLocalServiceBaseImpl.setPortletItemPersistence(PortletItemPersistence portletItemPersistence)
          Sets the portlet item persistence.
 

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

Methods in com.liferay.portal.service.persistence that return PortletItemPersistence
static PortletItemPersistence PortletItemUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement PortletItemPersistence
 class PortletItemPersistenceImpl
          The persistence implementation for the portlet item service.
 


Liferay 7.0-ce-b4