Class DefaultStockNotificationEmailProcessor
java.lang.Object
de.hybris.platform.stocknotificationservices.email.processor.impl.DefaultStockNotificationEmailProcessor
- All Implemented Interfaces:
Processor
Processor to send back-in-stock notification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServicevoidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notificationvoidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultStockNotificationEmailProcessor
public DefaultStockNotificationEmailProcessor()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-
process
Description copied from interface:ProcessorRender and send the notification
-