|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.SystemEventWrapper
public class SystemEventWrapper
This class is a wrapper for SystemEvent.
SystemEvent,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portal.model.SystemEvent |
|---|
SYSTEM_EVENT_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
SystemEventWrapper(SystemEvent systemEvent)
|
|
| 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 |
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 |
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. |
String |
getReferrerClassName()
|
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. |
SystemEvent |
getWrappedModel()
|
SystemEvent |
getWrappedSystemEvent()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 |
setReferrerClassName(String referrerClassName)
|
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()
|
SystemEvent |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SystemEventWrapper(SystemEvent systemEvent)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SystemEvent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SystemEvent>public long getPrimaryKey()
getPrimaryKey in interface SystemEventModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SystemEventModelprimaryKey - the primary key of this system eventpublic long getSystemEventId()
getSystemEventId in interface SystemEventModelpublic void setSystemEventId(long systemEventId)
setSystemEventId in interface SystemEventModelsystemEventId - the system event ID of this system eventpublic long getGroupId()
getGroupId in interface SystemEventModelpublic void setGroupId(long groupId)
setGroupId in interface SystemEventModelgroupId - the group ID of this system eventpublic long getCompanyId()
getCompanyId in interface SystemEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface SystemEventModelcompanyId - the company ID of this system eventpublic long getUserId()
getUserId in interface SystemEventModelpublic void setUserId(long userId)
setUserId in interface SystemEventModeluserId - the user ID of this system event
public String getUserUuid()
throws SystemException
getUserUuid in interface SystemEventModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface SystemEventModeluserUuid - the user uuid of this system eventpublic String getUserName()
getUserName in interface SystemEventModelpublic void setUserName(String userName)
setUserName in interface SystemEventModeluserName - the user name of this system eventpublic Date getCreateDate()
getCreateDate in interface SystemEventModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SystemEventModelcreateDate - the create date of this system eventpublic String getClassName()
getClassName in interface SystemEventModelgetClassName in interface TypedModelpublic void setClassName(String className)
setClassName in interface SystemEventModelpublic long getClassNameId()
getClassNameId in interface SystemEventModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SystemEventModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this system eventpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface SystemEventModelpublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface SystemEventModelclassPK - the class p k of this system eventpublic String getClassUuid()
getClassUuid in interface SystemEventModelpublic void setClassUuid(String classUuid)
setClassUuid in interface SystemEventModelclassUuid - the class uuid of this system eventpublic long getReferrerClassNameId()
getReferrerClassNameId in interface SystemEventModelpublic void setReferrerClassNameId(long referrerClassNameId)
setReferrerClassNameId in interface SystemEventModelreferrerClassNameId - the referrer class name ID of this system eventpublic long getParentSystemEventId()
getParentSystemEventId in interface SystemEventModelpublic void setParentSystemEventId(long parentSystemEventId)
setParentSystemEventId in interface SystemEventModelparentSystemEventId - the parent system event ID of this system eventpublic long getSystemEventSetKey()
getSystemEventSetKey in interface SystemEventModelpublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface SystemEventModelsystemEventSetKey - the system event set key of this system eventpublic int getType()
getType in interface SystemEventModelpublic void setType(int type)
setType in interface SystemEventModeltype - the type of this system eventpublic String getExtraData()
getExtraData in interface SystemEventModelpublic void setExtraData(String extraData)
setExtraData in interface SystemEventModelextraData - the extra data of this system eventpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SystemEvent>isNew in interface SystemEventModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SystemEvent>setNew in interface SystemEventModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SystemEvent>isCachedModel in interface SystemEventModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SystemEvent>setCachedModel in interface SystemEventModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SystemEvent>isEscapedModel in interface SystemEventModeltrue if this model instance is escaped;
false otherwisepublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SystemEvent>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SystemEventModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SystemEvent>setExpandoBridgeAttributes in interface SystemEventModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SystemEvent>setExpandoBridgeAttributes in interface SystemEventModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SystemEvent>setExpandoBridgeAttributes in interface SystemEventModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SystemEvent>clone in interface SystemEventModelclone in class Objectpublic int compareTo(SystemEvent systemEvent)
compareTo in interface SystemEventModelcompareTo in interface Comparable<SystemEvent>public int hashCode()
hashCode in interface SystemEventModelhashCode in class Objectpublic CacheModel<SystemEvent> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SystemEvent>toCacheModel in interface SystemEventModelpublic SystemEvent toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SystemEvent>toEscapedModel in interface SystemEventModelAutoEscapeBeanHandlerpublic SystemEvent toUnescapedModel()
toUnescapedModel in interface BaseModel<SystemEvent>toUnescapedModel in interface SystemEventModelpublic String toString()
toString in interface SystemEventModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SystemEvent>toXmlString in interface SystemEventModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic String getReferrerClassName()
getReferrerClassName in interface SystemEventpublic void setReferrerClassName(String referrerClassName)
setReferrerClassName in interface SystemEventpublic boolean equals(Object obj)
equals in class Objectpublic SystemEvent getWrappedSystemEvent()
getWrappedModel()
public SystemEvent getWrappedModel()
getWrappedModel in interface ModelWrapper<SystemEvent>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SystemEvent>
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||