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>
Creates a new coupon notification tast
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
flexibleSearchService, modelService, sessionService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CouponNotificationTaskcreateTask(Map<String, ItemModel> data) Methods inherited from class de.hybris.platform.customercouponservices.cronjob.AbstractCouponNotificationJob
createSiteMessage, getCouponNotificationDao, getCustomerCouponDao, perform, sendCouponNotificaiton, sendNotification, setCouponNotificationDao, setCustomerCouponDaoMethods inherited from class de.hybris.platform.notificationservices.cronjob.AbstractNotificationJob
getCommerceCommonI18NService, getNotificationService, getSiteMessageService, getTaskExecutor, setCommerceCommonI18NService, setNotificationService, setSiteMessageService, setTaskExecutorMethods inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionService
-
Constructor Details
-
CouponNotificationJob
public CouponNotificationJob()
-
-
Method Details
-
createTask
- Specified by:
createTaskin classAbstractCouponNotificationJob
-