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 longDeprecated.static final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static 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 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.ExpandoTableintcompareTo(com.liferay.expando.kernel.model.ExpandoTable expandoTable) booleanMap<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoTable, Object>> longlongstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlongClass<?>longgetName()longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longlonginthashCode()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetClassName(String className) voidsetClassNameId(long classNameId) voidsetCompanyId(long companyId) voidsetCtCollectionId(long ctCollectionId) voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) voidvoidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetTableId(long tableId) com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoTable>com.liferay.expando.kernel.model.ExpandoTabletoString()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.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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
getPrimaryKeyin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
setPrimaryKeyin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- 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.ExpandoTable>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Overrides:
setModelAttributesin 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:
getAttributeGetterFunctionsin 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:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- 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.ExpandoTable>- Specified by:
getCtCollectionIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
setCtCollectionIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getTableId
@JSON public long getTableId()- Specified by:
getTableIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setTableId
public void setTableId(long tableId) - Specified by:
setTableIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getClassName
- Specified by:
getClassNamein interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
- Specified by:
setClassNamein interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
getClassNameId
@JSON public long getClassNameId()- Specified by:
getClassNameIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameIdin interfacecom.liferay.expando.kernel.model.ExpandoTableModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getName
- Specified by:
getNamein interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
setName
- Specified by:
setNamein 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:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
cloneWithOriginalValues
public com.liferay.expando.kernel.model.ExpandoTable cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.expando.kernel.model.ExpandoTableModel
-
compareTo
public int compareTo(com.liferay.expando.kernel.model.ExpandoTable expandoTable) - Specified by:
compareToin 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:
isEntityCacheEnabledin 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:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Overrides:
resetOriginalValuesin 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:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoTable>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoTable>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)