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 booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final Stringstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final longDeprecated.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.ExpandoColumnintcompareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) booleanMap<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoColumn, Object>> longstatic longgetColumnBitmask(String columnName) long<T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlongClass<?>longgetName()Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longlongintgetType()inthashCode()booleanbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetColumnId(long columnId) voidsetCompanyId(long companyId) voidsetCtCollectionId(long ctCollectionId) voidsetDefaultData(String defaultData) voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) voidsetMvccVersion(long mvccVersion) voidvoidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetTableId(long tableId) voidsetType(int type) voidsetTypeSettings(String typeSettings) com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoColumn>com.liferay.expando.kernel.model.ExpandoColumntoString()Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
getPrimaryKeyin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
setPrimaryKeyin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
setModelAttributesin 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:
getAttributeGetterFunctionsin 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:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
getCtCollectionIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
setCtCollectionIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getColumnId
@JSON public long getColumnId()- Specified by:
getColumnIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setColumnId
public void setColumnId(long columnId) - Specified by:
setColumnIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDatein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getTableId
@JSON public long getTableId()- Specified by:
getTableIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setTableId
public void setTableId(long tableId) - Specified by:
setTableIdin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getOriginalTableId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getName
- Specified by:
getNamein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setName
- Specified by:
setNamein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getType
@JSON public int getType()- Specified by:
getTypein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setType
public void setType(int type) - Specified by:
setTypein interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getDefaultData
- Specified by:
getDefaultDatain interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setDefaultData
- Specified by:
setDefaultDatain interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getTypeSettings
- Specified by:
getTypeSettingsin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
setTypeSettings
- Specified by:
setTypeSettingsin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
getColumnBitmask
public long getColumnBitmask() -
toEscapedModel
public com.liferay.expando.kernel.model.ExpandoColumn toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
cloneWithOriginalValues
public com.liferay.expando.kernel.model.ExpandoColumn cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
-
compareTo
public int compareTo(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) - Specified by:
compareToin 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:
isEntityCacheEnabledin 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:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
resetOriginalValuesin 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:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-