Class ExpandoValueBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoValue
,com.liferay.expando.kernel.model.ExpandoValueModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<com.liferay.expando.kernel.model.ExpandoValue>
- Direct Known Subclasses:
ExpandoValueImpl
public abstract class ExpandoValueBaseImpl
extends ExpandoValueModelImpl
implements com.liferay.expando.kernel.model.ExpandoValue
The extended model base implementation for the ExpandoValue service. Represents a row in the "ExpandoValue" 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 ExpandoValueImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
ExpandoValueImpl
ExpandoValue
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COLUMNID_COLUMN_BITMASK, DATA_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ROWID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER
Fields inherited from interface com.liferay.expando.kernel.model.ExpandoValue
VALUE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnId, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getData, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalColumnId, getOriginalData, getOriginalRowId, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setCtCollectionId, setData, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, 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.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoValue
getAvailableLocales, getBoolean, getBooleanArray, getColumn, getDate, getDateArray, getDefaultLocale, getDouble, getDoubleArray, getFloat, getFloatArray, getGeolocationJSONObject, getInteger, getIntegerArray, getLong, getLongArray, getNumber, getNumberArray, getSerializable, getShort, getShortArray, getString, getString, getStringArray, getStringArray, getStringArrayMap, getStringMap, setBoolean, setBooleanArray, setColumn, setDate, setDateArray, setDouble, setDoubleArray, setFloat, setFloatArray, setGeolocationJSONObject, setInteger, setIntegerArray, setLong, setLongArray, setNumber, setNumberArray, setShort, setShortArray, setString, setString, setStringArray, setStringArray, setStringArrayMap, setStringMap
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoValueModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getCtCollectionId, getData, getMvccVersion, getPrimaryKey, getRowId, getTableId, getValueId, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setCtCollectionId, setData, setMvccVersion, setPrimaryKey, setRowId, setTableId, setValueId, toXmlString
-
Constructor Details
-
ExpandoValueBaseImpl
public ExpandoValueBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-