This page displays information about all available handler chain definitions.
Position | Handler | Description |
---|---|---|
5 |
UnassignUserRolesCustomerDeletionHandler
Transactional |
Handler that removes the role assignments for user of B2B customer. |
10 |
SetBasketsInvalidCustomerDeletionHandler
Transactional |
Handler that sets the status of all baskets of all users within the
customer deletion context to "INVALID". The scheduled job "Remove
Invalid Baskets" will take care of deleting them. Note that this will execute a query for every user within the customer deletion context. |
20 |
DeleteWishlistsCustomerDeletionHandler
Transactional |
Handler that deletes the wishlists of all users in the customer deletion context. |
25 |
CashbackCustomerDeletionHandler
Transactional |
Handler removes all not redeemed cashbacks and cashback promotion codes for the customer. |
30 |
SetOrdersToBeDeletedCustomerDeletionHandler
Transactional |
Handler that marks all orders of the customer or concrete customer
user as to be deleted. The scheduled job "Delete Orders" will take care
of deleting them. |
40 |
DeleteRecurringOrdersCustomerDeletionHandler
Transactional |
Handler for deleting all recurring orders of the customer or
selected user of a customer. It does nothing if the recurring order
feature is disabled. |
50 |
AnonymizePromotionCodesCustomerDeletionHandler
Transactional |
Handler that anonymize (name and email are set to "NULL") all promotion codesused by any user in customer deletion scope. |
70 |
AnonymizeGiftCardCustomerDeletionHandler
Transactional |
Handler that removes the user reference from gift cards used by any user within the customer deletion context. |
80 |
CustomerAlertsDeletionHandler
Transactional |
Handler that deletes all alerts used by one user in customer deletion scope. |
100 |
BasicCustomerDeletionHandler
Transactional |
Handler that removes the customer or concrete user from group customer. In the default CustomerBO implementation ORMCustomerBOImpl , deletion of customer will also remove all assigned users and customer addresses. |