Gets the AuditLog with the passed id from the database.
Syntax
AuditLog
getAuditLog
(
final long
auditLogId
,
final long
callerId
) throws EntityNotFoundException
Parameters
-
auditLogId –
the id of the audit log
-
callerId –
the current caller id
Returns
the audit log
Exceptions
-
EntityNotFoundException –
if the audit log is not found with the passed id