Class ChineseProfileSMSChannelStrategy
- java.lang.Object
-
- de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsChannelStrategy
-
- de.hybris.platform.chineseprofileservices.strategies.impl.ChineseProfileSMSChannelStrategy
-
- All Implemented Interfaces:
NotificationChannelStrategy
@Deprecated(since="1905", forRemoval=true) public class ChineseProfileSMSChannelStrategy extends DefaultSmsChannelStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 19.05 . useDefaultChineseProfileSMSChannelStrategy
-
-
Constructor Summary
Constructors Constructor Description ChineseProfileSMSChannelStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetChannelValue(CustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.get the channel value for the customer-
Methods inherited from class de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsChannelStrategy
getConfigurationService, setConfigurationService
-
-
-
-
Method Detail
-
getChannelValue
public java.lang.String getChannelValue(CustomerModel customer)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NotificationChannelStrategyget the channel value for the customer- Specified by:
getChannelValuein interfaceNotificationChannelStrategy- Overrides:
getChannelValuein classDefaultSmsChannelStrategy- Parameters:
customer- the customer- Returns:
- return the notification channel value (for example, return email address for EMAIl channel)
-
-