public class SystemEventModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>
implements com.liferay.portal.kernel.model.SystemEventModel
This implementation and its corresponding interface SystemEventModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SystemEventImpl.
SystemEventImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
CREATEDATE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static long |
SYSTEMEVENTSETKEY_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
TYPE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
SystemEventModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
com.liferay.portal.kernel.model.SystemEvent |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.portal.kernel.model.SystemEvent systemEvent) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<com.liferay.portal.kernel.model.SystemEvent,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.portal.kernel.model.SystemEvent,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
java.lang.String |
getClassUuid() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(java.lang.String columnName) |
<T> T |
getColumnOriginalValue(java.lang.String columnName) |
<T> T |
getColumnValue(java.lang.String columnName) |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
long |
getCtCollectionId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getExtraData() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalSystemEventSetKey()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalType()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getParentSystemEventId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getReferrerClassNameId() |
long |
getSystemEventId() |
long |
getSystemEventSetKey() |
int |
getType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setClassUuid(java.lang.String classUuid) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExtraData(java.lang.String extraData) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setParentSystemEventId(long parentSystemEventId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setReferrerClassNameId(long referrerClassNameId) |
void |
setSystemEventId(long systemEventId) |
void |
setSystemEventSetKey(long systemEventSetKey) |
void |
setType(int type) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.SystemEvent> |
toCacheModel() |
com.liferay.portal.kernel.model.SystemEvent |
toEscapedModel() |
java.lang.String |
toString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long SYSTEMEVENTSETKEY_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long TYPE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long CREATEDATE_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.SystemEvent>getPrimaryKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.SystemEvent>setPrimaryKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public java.util.Map<java.lang.String,java.util.function.Function<com.liferay.portal.kernel.model.SystemEvent,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>public java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.portal.kernel.model.SystemEvent,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.SystemEvent>getCtCollectionId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.SystemEvent>setCtCollectionId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getSystemEventId()
getSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setSystemEventId(long systemEventId)
setSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.SystemEventModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.SystemEventModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModel@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.portal.kernel.model.SystemEventModel@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)public java.lang.String getClassUuid()
getClassUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setClassUuid(java.lang.String classUuid)
setClassUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getReferrerClassNameId()
getReferrerClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setReferrerClassNameId(long referrerClassNameId)
setReferrerClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getParentSystemEventId()
getParentSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setParentSystemEventId(long parentSystemEventId)
setParentSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getSystemEventSetKey()
getSystemEventSetKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface com.liferay.portal.kernel.model.SystemEventModel@Deprecated public long getOriginalSystemEventSetKey()
getColumnOriginalValue(String)public int getType()
getType in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setType(int type)
setType in interface com.liferay.portal.kernel.model.SystemEventModel@Deprecated public int getOriginalType()
getColumnOriginalValue(String)public java.lang.String getExtraData()
getExtraData in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setExtraData(java.lang.String extraData)
setExtraData in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public com.liferay.portal.kernel.model.SystemEvent toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public com.liferay.portal.kernel.model.SystemEvent cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>cloneWithOriginalValues in interface com.liferay.portal.kernel.model.SystemEventModelpublic int compareTo(com.liferay.portal.kernel.model.SystemEvent systemEvent)
compareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.SystemEvent>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.SystemEvent> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public java.lang.String toString()
toString in class java.lang.Objectpublic <T> T getColumnValue(java.lang.String columnName)
public <T> T getColumnOriginalValue(java.lang.String columnName)
public static long getColumnBitmask(java.lang.String columnName)