Class DefaultChineseProfileSMSChannelStrategy
java.lang.Object
de.hybris.platform.chineseprofileservices.strategies.impl.DefaultChineseProfileSMSChannelStrategy
- All Implemented Interfaces:
NotificationChannelStrategy
public class DefaultChineseProfileSMSChannelStrategy
extends Object
implements NotificationChannelStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChannelValue(CustomerModel customer) get the channel value for the customer
-
Constructor Details
-
DefaultChineseProfileSMSChannelStrategy
public DefaultChineseProfileSMSChannelStrategy()
-
-
Method Details
-
getChannelValue
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)
-