Class DefaultCouponNotificationSmsProcessor
java.lang.Object
de.hybris.platform.customercouponservices.sms.process.impl.DefaultCouponNotificationSmsProcessor
- All Implemented Interfaces:
Processor
Deals with coupon notification for sending SMS to the customer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NotificationServiceprotected SendSmsMessageStrategyvoidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notificationvoidsetNotificationService(NotificationService notificationService) voidsetSendSmsMessageStrategy(SendSmsMessageStrategy sendSmsMessageStrategy)
-
Constructor Details
-
DefaultCouponNotificationSmsProcessor
public DefaultCouponNotificationSmsProcessor()
-
-
Method Details
-
process
Description copied from interface:ProcessorRender and send the notification -
getNotificationService
-
setNotificationService
-
getSendSmsMessageStrategy
-
setSendSmsMessageStrategy
-