Package com.liferay.portal.kernel.model
Class SystemEventWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SystemEvent>
com.liferay.portal.kernel.model.SystemEventWrapper
- All Implemented Interfaces:
AttachedModel
,BaseModel<SystemEvent>
,CTModel<SystemEvent>
,ClassedModel
,ModelWrapper<SystemEvent>
,MVCCModel
,PersistedModel
,ShardedModel
,SystemEvent
,SystemEventModel
,TypedModel
,Serializable
,Cloneable
,Comparable<SystemEvent>
public class SystemEventWrapper
extends BaseModelWrapper<SystemEvent>
implements ModelWrapper<SystemEvent>, SystemEvent
This class is a wrapper for SystemEvent
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.SystemEvent
SYSTEM_EVENT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this system event.long
Returns the class name ID of this system event.long
Returns the class pk of this system event.Returns the class uuid of this system event.long
Returns the company ID of this system event.Returns the create date of this system event.long
Returns the ct collection ID of this system event.Returns the extra data of this system event.long
Returns the group ID of this system event.long
Returns the mvcc version of this system event.long
Returns the parent system event ID of this system event.long
Returns the primary key of this system event.long
Returns the referrer class name ID of this system event.long
Returns the system event ID of this system event.long
Returns the system event set key of this system event.int
getType()
Returns the type of this system event.long
Returns the user ID of this system event.Returns the user name of this system event.Returns the user uuid of this system event.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this system event.void
setClassPK
(long classPK) Sets the class pk 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
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this system event.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
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.protected SystemEventWrapper
wrap
(SystemEvent systemEvent) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, 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
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SystemEventWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<SystemEvent>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<SystemEvent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<SystemEvent>
- Specified by:
cloneWithOriginalValues
in interfaceSystemEventModel
-
getClassName
Returns the fully qualified class name of this system event.- Specified by:
getClassName
in interfaceSystemEventModel
- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this system event
-
getClassNameId
public long getClassNameId()Returns the class name ID of this system event.- Specified by:
getClassNameId
in interfaceSystemEventModel
- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this system event
-
getClassPK
public long getClassPK()Returns the class pk of this system event.- Specified by:
getClassPK
in interfaceAttachedModel
- Specified by:
getClassPK
in interfaceSystemEventModel
- Returns:
- the class pk of this system event
-
getClassUuid
Returns the class uuid of this system event.- Specified by:
getClassUuid
in interfaceSystemEventModel
- Returns:
- the class uuid of this system event
-
getCompanyId
public long getCompanyId()Returns the company ID of this system event.- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceSystemEventModel
- Returns:
- the company ID of this system event
-
getCreateDate
Returns the create date of this system event.- Specified by:
getCreateDate
in interfaceSystemEventModel
- Returns:
- the create date of this system event
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this system event.- Specified by:
getCtCollectionId
in interfaceCTModel<SystemEvent>
- Specified by:
getCtCollectionId
in interfaceSystemEventModel
- Returns:
- the ct collection ID of this system event
-
getExtraData
Returns the extra data of this system event.- Specified by:
getExtraData
in interfaceSystemEventModel
- Returns:
- the extra data of this system event
-
getGroupId
public long getGroupId()Returns the group ID of this system event.- Specified by:
getGroupId
in interfaceSystemEventModel
- Returns:
- the group ID of this system event
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this system event.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceSystemEventModel
- Returns:
- the mvcc version of this system event
-
getParentSystemEventId
public long getParentSystemEventId()Returns the parent system event ID of this system event.- Specified by:
getParentSystemEventId
in interfaceSystemEventModel
- Returns:
- the parent system event ID of this system event
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this system event.- Specified by:
getPrimaryKey
in interfaceCTModel<SystemEvent>
- Specified by:
getPrimaryKey
in interfaceSystemEventModel
- Returns:
- the primary key of this system event
-
getReferrerClassName
- Specified by:
getReferrerClassName
in interfaceSystemEvent
-
getReferrerClassNameId
public long getReferrerClassNameId()Returns the referrer class name ID of this system event.- Specified by:
getReferrerClassNameId
in interfaceSystemEventModel
- Returns:
- the referrer class name ID of this system event
-
getSystemEventId
public long getSystemEventId()Returns the system event ID of this system event.- Specified by:
getSystemEventId
in interfaceSystemEventModel
- Returns:
- the system event ID of this system event
-
getSystemEventSetKey
public long getSystemEventSetKey()Returns the system event set key of this system event.- Specified by:
getSystemEventSetKey
in interfaceSystemEventModel
- Returns:
- the system event set key of this system event
-
getType
public int getType()Returns the type of this system event.- Specified by:
getType
in interfaceSystemEventModel
- Returns:
- the type of this system event
-
getUserId
public long getUserId()Returns the user ID of this system event.- Specified by:
getUserId
in interfaceSystemEventModel
- Returns:
- the user ID of this system event
-
getUserName
Returns the user name of this system event.- Specified by:
getUserName
in interfaceSystemEventModel
- Returns:
- the user name of this system event
-
getUserUuid
Returns the user uuid of this system event.- Specified by:
getUserUuid
in interfaceSystemEventModel
- Returns:
- the user uuid of this system event
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceSystemEventModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this system event.- Specified by:
setClassNameId
in interfaceSystemEventModel
- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this system event
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this system event.- Specified by:
setClassPK
in interfaceAttachedModel
- Specified by:
setClassPK
in interfaceSystemEventModel
- Parameters:
classPK
- the class pk of this system event
-
setClassUuid
Sets the class uuid of this system event.- Specified by:
setClassUuid
in interfaceSystemEventModel
- Parameters:
classUuid
- the class uuid of this system event
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this system event.- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceSystemEventModel
- Parameters:
companyId
- the company ID of this system event
-
setCreateDate
Sets the create date of this system event.- Specified by:
setCreateDate
in interfaceSystemEventModel
- Parameters:
createDate
- the create date of this system event
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this system event.- Specified by:
setCtCollectionId
in interfaceCTModel<SystemEvent>
- Specified by:
setCtCollectionId
in interfaceSystemEventModel
- Parameters:
ctCollectionId
- the ct collection ID of this system event
-
setExtraData
Sets the extra data of this system event.- Specified by:
setExtraData
in interfaceSystemEventModel
- Parameters:
extraData
- the extra data of this system event
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this system event.- Specified by:
setGroupId
in interfaceSystemEventModel
- Parameters:
groupId
- the group ID of this system event
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this system event.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceSystemEventModel
- Parameters:
mvccVersion
- the mvcc version of this system event
-
setParentSystemEventId
public void setParentSystemEventId(long parentSystemEventId) Sets the parent system event ID of this system event.- Specified by:
setParentSystemEventId
in interfaceSystemEventModel
- Parameters:
parentSystemEventId
- the parent system event ID of this system event
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this system event.- Specified by:
setPrimaryKey
in interfaceCTModel<SystemEvent>
- Specified by:
setPrimaryKey
in interfaceSystemEventModel
- Parameters:
primaryKey
- the primary key of this system event
-
setReferrerClassName
- Specified by:
setReferrerClassName
in interfaceSystemEvent
-
setReferrerClassNameId
public void setReferrerClassNameId(long referrerClassNameId) Sets the referrer class name ID of this system event.- Specified by:
setReferrerClassNameId
in interfaceSystemEventModel
- Parameters:
referrerClassNameId
- the referrer class name ID of this system event
-
setSystemEventId
public void setSystemEventId(long systemEventId) Sets the system event ID of this system event.- Specified by:
setSystemEventId
in interfaceSystemEventModel
- Parameters:
systemEventId
- the system event ID of this system event
-
setSystemEventSetKey
public void setSystemEventSetKey(long systemEventSetKey) Sets the system event set key of this system event.- Specified by:
setSystemEventSetKey
in interfaceSystemEventModel
- Parameters:
systemEventSetKey
- the system event set key of this system event
-
setType
public void setType(int type) Sets the type of this system event.- Specified by:
setType
in interfaceSystemEventModel
- Parameters:
type
- the type of this system event
-
setUserId
public void setUserId(long userId) Sets the user ID of this system event.- Specified by:
setUserId
in interfaceSystemEventModel
- Parameters:
userId
- the user ID of this system event
-
setUserName
Sets the user name of this system event.- Specified by:
setUserName
in interfaceSystemEventModel
- Parameters:
userName
- the user name of this system event
-
setUserUuid
Sets the user uuid of this system event.- Specified by:
setUserUuid
in interfaceSystemEventModel
- Parameters:
userUuid
- the user uuid of this system event
-
toXmlString
- Specified by:
toXmlString
in interfaceSystemEventModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<SystemEvent>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<SystemEvent>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<SystemEvent>
-