Class DefaultAuditScopeInvalidator
- java.lang.Object
-
- de.hybris.platform.persistence.audit.impl.DefaultAuditScopeInvalidator
-
- All Implemented Interfaces:
AuditScopeInvalidator
public class DefaultAuditScopeInvalidator extends java.lang.Object implements AuditScopeInvalidator
-
-
Constructor Summary
Constructors Constructor Description DefaultAuditScopeInvalidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCurrentAuditForPK(PK itemPK)Clear current audit state for itemPK from audit scopevoidclearCurrentAuditForType(java.lang.String typeCode)
-
-
-
Method Detail
-
clearCurrentAuditForPK
public void clearCurrentAuditForPK(PK itemPK)
Description copied from interface:AuditScopeInvalidatorClear current audit state for itemPK from audit scope- Specified by:
clearCurrentAuditForPKin interfaceAuditScopeInvalidator
-
clearCurrentAuditForType
public void clearCurrentAuditForType(java.lang.String typeCode)
- Specified by:
clearCurrentAuditForTypein interfaceAuditScopeInvalidator
-
-