Interface WriteAuditRecordsDAO

All Known Implementing Classes:
DefaultWriteAuditRecordsDAO

@Deprecated(since="ages", forRemoval=true) public interface WriteAuditRecordsDAO
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of WriteAuditGateway
  • Method Details

    • saveLinkAuditRecords

      void saveLinkAuditRecords(List<LinkAuditRecordCommand> cmdList)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • saveTypeAuditRecords

      void saveTypeAuditRecords(List<TypeAuditRecordCommand> cmdList)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeAuditRecordsForType

      int removeAuditRecordsForType(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeAuditRecordsForType

      int removeAuditRecordsForType(String type, PK pk)
      Deprecated, for removal: This API element is subject to removal in a future version.