Class CouponNotificationJob
- java.lang.Object
-
- de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<CronJobModel>
-
- de.hybris.platform.notificationservices.cronjob.AbstractNotificationJob
-
- de.hybris.platform.customercouponservices.cronjob.AbstractCouponNotificationJob
-
- de.hybris.platform.customercouponservices.cronjob.CouponNotificationJob
-
- All Implemented Interfaces:
JobPerformable<CronJobModel>
public class CouponNotificationJob extends AbstractCouponNotificationJob
Creates a new coupon notification tast
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
flexibleSearchService, modelService, sessionService
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CouponNotificationTaskcreateTask(java.util.Map<java.lang.String,ItemModel> data)-
Methods inherited from class de.hybris.platform.customercouponservices.cronjob.AbstractCouponNotificationJob
createSiteMessage, getCouponNotificationDao, getCustomerCouponDao, perform, sendCouponNotificaiton, sendNotification, setCouponNotificationDao, setCustomerCouponDao
-
Methods inherited from class de.hybris.platform.notificationservices.cronjob.AbstractNotificationJob
getCommerceCommonI18NService, getNotificationService, getSiteMessageService, getTaskExecutor, setCommerceCommonI18NService, setNotificationService, setSiteMessageService, setTaskExecutor
-
Methods inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionService
-
-
-
-
Method Detail
-
createTask
protected CouponNotificationTask createTask(java.util.Map<java.lang.String,ItemModel> data)
- Specified by:
createTaskin classAbstractCouponNotificationJob
-
-