Interface ItemCleanupHook<MODEL extends ItemModel>
-
- All Known Implementing Classes:
AuditServicesCustomerCleanupHook,CisSapDigitalPaymentCustomerCleanupHook,CommerceServicesCustomerCleanupHook,CommerceServicesOrderCleanupHook,CouponNotificationCleanupHook,CsTicketCleanupHook,CsTicketsByCustomerCleanupHook,CustomerInterestsCleanupHook,CustomerVendorReviewsCleanupHook,CustomerVendorReviewsCleanupHook,GigyaUserCleanupHook,PersonalizationCustomerCleanupHook,SapCpiCustomerCleanupHook,SiteMessageCleanupHook,WishlistCustomerCleanupHook
public interface ItemCleanupHook<MODEL extends ItemModel>A hook strategy to run custom code to cleanup related objects for item cleanup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanupRelatedObjects(MODEL item)Cleanup related objects before cleanup item.
-
-
-
Method Detail
-
cleanupRelatedObjects
void cleanupRelatedObjects(MODEL item)
Cleanup related objects before cleanup item.- Parameters:
item- its related objects to cleanup
-
-