@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,
com.liferay.portal.security.audit.storage.model.impl.AuditEventImpl,
com.liferay.portal.security.audit.storage.model.impl.AuditEventModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(AuditEvent auditEvent) |
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 p k of this audit event.
|
java.lang.String |
getClientHost()
Returns the client host of this audit event.
|
java.lang.String |
getClientIP()
Returns the client i p 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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getMessage()
Returns the message of this audit event.
|
long |
getPrimaryKey()
Returns the primary key of this audit event.
|
java.io.Serializable |
getPrimaryKeyObj() |
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 i d 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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className)
Sets the class name of this audit event.
|
void |
setClassPK(java.lang.String classPK)
Sets the class p k 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 i p 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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setMessage(java.lang.String message)
Sets the message of this audit event.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this audit event.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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 i d 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.
|
com.liferay.portal.kernel.model.CacheModel<AuditEvent> |
toCacheModel() |
AuditEvent |
toEscapedModel() |
java.lang.String |
toString() |
AuditEvent |
toUnescapedModel() |
java.lang.String |
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.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - 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 p k 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 i p 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 i d of this audit event@AutoEscape java.lang.String getAdditionalInfo()
void setAdditionalInfo(java.lang.String additionalInfo)
additionalInfo - the additional info of this audit eventboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>int compareTo(AuditEvent auditEvent)
compareTo in interface java.lang.Comparable<AuditEvent>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<AuditEvent> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>AuditEvent toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>AuditEvent toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<AuditEvent>