Uses of Class
de.hybris.platform.persistence.audit.AuditableChange
Packages that use AuditableChange
Package
Description
-
Uses of AuditableChange in de.hybris.platform.persistence.audit
Methods in de.hybris.platform.persistence.audit with parameters of type AuditableChangeModifier and TypeMethodDescriptionbooleanAuditChangeFilter.ignoreAudit(AuditableChange change) Method used to check if change should be ignored and not savedMethod parameters in de.hybris.platform.persistence.audit with type arguments of type AuditableChangeModifier and TypeMethodDescriptionvoidAuditableSaver.storeAudit(Collection<AuditableChange> auditCollection) -
Uses of AuditableChange in de.hybris.platform.persistence.audit.impl
Method parameters in de.hybris.platform.persistence.audit.impl with type arguments of type AuditableChangeModifier and TypeMethodDescriptionvoidDefaultAuditableSaver.storeAudit(Collection<AuditableChange> auditableChanges) -
Uses of AuditableChange in de.hybris.platform.persistence.audit.internal.conditional
Methods in de.hybris.platform.persistence.audit.internal.conditional with parameters of type AuditableChangeModifier and TypeMethodDescriptionbooleanConditionalAuditChangeFilter.ignoreAudit(AuditableChange change) booleanConditionEvaluator.ignoreAudit(AuditableChange change)