Class DefaultStockNotificationSmsProcessor
java.lang.Object
de.hybris.platform.stocknotificationservices.sms.processor.impl.DefaultStockNotificationSmsProcessor
- All Implemented Interfaces:
Processor
Processor to send back-in-stock notification via SMS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommerceStockServiceprotected NotificationServiceprotected LonggetProductStockLevel(ProductModel product, BaseStoreModel baseStore) protected SendSmsMessageStrategyvoidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notificationvoidsetCommerceStockService(CommerceStockService commerceStockService) voidsetNotificationService(NotificationService notificationService) voidsetSendSmsMessageStrategy(SendSmsMessageStrategy sendSmsMessageStrategy)
-
Constructor Details
-
DefaultStockNotificationSmsProcessor
public DefaultStockNotificationSmsProcessor()
-
-
Method Details
-
process
Description copied from interface:ProcessorRender and send the notification -
getProductStockLevel
-
getNotificationService
-
setNotificationService
-
getSendSmsMessageStrategy
-
setSendSmsMessageStrategy
-
getCommerceStockService
-
setCommerceStockService
-