Class ExpandoTableModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoTableModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<com.liferay.expando.kernel.model.ExpandoTable>
- Direct Known Subclasses:
ExpandoTableBaseImpl
@JSON(strict=true)
public class ExpandoTableModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
implements com.liferay.expando.kernel.model.ExpandoTableModel
The base model implementation for the ExpandoTable service. Represents a row in the "ExpandoTable" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ExpandoTableModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoTableImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final String
static final String
static final Object[][]
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.expando.kernel.model.ExpandoTable
int
compareTo
(com.liferay.expando.kernel.model.ExpandoTable expandoTable) boolean
Map<String,
BiConsumer<com.liferay.expando.kernel.model.ExpandoTable, Object>> long
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
Class<?>
long
getName()
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
int
hashCode()
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
void
setClassName
(String className) void
setClassNameId
(long classNameId) void
setCompanyId
(long companyId) void
setCtCollectionId
(long ctCollectionId) void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) void
void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setTableId
(long tableId) com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoTable>
com.liferay.expando.kernel.model.ExpandoTable
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
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoTableModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
NAME_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
TABLEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
ExpandoTableModelImpl
public ExpandoTableModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
getPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
setPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.expando.kernel.model.ExpandoTable, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoTable, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
getCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
setCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getTableId
@JSON public long getTableId()- Specified by:
getTableId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setTableId
public void setTableId(long tableId) - Specified by:
setTableId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getClassName
- Specified by:
getClassName
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
- Specified by:
setClassName
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getClassNameId
@JSON public long getClassNameId()- Specified by:
getClassNameId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameId
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getName
- Specified by:
getName
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setName
- Specified by:
setName
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getColumnBitmask
public long getColumnBitmask() -
toEscapedModel
public com.liferay.expando.kernel.model.ExpandoTable toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
cloneWithOriginalValues
public com.liferay.expando.kernel.model.ExpandoTable cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
compareTo
public int compareTo(com.liferay.expando.kernel.model.ExpandoTable expandoTable) - Specified by:
compareTo
in interfaceComparable<com.liferay.expando.kernel.model.ExpandoTable>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoTable> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)