|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<SystemEvent>
com.liferay.portal.model.impl.SystemEventModelImpl
@ProviderType public class SystemEventModelImpl
The base model implementation for the SystemEvent service. Represents a row in the "SystemEvent" database table, with each column mapped to a property of this class.
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,
SystemEvent,
SystemEventModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
CREATEDATE_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
SYSTEMEVENTSETKEY_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
TYPE_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
SystemEventModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SystemEvent systemEvent)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this system event. |
long |
getClassNameId()
Returns the class name ID of this system event. |
long |
getClassPK()
Returns the class p k of this system event. |
String |
getClassUuid()
Returns the class uuid of this system event. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this system event. |
Date |
getCreateDate()
Returns the create date of this system event. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExtraData()
Returns the extra data of this system event. |
long |
getGroupId()
Returns the group ID of this system event. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this system event. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalGroupId()
|
long |
getOriginalSystemEventSetKey()
|
int |
getOriginalType()
|
long |
getParentSystemEventId()
Returns the parent system event ID of this system event. |
long |
getPrimaryKey()
Returns the primary key of this system event. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getReferrerClassNameId()
Returns the referrer class name ID of this system event. |
long |
getSystemEventId()
Returns the system event ID of this system event. |
long |
getSystemEventSetKey()
Returns the system event set key of this system event. |
int |
getType()
Returns the type of this system event. |
long |
getUserId()
Returns the user ID of this system event. |
String |
getUserName()
Returns the user name of this system event. |
String |
getUserUuid()
Returns the user uuid of this system event. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this system event. |
void |
setClassPK(long classPK)
Sets the class p k of this system event. |
void |
setClassUuid(String classUuid)
Sets the class uuid of this system event. |
void |
setCompanyId(long companyId)
Sets the company ID of this system event. |
void |
setCreateDate(Date createDate)
Sets the create date of this system event. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExtraData(String extraData)
Sets the extra data of this system event. |
void |
setGroupId(long groupId)
Sets the group ID of this system event. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this system event. |
void |
setParentSystemEventId(long parentSystemEventId)
Sets the parent system event ID of this system event. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this system event. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setReferrerClassNameId(long referrerClassNameId)
Sets the referrer class name ID of this system event. |
void |
setSystemEventId(long systemEventId)
Sets the system event ID of this system event. |
void |
setSystemEventSetKey(long systemEventSetKey)
Sets the system event set key of this system event. |
void |
setType(int type)
Sets the type of this system event. |
void |
setUserId(long userId)
Sets the user ID of this system event. |
void |
setUserName(String userName)
Sets the user name of this system event. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this system event. |
CacheModel<SystemEvent> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SystemEvent |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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.model.SystemEventModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long SYSTEMEVENTSETKEY_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SystemEventModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
SystemEventModel
getPrimaryKey in interface SystemEventModelpublic void setPrimaryKey(long primaryKey)
SystemEventModel
setPrimaryKey in interface SystemEventModelprimaryKey - the primary key of this system eventpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SystemEvent>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SystemEventModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SystemEvent>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SystemEventModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SystemEvent>getModelAttributes in class BaseModelImpl<SystemEvent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SystemEvent>setModelAttributes in class BaseModelImpl<SystemEvent>public long getMvccVersion()
SystemEventModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface SystemEventModelpublic void setMvccVersion(long mvccVersion)
SystemEventModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface SystemEventModelmvccVersion - the mvcc version of this system eventpublic long getSystemEventId()
SystemEventModel
getSystemEventId in interface SystemEventModelpublic void setSystemEventId(long systemEventId)
SystemEventModel
setSystemEventId in interface SystemEventModelsystemEventId - the system event ID of this system eventpublic long getGroupId()
SystemEventModel
getGroupId in interface SystemEventModelpublic void setGroupId(long groupId)
SystemEventModel
setGroupId in interface SystemEventModelgroupId - the group ID of this system eventpublic long getOriginalGroupId()
public long getCompanyId()
SystemEventModel
getCompanyId in interface ShardedModelgetCompanyId in interface SystemEventModelpublic void setCompanyId(long companyId)
SystemEventModel
setCompanyId in interface ShardedModelsetCompanyId in interface SystemEventModelcompanyId - the company ID of this system eventpublic long getUserId()
SystemEventModel
getUserId in interface SystemEventModelpublic void setUserId(long userId)
SystemEventModel
setUserId in interface SystemEventModeluserId - the user ID of this system eventpublic String getUserUuid()
SystemEventModel
getUserUuid in interface SystemEventModelpublic void setUserUuid(String userUuid)
SystemEventModel
setUserUuid in interface SystemEventModeluserUuid - the user uuid of this system eventpublic String getUserName()
SystemEventModel
getUserName in interface SystemEventModelpublic void setUserName(String userName)
SystemEventModel
setUserName in interface SystemEventModeluserName - the user name of this system eventpublic Date getCreateDate()
SystemEventModel
getCreateDate in interface SystemEventModelpublic void setCreateDate(Date createDate)
SystemEventModel
setCreateDate in interface SystemEventModelcreateDate - the create date of this system eventpublic String getClassName()
SystemEventModel
getClassName in interface SystemEventModelgetClassName in interface TypedModelpublic void setClassName(String className)
setClassName in interface SystemEventModelpublic long getClassNameId()
SystemEventModel
getClassNameId in interface SystemEventModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
SystemEventModel
setClassNameId in interface SystemEventModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this system eventpublic long getOriginalClassNameId()
public long getClassPK()
SystemEventModel
getClassPK in interface AttachedModelgetClassPK in interface SystemEventModelpublic void setClassPK(long classPK)
SystemEventModel
setClassPK in interface AttachedModelsetClassPK in interface SystemEventModelclassPK - the class p k of this system eventpublic long getOriginalClassPK()
public String getClassUuid()
SystemEventModel
getClassUuid in interface SystemEventModelpublic void setClassUuid(String classUuid)
SystemEventModel
setClassUuid in interface SystemEventModelclassUuid - the class uuid of this system eventpublic long getReferrerClassNameId()
SystemEventModel
getReferrerClassNameId in interface SystemEventModelpublic void setReferrerClassNameId(long referrerClassNameId)
SystemEventModel
setReferrerClassNameId in interface SystemEventModelreferrerClassNameId - the referrer class name ID of this system eventpublic long getParentSystemEventId()
SystemEventModel
getParentSystemEventId in interface SystemEventModelpublic void setParentSystemEventId(long parentSystemEventId)
SystemEventModel
setParentSystemEventId in interface SystemEventModelparentSystemEventId - the parent system event ID of this system eventpublic long getSystemEventSetKey()
SystemEventModel
getSystemEventSetKey in interface SystemEventModelpublic void setSystemEventSetKey(long systemEventSetKey)
SystemEventModel
setSystemEventSetKey in interface SystemEventModelsystemEventSetKey - the system event set key of this system eventpublic long getOriginalSystemEventSetKey()
public int getType()
SystemEventModel
getType in interface SystemEventModelpublic void setType(int type)
SystemEventModel
setType in interface SystemEventModeltype - the type of this system eventpublic int getOriginalType()
public String getExtraData()
SystemEventModel
getExtraData in interface SystemEventModelpublic void setExtraData(String extraData)
SystemEventModel
setExtraData in interface SystemEventModelextraData - the extra data of this system eventpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SystemEvent>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SystemEventModelgetExpandoBridge in class BaseModelImpl<SystemEvent>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SystemEvent>setExpandoBridgeAttributes in interface SystemEventModelsetExpandoBridgeAttributes in class BaseModelImpl<SystemEvent>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public SystemEvent toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SystemEvent>toEscapedModel in interface SystemEventModeltoEscapedModel in class BaseModelImpl<SystemEvent>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<SystemEvent>clone in interface SystemEventModelclone in class BaseModelImpl<SystemEvent>public int compareTo(SystemEvent systemEvent)
compareTo in interface SystemEventModelcompareTo in interface Comparable<SystemEvent>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SystemEventModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<SystemEvent>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<SystemEvent>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SystemEvent>resetOriginalValues in class BaseModelImpl<SystemEvent>public CacheModel<SystemEvent> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SystemEvent>toCacheModel in interface SystemEventModeltoCacheModel in class BaseModelImpl<SystemEvent>public String toString()
toString in interface SystemEventModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SystemEvent>toXmlString in interface SystemEventModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||