Class OrderNoteAnonymizationHandler
java.lang.Object
com.broadleafcommerce.order.anonymization.AbstractAnonymizationHandler
com.broadleafcommerce.order.anonymization.OrderNoteAnonymizationHandler
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware,com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler,org.springframework.core.Ordered
Updates PII fields for the
OrderNote 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
ConstructorsConstructorDescriptionOrderNoteAnonymizationHandler(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService, OrderNoteService<OrderNote> noteService) -
Method Summary
Modifier and TypeMethodDescriptionList<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>protected OrderNoteService<OrderNote>protected OrderService<com.broadleafcommerce.order.client.domain.Order>protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>handleRecords(String boundedContextIdentifier, Stream<OrderNote> 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
-
OrderNoteAnonymizationHandler
public OrderNoteAnonymizationHandler(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService, OrderNoteService<OrderNote> noteService)
-
-
Method Details
-
getDataRoutePartition
-
anonymize
-
handleRecords
-
getOrderService
-
getNoteService
-