Class StockNotificationSiteMessageProcessor
java.lang.Object
de.hybris.platform.stocknotificationservices.sitemsg.processor.impl.StockNotificationSiteMessageProcessor
- All Implemented Interfaces:
Processor
Processor to send back-in-stock notification via Site Message.
-
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
-
StockNotificationSiteMessageProcessor
public StockNotificationSiteMessageProcessor()
-
-
Method Details
-
process
Description copied from interface:ProcessorRender and send the notification -
sendMessage
-
getSendSiteMessageStrategies
-
setSendSiteMessageStrategies
public void setSendSiteMessageStrategies(Map<SiteMessageType, SendSiteMessageStrategy> sendSiteMessageStrategies)
-