Class DefaultWriteAuditRecordsDAO
java.lang.Object
de.hybris.platform.directpersistence.audit.dao.impl.DefaultWriteAuditRecordsDAO
- All Implemented Interfaces:
WriteAuditRecordsDAO
@Deprecated(since="ages",
forRemoval=true)
public class DefaultWriteAuditRecordsDAO
extends Object
implements WriteAuditRecordsDAO
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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.voidsetWriteAuditGateway(WriteAuditGateway writeAuditGateway) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultWriteAuditRecordsDAO
public DefaultWriteAuditRecordsDAO()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.- Specified by:
saveLinkAuditRecordsin interfaceWriteAuditRecordsDAO
-
saveTypeAuditRecords
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
saveTypeAuditRecordsin interfaceWriteAuditRecordsDAO
-
removeAuditRecordsForType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeAuditRecordsForTypein interfaceWriteAuditRecordsDAO
-
removeAuditRecordsForType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeAuditRecordsForTypein interfaceWriteAuditRecordsDAO
-
setWriteAuditGateway
Deprecated, for removal: This API element is subject to removal in a future version.
-
DefaultWriteAuditGateway