Liferay 6.0.5

com.liferay.portal.model.impl
Class PortletPreferencesImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PortletPreferences>
      extended by com.liferay.portal.model.impl.PortletPreferencesModelImpl
          extended by com.liferay.portal.model.impl.PortletPreferencesImpl
All Implemented Interfaces:
BaseModel<PortletPreferences>, PortletPreferences, PortletPreferencesModel, Serializable, Cloneable, Comparable<PortletPreferences>

public class PortletPreferencesImpl
extends PortletPreferencesModelImpl
implements PortletPreferences

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PortletPreferencesModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PortletPreferencesImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PortletPreferencesModelImpl
clone, compareTo, equals, getExpandoBridge, getOriginalOwnerId, getOriginalOwnerType, getOriginalPlid, getOriginalPortletId, getOwnerId, getOwnerType, getPlid, getPortletId, getPortletPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, setExpandoBridgeAttributes, setOwnerId, setOwnerType, setPlid, setPortletId, setPortletPreferencesId, setPreferences, setPrimaryKey, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

PortletPreferencesImpl

public PortletPreferencesImpl()

Liferay 6.0.5