Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.PortletPreferencesModel

Packages that use PortletPreferencesModel
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

Uses of PortletPreferencesModel in com.liferay.portal.model
 

Subinterfaces of PortletPreferencesModel in com.liferay.portal.model
 interface PortletPreferences
          The model interface for the PortletPreferences service.
 

Classes in com.liferay.portal.model that implement PortletPreferencesModel
 class PortletPreferencesWrapper
           This class is a wrapper for PortletPreferences.
 

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

Classes in com.liferay.portal.model.impl that implement PortletPreferencesModel
 class PortletPreferencesImpl
           
 class PortletPreferencesModelImpl
          The base model implementation for the PortletPreferences service.
 


Liferay 6.0-ee