Class CouponNotificationTask
- java.lang.Object
-
- de.hybris.platform.customercouponservices.cronjob.CouponNotificationTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class CouponNotificationTask extends java.lang.Object implements java.lang.RunnableDeals with the task that sends coupon notification to customers
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationTask(NotificationService notificationService, java.util.Map<java.lang.String,? extends ItemModel> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Constructor Detail
-
CouponNotificationTask
public CouponNotificationTask(NotificationService notificationService, java.util.Map<java.lang.String,? extends ItemModel> data)
-
-