Class DefaultCouponNotificationSmsProcessor
- java.lang.Object
-
- de.hybris.platform.customercouponservices.sms.process.impl.DefaultCouponNotificationSmsProcessor
-
-
Constructor Summary
Constructors Constructor Description DefaultCouponNotificationSmsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationServicegetNotificationService()protected SendSmsMessageStrategygetSendSmsMessageStrategy()voidprocess(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Render and send the notificationvoidsetNotificationService(NotificationService notificationService)voidsetSendSmsMessageStrategy(SendSmsMessageStrategy sendSmsMessageStrategy)
-
-
-
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
-
getNotificationService
protected NotificationService getNotificationService()
-
setNotificationService
public void setNotificationService(NotificationService notificationService)
-
getSendSmsMessageStrategy
protected SendSmsMessageStrategy getSendSmsMessageStrategy()
-
setSendSmsMessageStrategy
public void setSendSmsMessageStrategy(SendSmsMessageStrategy sendSmsMessageStrategy)
-
-