com.liferay.portal.model.impl
Class PortalPreferencesBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<PortalPreferences>
com.liferay.portal.model.impl.PortalPreferencesModelImpl
com.liferay.portal.model.impl.PortalPreferencesBaseImpl
- All Implemented Interfaces:
- BaseModel<PortalPreferences>, ClassedModel, MVCCModel, PersistedModel, PortalPreferences, PortalPreferencesModel, Serializable, Cloneable, Comparable<PortalPreferences>
- Direct Known Subclasses:
- PortalPreferencesImpl
@ProviderType
public abstract class PortalPreferencesBaseImpl
- extends PortalPreferencesModelImpl
- implements PortalPreferences
The extended model base implementation for the PortalPreferences service. Represents a row in the "PortalPreferences" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in PortalPreferencesImpl.
- See Also:
PortalPreferencesImpl,
PortalPreferences,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| 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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
|
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
| Methods inherited from class com.liferay.portal.model.impl.PortalPreferencesModelImpl |
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalOwnerId, getOriginalOwnerType, getOwnerId, getOwnerType, getPortalPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setOwnerId, setOwnerType, setPortalPreferencesId, setPreferences, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.PortalPreferencesModel |
clone, compareTo, getExpandoBridge, getMvccVersion, getOwnerId, getOwnerType, getPortalPreferencesId, getPreferences, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setOwnerId, setOwnerType, setPortalPreferencesId, setPreferences, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
PortalPreferencesBaseImpl
public PortalPreferencesBaseImpl()
persist
public void persist()
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist in interface PersistedModel