Class DefaultChineseProfileSMSChannelStrategy
- java.lang.Object
-
- de.hybris.platform.chineseprofileservices.strategies.impl.DefaultChineseProfileSMSChannelStrategy
-
- All Implemented Interfaces:
NotificationChannelStrategy
public class DefaultChineseProfileSMSChannelStrategy extends java.lang.Object implements NotificationChannelStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultChineseProfileSMSChannelStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChannelValue(CustomerModel customer)get the channel value for the customer
-
-
-
Method Detail
-
getChannelValue
public java.lang.String getChannelValue(CustomerModel customer)
Description copied from interface:NotificationChannelStrategyget the channel value for the customer- Specified by:
getChannelValuein interfaceNotificationChannelStrategy- Parameters:
customer- the customer- Returns:
- return the notification channel value (for example, return email address for EMAIl channel)
-
-