Class CouponNotificationCleanupHook
java.lang.Object
de.hybris.platform.customercouponservices.retention.hook.CouponNotificationCleanupHook
- All Implemented Interfaces:
ItemCleanupHook<CustomerModel>
Cleans customer coupon notification when the retention framework removes customer data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanupRelatedObjects(CustomerModel customer) Cleanup related objects before cleanup item.protected CustomerCouponServiceprotected ModelServicevoidsetCustomerCouponService(CustomerCouponService customerCouponService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
CouponNotificationCleanupHook
public CouponNotificationCleanupHook()
-
-
Method Details
-
cleanupRelatedObjects
Description copied from interface:ItemCleanupHookCleanup related objects before cleanup item.- Specified by:
cleanupRelatedObjectsin interfaceItemCleanupHook<CustomerModel>- Parameters:
customer- its related objects to cleanup
-
getModelService
-
setModelService
-
getCustomerCouponService
-
setCustomerCouponService
-