Class DefaultCouponNotificationEmailProcessor
java.lang.Object
de.hybris.platform.customercouponservices.email.process.impl.DefaultCouponNotificationEmailProcessor
- All Implemented Interfaces:
Processor
Deals with coupon notification for sending out Emails to customers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServicevoidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Renders and sends out the coupon notificationvoidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultCouponNotificationEmailProcessor
public DefaultCouponNotificationEmailProcessor()
-
-
Method Details