Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.model.impl.PortalPreferencesModelImpl

Packages that use PortalPreferencesModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of PortalPreferencesModelImpl in com.liferay.portal.model.impl
 

Subclasses of PortalPreferencesModelImpl in com.liferay.portal.model.impl
 class PortalPreferencesBaseImpl
          The extended model base implementation for the PortalPreferences service.
 class PortalPreferencesImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type PortalPreferencesModelImpl
protected  void PortalPreferencesPersistenceImpl.cacheUniqueFindersCache(PortalPreferencesModelImpl portalPreferencesModelImpl, boolean isNew)
           
protected  void PortalPreferencesPersistenceImpl.clearUniqueFindersCache(PortalPreferencesModelImpl portalPreferencesModelImpl)
           
 


Liferay 7.0-ce-b4