@JSON(strict=true)
public class ExpandoValueModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
implements com.liferay.expando.kernel.model.ExpandoValueModel
This implementation and its corresponding interface ExpandoValueModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoValueImpl.
ExpandoValueImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COLUMNID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
DATA_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
ROWID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TABLEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
ExpandoValueModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
com.liferay.expando.kernel.model.ExpandoValue |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.expando.kernel.model.ExpandoValue expandoValue) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<com.liferay.expando.kernel.model.ExpandoValue,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.expando.kernel.model.ExpandoValue,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(java.lang.String columnName) |
long |
getColumnId() |
<T> T |
getColumnOriginalValue(java.lang.String columnName) |
<T> T |
getColumnValue(java.lang.String columnName) |
long |
getCompanyId() |
long |
getCtCollectionId() |
java.lang.String |
getData() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalColumnId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
java.lang.String |
getOriginalData()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalRowId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalTableId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRowId() |
long |
getTableId() |
long |
getValueId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setColumnId(long columnId) |
void |
setCompanyId(long companyId) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setData(java.lang.String data) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRowId(long rowId) |
void |
setTableId(long tableId) |
void |
setValueId(long valueId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoValue> |
toCacheModel() |
com.liferay.expando.kernel.model.ExpandoValue |
toEscapedModel() |
java.lang.String |
toString() |
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long COLUMNID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long DATA_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long ROWID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TABLEID_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.expando.kernel.model.ExpandoValueModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.expando.kernel.model.ExpandoValueModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public java.util.Map<java.lang.String,java.util.function.Function<com.liferay.expando.kernel.model.ExpandoValue,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>public java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.expando.kernel.model.ExpandoValue,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.expando.kernel.model.ExpandoValueModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.expando.kernel.model.ExpandoValueModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCtCollectionId()
getCtCollectionId in interface com.liferay.expando.kernel.model.ExpandoValueModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>public void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.expando.kernel.model.ExpandoValueModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>@JSON public long getValueId()
getValueId in interface com.liferay.expando.kernel.model.ExpandoValueModelpublic void setValueId(long valueId)
setValueId in interface com.liferay.expando.kernel.model.ExpandoValueModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.expando.kernel.model.ExpandoValueModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.expando.kernel.model.ExpandoValueModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModel@JSON public long getTableId()
getTableId in interface com.liferay.expando.kernel.model.ExpandoValueModelpublic void setTableId(long tableId)
setTableId in interface com.liferay.expando.kernel.model.ExpandoValueModel@Deprecated public long getOriginalTableId()
getColumnOriginalValue(String)@JSON public long getColumnId()
getColumnId in interface com.liferay.expando.kernel.model.ExpandoValueModelpublic void setColumnId(long columnId)
setColumnId in interface com.liferay.expando.kernel.model.ExpandoValueModel@Deprecated public long getOriginalColumnId()
getColumnOriginalValue(String)@JSON public long getRowId()
getRowId in interface com.liferay.expando.kernel.model.ExpandoValueModelpublic void setRowId(long rowId)
setRowId in interface com.liferay.expando.kernel.model.ExpandoValueModel@Deprecated public long getOriginalRowId()
getColumnOriginalValue(String)public java.lang.String getClassName()
getClassName in interface com.liferay.expando.kernel.model.ExpandoValueModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.expando.kernel.model.ExpandoValueModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.expando.kernel.model.ExpandoValueModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.expando.kernel.model.ExpandoValueModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModel@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)@JSON public long getClassPK()
getClassPK in interface com.liferay.expando.kernel.model.ExpandoValueModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.expando.kernel.model.ExpandoValueModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModel@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)@JSON public java.lang.String getData()
getData in interface com.liferay.expando.kernel.model.ExpandoValueModelpublic void setData(java.lang.String data)
setData in interface com.liferay.expando.kernel.model.ExpandoValueModel@Deprecated public java.lang.String getOriginalData()
getColumnOriginalValue(String)public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoValue toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public com.liferay.expando.kernel.model.ExpandoValue cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.expando.kernel.model.ExpandoValueModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>public int compareTo(com.liferay.expando.kernel.model.ExpandoValue expandoValue)
compareTo in interface java.lang.Comparable<com.liferay.expando.kernel.model.ExpandoValue>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoValue> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>public java.lang.String toString()
toString in class java.lang.Objectpublic <T> T getColumnValue(java.lang.String columnName)
public <T> T getColumnOriginalValue(java.lang.String columnName)
public static long getColumnBitmask(java.lang.String columnName)