public class CouponNotificationCleanupHook extends java.lang.Object implements ItemCleanupHook<CustomerModel>
| Constructor and Description |
|---|
CouponNotificationCleanupHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupRelatedObjects(CustomerModel customer)
Cleanup related objects before cleanup item.
|
protected CustomerCouponService |
getCustomerCouponService() |
protected ModelService |
getModelService() |
void |
setCustomerCouponService(CustomerCouponService customerCouponService) |
void |
setModelService(ModelService modelService) |
public void cleanupRelatedObjects(CustomerModel customer)
ItemCleanupHookcleanupRelatedObjects in interface ItemCleanupHook<CustomerModel>customer - its related objects to cleanupprotected ModelService getModelService()
public void setModelService(ModelService modelService)
protected CustomerCouponService getCustomerCouponService()
public void setCustomerCouponService(CustomerCouponService customerCouponService)
Copyright © 2018 SAP SE. All Rights Reserved.