Class CouponNotificationSiteMessageProcessor
java.lang.Object
de.hybris.platform.customercouponservices.sitemsg.process.impl.CouponNotificationSiteMessageProcessor
- All Implemented Interfaces:
Processor
Deals with coupon notification for sending site message to the customer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<SiteMessageType,SendSiteMessageStrategy> voidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notificationprotected voidsendMessage(CustomerModel customer, SiteMessageModel message) voidsetSendSiteMessageStrategies(Map<SiteMessageType, SendSiteMessageStrategy> sendSiteMessageStrategies)
-
Constructor Details
-
CouponNotificationSiteMessageProcessor
public CouponNotificationSiteMessageProcessor()
-
-
Method Details
-
process
Description copied from interface:ProcessorRender and send the notification -
sendMessage
-
getSendSiteMessageStrategies
-
setSendSiteMessageStrategies
public void setSendSiteMessageStrategies(Map<SiteMessageType, SendSiteMessageStrategy> sendSiteMessageStrategies)
-