Class ExpandoColumnModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoColumnModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.expando.kernel.model.ExpandoColumn>
- Direct Known Subclasses:
ExpandoColumnBaseImpl
@JSON(strict=true)
public class ExpandoColumnModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
implements com.liferay.expando.kernel.model.ExpandoColumnModel
The base model implementation for the ExpandoColumn service. Represents a row in the "ExpandoColumn" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ExpandoColumnModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoColumnImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic 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 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.ExpandoColumn
int
compareTo
(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) boolean
Map<String,
BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn, Object>> long
static long
getColumnBitmask
(String columnName) long
<T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
Class<?>
long
getName()
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
int
getType()
int
hashCode()
boolean
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
void
setColumnId
(long columnId) void
setCompanyId
(long companyId) void
setCtCollectionId
(long ctCollectionId) void
setDefaultData
(String defaultData) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setTableId
(long tableId) void
setType
(int type) void
setTypeSettings
(String typeSettings) com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn>
com.liferay.expando.kernel.model.ExpandoColumn
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.ExpandoColumnModel
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:
-
ORDER_BY_SQL_INLINE_DISTINCT
- 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:
-
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
-
ExpandoColumnModelImpl
public ExpandoColumnModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Specified by:
getPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Specified by:
setPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- 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.ExpandoColumn>
- 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.ExpandoColumn>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.expando.kernel.model.ExpandoColumn, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
- 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.ExpandoColumnModel
- 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.ExpandoColumn>
- Specified by:
getCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Specified by:
setCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getColumnId
@JSON public long getColumnId()- Specified by:
getColumnId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setColumnId
public void setColumnId(long columnId) - Specified by:
setColumnId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
- 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.ExpandoColumnModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getTableId
@JSON public long getTableId()- Specified by:
getTableId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setTableId
public void setTableId(long tableId) - Specified by:
setTableId
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getOriginalTableId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getName
- Specified by:
getName
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setName
- Specified by:
setName
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getType
@JSON public int getType()- Specified by:
getType
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setType
public void setType(int type) - Specified by:
setType
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getDefaultData
- Specified by:
getDefaultData
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setDefaultData
- Specified by:
setDefaultData
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getTypeSettings
- Specified by:
getTypeSettings
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setTypeSettings
- Specified by:
setTypeSettings
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getColumnBitmask
public long getColumnBitmask() -
toEscapedModel
public com.liferay.expando.kernel.model.ExpandoColumn toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
cloneWithOriginalValues
public com.liferay.expando.kernel.model.ExpandoColumn cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
compareTo
public int compareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) - Specified by:
compareTo
in interfaceComparable<com.liferay.expando.kernel.model.ExpandoColumn>
-
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.ExpandoColumn>
-
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.ExpandoColumn>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-