Liferay 7.0-ce-b4

com.liferay.portal.model
Interface PortletPreferences

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

@ProviderType
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.

Field Summary
static Accessor<PortletPreferences,Long> PORTLET_PREFERENCES_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.PortletPreferencesModel
clone, compareTo, getCompanyId, getExpandoBridge, getMvccVersion, getOwnerId, getOwnerType, getPlid, getPortletId, getPortletPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setOwnerId, setOwnerType, setPlid, setPortletId, setPortletPreferencesId, setPreferences, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PORTLET_PREFERENCES_ID_ACCESSOR

static final Accessor<PortletPreferences,Long> PORTLET_PREFERENCES_ID_ACCESSOR

Liferay 7.0-ce-b4