Class AccountMemberAnonymizationHandler
- java.lang.Object
-
- com.broadleafcommerce.customer.service.anonymization.AbstractAnonymizationHandler
-
- com.broadleafcommerce.customer.service.anonymization.AccountMemberAnonymizationHandler
-
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware,com.broadleafcommerce.common.privacy.anonymization.AnonymizationHandler,org.springframework.core.Ordered
public class AccountMemberAnonymizationHandler extends AbstractAnonymizationHandler
Updates PII fields for theAccountMemberdomain.
-
-
Constructor Summary
Constructors Constructor Description AccountMemberAnonymizationHandler(AccountMemberService<AccountMember> accountMemberService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>anonymize(String boundedContextIdentifier, Object context)protected AccountMemberService<AccountMember>getAccountMemberService()StringgetDataRoutePartition()protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>handleRecords(String boundedContextIdentifier, List<AccountMember> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)-
Methods inherited from class com.broadleafcommerce.customer.service.anonymization.AbstractAnonymizationHandler
process, processAdditionalPhones
-
-
-
-
Constructor Detail
-
AccountMemberAnonymizationHandler
public AccountMemberAnonymizationHandler(AccountMemberService<AccountMember> accountMemberService)
-
-
Method Detail
-
getDataRoutePartition
public String getDataRoutePartition()
-
anonymize
public List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> anonymize(String boundedContextIdentifier, Object context)
-
handleRecords
protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord> handleRecords(String boundedContextIdentifier, List<AccountMember> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
getAccountMemberService
protected AccountMemberService<AccountMember> getAccountMemberService()
-
-