Interface WriteAuditRecordsDAO
- All Known Implementing Classes:
DefaultWriteAuditRecordsDAO
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.intremoveAuditRecordsForType(String type, PK pk) Deprecated, for removal: This API element is subject to removal in a future version.voidsaveLinkAuditRecords(List<LinkAuditRecordCommand> cmdList) Deprecated, for removal: This API element is subject to removal in a future version.voidsaveTypeAuditRecords(List<TypeAuditRecordCommand> cmdList) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
saveLinkAuditRecords
Deprecated, for removal: This API element is subject to removal in a future version. -
saveTypeAuditRecords
Deprecated, for removal: This API element is subject to removal in a future version. -
removeAuditRecordsForType
Deprecated, for removal: This API element is subject to removal in a future version. -
removeAuditRecordsForType
Deprecated, for removal: This API element is subject to removal in a future version.
-
WriteAuditGateway