Class CouponNotificationSiteMessageProcessor
- java.lang.Object
-
- de.hybris.platform.customercouponservices.sitemsg.process.impl.CouponNotificationSiteMessageProcessor
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationSiteMessageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<SiteMessageType,SendSiteMessageStrategy>getSendSiteMessageStrategies()voidprocess(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Render and send the notificationprotected voidsendMessage(CustomerModel customer, SiteMessageModel message)voidsetSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies)
-
-
-
Method Detail
-
process
public void process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)
Description copied from interface:ProcessorRender and send the notification
-
sendMessage
protected void sendMessage(CustomerModel customer, SiteMessageModel message)
-
getSendSiteMessageStrategies
protected java.util.Map<SiteMessageType,SendSiteMessageStrategy> getSendSiteMessageStrategies()
-
setSendSiteMessageStrategies
public void setSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies)
-
-