Package com.axelor.auth.db
Class AuditableModel
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
- Direct Known Subclasses:
DMSFile
,DMSFileTag
,DMSPermission
,Group
,MailAddress
,MailFlags
,MailFollower
,MailMessage
,MetaAction
,MetaActionMenu
,MetaAttachment
,MetaEnum
,MetaField
,MetaFile
,MetaFilter
,MetaJsonField
,MetaJsonModel
,MetaJsonRecord
,MetaMenu
,MetaModel
,MetaModule
,MetaPermission
,MetaPermissionRule
,MetaSchedule
,MetaScheduleParam
,MetaSelect
,MetaSelectItem
,MetaSequence
,MetaTheme
,MetaView
,MetaViewCustom
,MFA
,PasswordResetToken
,Permission
,Role
,Team
,TeamTask
,TeamTopic
,User
,UserToken
The base abstract class with update logging feature.
The model instance logs the creation date, last modified date, the authorized user who created the record and the user who updated the record last time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.axelor.db.Model
getArchived, getCid, getId, getVersion, isSelected, setArchived, setCid, setId, setSelected, setVersion
-
Constructor Details
-
AuditableModel
public AuditableModel()
-
-
Method Details
-
getCreatedOn
-
getUpdatedOn
-
getCreatedBy
-
getUpdatedBy
-