@ProviderType public interface AuditEventModel extends com.liferay.portal.kernel.model.BaseModel<AuditEvent>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.security.audit.storage.model.impl.AuditEventModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.security.audit.storage.model.impl.AuditEventImpl
.
AuditEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalInfo()
Returns the additional info of this audit event.
|
long |
getAuditEventId()
Returns the audit event ID of this audit event.
|
java.lang.String |
getClassName()
Returns the class name of this audit event.
|
java.lang.String |
getClassPK()
Returns the class pk of this audit event.
|
java.lang.String |
getClientHost()
Returns the client host of this audit event.
|
java.lang.String |
getClientIP()
Returns the client ip of this audit event.
|
long |
getCompanyId()
Returns the company ID of this audit event.
|
java.util.Date |
getCreateDate()
Returns the create date of this audit event.
|
java.lang.String |
getEventType()
Returns the event type of this audit event.
|
java.lang.String |
getMessage()
Returns the message of this audit event.
|
long |
getPrimaryKey()
Returns the primary key of this audit event.
|
java.lang.String |
getServerName()
Returns the server name of this audit event.
|
int |
getServerPort()
Returns the server port of this audit event.
|
java.lang.String |
getSessionID()
Returns the session ID of this audit event.
|
long |
getUserId()
Returns the user ID of this audit event.
|
java.lang.String |
getUserName()
Returns the user name of this audit event.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this audit event.
|
void |
setAdditionalInfo(java.lang.String additionalInfo)
Sets the additional info of this audit event.
|
void |
setAuditEventId(long auditEventId)
Sets the audit event ID of this audit event.
|
void |
setClassName(java.lang.String className)
Sets the class name of this audit event.
|
void |
setClassPK(java.lang.String classPK)
Sets the class pk of this audit event.
|
void |
setClientHost(java.lang.String clientHost)
Sets the client host of this audit event.
|
void |
setClientIP(java.lang.String clientIP)
Sets the client ip of this audit event.
|
void |
setCompanyId(long companyId)
Sets the company ID of this audit event.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this audit event.
|
void |
setEventType(java.lang.String eventType)
Sets the event type of this audit event.
|
void |
setMessage(java.lang.String message)
Sets the message of this audit event.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this audit event.
|
void |
setServerName(java.lang.String serverName)
Sets the server name of this audit event.
|
void |
setServerPort(int serverPort)
Sets the server port of this audit event.
|
void |
setSessionID(java.lang.String sessionID)
Sets the session ID of this audit event.
|
void |
setUserId(long userId)
Sets the user ID of this audit event.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this audit event.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this audit event.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this audit eventlong getAuditEventId()
void setAuditEventId(long auditEventId)
auditEventId
- the audit event ID of this audit eventlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this audit eventlong getUserId()
void setUserId(long userId)
userId
- the user ID of this audit eventjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this audit event@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- the user name of this audit eventjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this audit event@AutoEscape java.lang.String getEventType()
void setEventType(java.lang.String eventType)
eventType
- the event type of this audit event@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className
- the class name of this audit event@AutoEscape java.lang.String getClassPK()
void setClassPK(java.lang.String classPK)
classPK
- the class pk of this audit event@AutoEscape java.lang.String getMessage()
void setMessage(java.lang.String message)
message
- the message of this audit event@AutoEscape java.lang.String getClientHost()
void setClientHost(java.lang.String clientHost)
clientHost
- the client host of this audit event@AutoEscape java.lang.String getClientIP()
void setClientIP(java.lang.String clientIP)
clientIP
- the client ip of this audit event@AutoEscape java.lang.String getServerName()
void setServerName(java.lang.String serverName)
serverName
- the server name of this audit eventint getServerPort()
void setServerPort(int serverPort)
serverPort
- the server port of this audit event@AutoEscape java.lang.String getSessionID()
void setSessionID(java.lang.String sessionID)
sessionID
- the session ID of this audit event@AutoEscape java.lang.String getAdditionalInfo()
void setAdditionalInfo(java.lang.String additionalInfo)
additionalInfo
- the additional info of this audit event