Class ExpandoRowModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoRowModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>
,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.ExpandoRow>
- Direct Known Subclasses:
ExpandoRowBaseImpl
public class ExpandoRowModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
implements com.liferay.expando.kernel.model.ExpandoRowModel
The base model implementation for the ExpandoRow service. Represents a row in the "ExpandoRow" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ExpandoRowModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoRowImpl
.
- 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 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 String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(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.ExpandoRow
int
compareTo
(com.liferay.expando.kernel.model.ExpandoRow expandoRow) boolean
Map<String,
BiConsumer<com.liferay.expando.kernel.model.ExpandoRow, Object>> long
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
Class<?>
long
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
getRowId()
long
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
setClassPK
(long classPK) void
setCompanyId
(long companyId) void
setCtCollectionId
(long ctCollectionId) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setRowId
(long rowId) void
setTableId
(long tableId) com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow>
com.liferay.expando.kernel.model.ExpandoRow
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.ExpandoRowModel
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:
-
CLASSPK_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:
-
ROWID_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
-
ExpandoRowModelImpl
public ExpandoRowModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
getPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
setPrimaryKey
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- 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.ExpandoRow>
- 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.ExpandoRow>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.expando.kernel.model.ExpandoRow, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.expando.kernel.model.ExpandoRow, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
-
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
- 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.ExpandoRowModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
getCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
setCtCollectionId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getRowId
public long getRowId()- Specified by:
getRowId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
setRowId
public void setRowId(long rowId) - Specified by:
setRowId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
- 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.ExpandoRowModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getTableId
public long getTableId()- Specified by:
getTableId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
setTableId
public void setTableId(long tableId) - Specified by:
setTableId
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getOriginalTableId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getClassPK
public long getClassPK()- Specified by:
getClassPK
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
setClassPK
public void setClassPK(long classPK) - Specified by:
setClassPK
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getColumnBitmask
public long getColumnBitmask() -
toEscapedModel
public com.liferay.expando.kernel.model.ExpandoRow toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
cloneWithOriginalValues
public com.liferay.expando.kernel.model.ExpandoRow cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.expando.kernel.model.ExpandoRowModel
-
compareTo
public int compareTo(com.liferay.expando.kernel.model.ExpandoRow expandoRow) - Specified by:
compareTo
in interfaceComparable<com.liferay.expando.kernel.model.ExpandoRow>
-
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.ExpandoRow>
-
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.ExpandoRow>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.expando.kernel.model.ExpandoRow> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)