Liferay 6.0.5

com.liferay.portal.model
Interface PortletPreferences

All Superinterfaces:
BaseModel<PortletPreferences>, Cloneable, Comparable<PortletPreferences>, PortletPreferencesModel, Serializable
All Known Implementing Classes:
PortletPreferencesImpl, PortletPreferencesWrapper

public interface PortletPreferences
extends PortletPreferencesModel

The model interface for the PortletPreferences service. Represents a row in the "PortletPreferences" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to PortletPreferencesImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a portlet preferences model instance should use the PortletPreferences interface instead.

See Also:
PortletPreferencesModel, PortletPreferencesImpl, PortletPreferencesModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PortletPreferencesModel
clone, compareTo, getExpandoBridge, getOwnerId, getOwnerType, getPlid, getPortletId, getPortletPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew, setOwnerId, setOwnerType, setPlid, setPortletId, setPortletPreferencesId, setPreferences, setPrimaryKey, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5