createAuditLog(final AuditLog, final long) method

Creates the passed AuditLog in the database.

Syntax

long createAuditLog ( final AuditLog auditLog , final long callerId ) throws EntityMandatoryException, IllegalDataException

Parameters

Returns

the id of the newly created audit log.

Exceptions

Usage

The id must be

null

, since it will be generated during creation.

the id of the newly created audit log.