Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as PortalPreferencesPersistence
protected  PortalPreferencesPersistence CompanyLocalServiceBaseImpl.portalPreferencesPersistence
           
protected  PortalPreferencesPersistence CompanyServiceBaseImpl.portalPreferencesPersistence
           
protected  PortalPreferencesPersistence PortalPreferencesLocalServiceBaseImpl.portalPreferencesPersistence
           
 

Methods in com.liferay.portal.service.base that return PortalPreferencesPersistence
 PortalPreferencesPersistence CompanyLocalServiceBaseImpl.getPortalPreferencesPersistence()
          Returns the portal preferences persistence.
 PortalPreferencesPersistence CompanyServiceBaseImpl.getPortalPreferencesPersistence()
          Returns the portal preferences persistence.
 PortalPreferencesPersistence PortalPreferencesLocalServiceBaseImpl.getPortalPreferencesPersistence()
          Returns the portal preferences persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PortalPreferencesPersistence
 void CompanyLocalServiceBaseImpl.setPortalPreferencesPersistence(PortalPreferencesPersistence portalPreferencesPersistence)
          Sets the portal preferences persistence.
 void CompanyServiceBaseImpl.setPortalPreferencesPersistence(PortalPreferencesPersistence portalPreferencesPersistence)
          Sets the portal preferences persistence.
 void PortalPreferencesLocalServiceBaseImpl.setPortalPreferencesPersistence(PortalPreferencesPersistence portalPreferencesPersistence)
          Sets the portal preferences persistence.
 

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

Methods in com.liferay.portal.service.persistence that return PortalPreferencesPersistence
static PortalPreferencesPersistence PortalPreferencesUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement PortalPreferencesPersistence
 class PortalPreferencesPersistenceImpl
          The persistence implementation for the portal preferences service.
 


Liferay 7.0-ce-b4