Class OrderAnonymizationHandler
java.lang.Object
com.broadleafcommerce.order.anonymization.AbstractAnonymizationHandler
com.broadleafcommerce.order.anonymization.OrderAnonymizationHandler
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware,com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler,org.springframework.core.Ordered
Updates PII fields for the
Order domain.-
Field Summary
Fields inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
ALL_MATCHFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionOrderAnonymizationHandler(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService, OrderAnonymizationProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionList<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>protected OrderService<com.broadleafcommerce.order.client.domain.Order>protected OrderAnonymizationPropertiesprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>handleRecords(String boundedContextIdentifier, Stream<com.broadleafcommerce.order.client.domain.Order> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods inherited from class com.broadleafcommerce.order.anonymization.AbstractAnonymizationHandler
process, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler
empty, fail, getOrder, process
-
Constructor Details
-
OrderAnonymizationHandler
public OrderAnonymizationHandler(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService, OrderAnonymizationProperties properties)
-
-
Method Details
-
getDataRoutePartition
-
anonymize
-
handleRecords
-
getOrderService
-
getProperties
-