Class AuditEventWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AuditEvent>
com.liferay.portal.security.audit.storage.model.AuditEventWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<AuditEvent>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<AuditEvent>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,AuditEvent,AuditEventModel,Serializable,Cloneable,Comparable<AuditEvent>
public class AuditEventWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AuditEvent>
implements AuditEvent, com.liferay.portal.kernel.model.ModelWrapper<AuditEvent>
This class is a wrapper for AuditEvent.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.security.audit.storage.model.AuditEvent
AUDIT_EVENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the additional info of this audit event.longReturns the audit event ID of this audit event.Returns the class name of this audit event.Returns the class pk of this audit event.Returns the client host of this audit event.Returns the client ip of this audit event.longReturns the company ID of this audit event.Returns the create date of this audit event.Returns the event type of this audit event.longReturns the group ID of this audit event.Returns the message of this audit event.longReturns the primary key of this audit event.Returns the server name of this audit event.intReturns the server port of this audit event.Returns the session ID of this audit event.longReturns the user ID of this audit event.Returns the user name of this audit event.Returns the user uuid of this audit event.voidpersist()voidsetAdditionalInfo(String additionalInfo) Sets the additional info of this audit event.voidsetAuditEventId(long auditEventId) Sets the audit event ID of this audit event.voidsetClassName(String className) Sets the class name of this audit event.voidsetClassPK(String classPK) Sets the class pk of this audit event.voidsetClientHost(String clientHost) Sets the client host of this audit event.voidsetClientIP(String clientIP) Sets the client ip of this audit event.voidsetCompanyId(long companyId) Sets the company ID of this audit event.voidsetCreateDate(Date createDate) Sets the create date of this audit event.voidsetEventType(String eventType) Sets the event type of this audit event.voidsetGroupId(long groupId) Sets the group ID of this audit event.voidsetMessage(String message) Sets the message of this audit event.voidsetModelAttributes(Map<String, Object> attributes) voidsetPrimaryKey(long primaryKey) Sets the primary key of this audit event.voidsetServerName(String serverName) Sets the server name of this audit event.voidsetServerPort(int serverPort) Sets the server port of this audit event.voidsetSessionID(String sessionID) Sets the session ID of this audit event.voidsetUserId(long userId) Sets the user ID of this audit event.voidsetUserName(String userName) Sets the user name of this audit event.voidsetUserUuid(String userUuid) Sets the user uuid of this audit event.protected AuditEventWrapperwrap(AuditEvent auditEvent) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AuditEventWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AuditEvent>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AuditEvent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAuditEventModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AuditEvent>
-
getAdditionalInfo
Returns the additional info of this audit event.- Specified by:
getAdditionalInfoin interfaceAuditEventModel- Returns:
- the additional info of this audit event
-
getAuditEventId
public long getAuditEventId()Returns the audit event ID of this audit event.- Specified by:
getAuditEventIdin interfaceAuditEventModel- Returns:
- the audit event ID of this audit event
-
getClassName
Returns the class name of this audit event.- Specified by:
getClassNamein interfaceAuditEventModel- Returns:
- the class name of this audit event
-
getClassPK
Returns the class pk of this audit event.- Specified by:
getClassPKin interfaceAuditEventModel- Returns:
- the class pk of this audit event
-
getClientHost
Returns the client host of this audit event.- Specified by:
getClientHostin interfaceAuditEventModel- Returns:
- the client host of this audit event
-
getClientIP
Returns the client ip of this audit event.- Specified by:
getClientIPin interfaceAuditEventModel- Returns:
- the client ip of this audit event
-
getCompanyId
public long getCompanyId()Returns the company ID of this audit event.- Specified by:
getCompanyIdin interfaceAuditEventModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this audit event
-
getCreateDate
Returns the create date of this audit event.- Specified by:
getCreateDatein interfaceAuditEventModel- Returns:
- the create date of this audit event
-
getEventType
Returns the event type of this audit event.- Specified by:
getEventTypein interfaceAuditEventModel- Returns:
- the event type of this audit event
-
getGroupId
public long getGroupId()Returns the group ID of this audit event.- Specified by:
getGroupIdin interfaceAuditEventModel- Returns:
- the group ID of this audit event
-
getMessage
Returns the message of this audit event.- Specified by:
getMessagein interfaceAuditEventModel- Returns:
- the message of this audit event
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this audit event.- Specified by:
getPrimaryKeyin interfaceAuditEventModel- Returns:
- the primary key of this audit event
-
getServerName
Returns the server name of this audit event.- Specified by:
getServerNamein interfaceAuditEventModel- Returns:
- the server name of this audit event
-
getServerPort
public int getServerPort()Returns the server port of this audit event.- Specified by:
getServerPortin interfaceAuditEventModel- Returns:
- the server port of this audit event
-
getSessionID
Returns the session ID of this audit event.- Specified by:
getSessionIDin interfaceAuditEventModel- Returns:
- the session ID of this audit event
-
getUserId
public long getUserId()Returns the user ID of this audit event.- Specified by:
getUserIdin interfaceAuditEventModel- Returns:
- the user ID of this audit event
-
getUserName
Returns the user name of this audit event.- Specified by:
getUserNamein interfaceAuditEventModel- Returns:
- the user name of this audit event
-
getUserUuid
Returns the user uuid of this audit event.- Specified by:
getUserUuidin interfaceAuditEventModel- Returns:
- the user uuid of this audit event
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAdditionalInfo
Sets the additional info of this audit event.- Specified by:
setAdditionalInfoin interfaceAuditEventModel- Parameters:
additionalInfo- the additional info of this audit event
-
setAuditEventId
public void setAuditEventId(long auditEventId) Sets the audit event ID of this audit event.- Specified by:
setAuditEventIdin interfaceAuditEventModel- Parameters:
auditEventId- the audit event ID of this audit event
-
setClassName
Sets the class name of this audit event.- Specified by:
setClassNamein interfaceAuditEventModel- Parameters:
className- the class name of this audit event
-
setClassPK
Sets the class pk of this audit event.- Specified by:
setClassPKin interfaceAuditEventModel- Parameters:
classPK- the class pk of this audit event
-
setClientHost
Sets the client host of this audit event.- Specified by:
setClientHostin interfaceAuditEventModel- Parameters:
clientHost- the client host of this audit event
-
setClientIP
Sets the client ip of this audit event.- Specified by:
setClientIPin interfaceAuditEventModel- Parameters:
clientIP- the client ip of this audit event
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this audit event.- Specified by:
setCompanyIdin interfaceAuditEventModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this audit event
-
setCreateDate
Sets the create date of this audit event.- Specified by:
setCreateDatein interfaceAuditEventModel- Parameters:
createDate- the create date of this audit event
-
setEventType
Sets the event type of this audit event.- Specified by:
setEventTypein interfaceAuditEventModel- Parameters:
eventType- the event type of this audit event
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this audit event.- Specified by:
setGroupIdin interfaceAuditEventModel- Parameters:
groupId- the group ID of this audit event
-
setMessage
Sets the message of this audit event.- Specified by:
setMessagein interfaceAuditEventModel- Parameters:
message- the message of this audit event
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this audit event.- Specified by:
setPrimaryKeyin interfaceAuditEventModel- Parameters:
primaryKey- the primary key of this audit event
-
setServerName
Sets the server name of this audit event.- Specified by:
setServerNamein interfaceAuditEventModel- Parameters:
serverName- the server name of this audit event
-
setServerPort
public void setServerPort(int serverPort) Sets the server port of this audit event.- Specified by:
setServerPortin interfaceAuditEventModel- Parameters:
serverPort- the server port of this audit event
-
setSessionID
Sets the session ID of this audit event.- Specified by:
setSessionIDin interfaceAuditEventModel- Parameters:
sessionID- the session ID of this audit event
-
setUserId
public void setUserId(long userId) Sets the user ID of this audit event.- Specified by:
setUserIdin interfaceAuditEventModel- Parameters:
userId- the user ID of this audit event
-
setUserName
Sets the user name of this audit event.- Specified by:
setUserNamein interfaceAuditEventModel- Parameters:
userName- the user name of this audit event
-
setUserUuid
Sets the user uuid of this audit event.- Specified by:
setUserUuidin interfaceAuditEventModel- Parameters:
userUuid- the user uuid of this audit event
-
toXmlString
- Specified by:
toXmlStringin interfaceAuditEventModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AuditEvent>
-