Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface PortletPreferences

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

public interface PortletPreferences
extends PortletPreferencesModel, PersistedModel

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

See Also:
PortletPreferencesModel, PortletPreferencesImpl, PortletPreferencesModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, setExpandoBridgeAttributes, setNew, setOwnerId, setOwnerType, setPlid, setPortletId, setPortletPreferencesId, setPreferences, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3