Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class PortalPreferencesImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PortalPreferences>
      extended by com.liferay.portal.model.impl.PortalPreferencesModelImpl
          extended by com.liferay.portal.model.impl.PortalPreferencesBaseImpl
              extended by com.liferay.portal.model.impl.PortalPreferencesImpl
All Implemented Interfaces:
BaseModel<PortalPreferences>, ClassedModel, PersistedModel, PortalPreferences, PortalPreferencesModel, Serializable, Cloneable, Comparable<PortalPreferences>

public class PortalPreferencesImpl
extends PortalPreferencesBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PortalPreferencesModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, OWNERID_COLUMN_BITMASK, OWNERTYPE_COLUMN_BITMASK, PORTALPREFERENCESID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PortalPreferencesImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PortalPreferencesBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.PortalPreferencesModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalOwnerId, getOriginalOwnerType, getOwnerId, getOwnerType, getPortalPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setOwnerId, setOwnerType, setPortalPreferencesId, setPreferences, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PortalPreferencesModel
clone, compareTo, getExpandoBridge, getOwnerId, getOwnerType, getPortalPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setOwnerId, setOwnerType, setPortalPreferencesId, 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
 

Constructor Detail

PortalPreferencesImpl

public PortalPreferencesImpl()

Liferay 6.2-ce-ga5