Audit Log UML


Added On:  10/21/14 
SQL Table:  AUDIT_LOG 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  AuditLog 
Entity that represents general information about audit log.
Added On:  10/21/14
SQL Column:  AUDIT_ACTION_CL
Java Field:  auditActionCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents current type of audit action.
Added On:  08/29/16
SQL Column:  AUDIT_LOG_DETAIL_FK
Java Field:  auditLogDetails
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Audit Log Detail
Attributes:
Reference to the entity that represents additional audit log information.
Added On:  10/21/14
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  10/21/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  10/21/14
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  10/21/14
SQL Column:  OBJECT_CL
Java Field:  objectCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Object Classifier
Attributes:
Enumeration of possible values of audit log objects.
Added On:  10/21/14
SQL Column:  OBJECT_CODE
Java Field:  objectCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Unique code of the object in the system.
Added On:  10/21/14
SQL Column:  OBJECT_TYPE_CODE
Java Field:  objectTypeCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code that identifies type of the object.
Added On:  10/21/14
SQL Column:  REF_CODE
Java Field:  refCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Secondary identifier, which can be used to cross-reference records between UniPay and integrated systems.
Added On:  10/21/14
SQL Column:  USER_CODE
Java Field:  userCode
Status:  Active
SQL Type:  varchar(150)
Java Type:  String
Attributes:
Code of the user in the system.