Class SetAuditLog

java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.SetAuditLog

public class SetAuditLog extends DAO
A Data Access Object to write the audit log for an object.
Since:
7.4
Version:
10.0
Author:
Luke
  • Constructor Details

    • SetAuditLog

      public SetAuditLog(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC connection to use
  • Method Details

    • write

      public void write(AuditLog al) throws DAOException
      Writes an audit log entry to the database.
      Parameters:
      al - the AuditLog bean
      Throws:
      DAOException - if a JDBC error occurs