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 DefaultSmsChannelStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetChannelValue(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.get the channel value for the customerMethods inherited from class de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsChannelStrategy
getConfigurationService, setConfigurationService
-
Constructor Details
-
ChineseProfileSMSChannelStrategy
public ChineseProfileSMSChannelStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getChannelValue
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)
-
DefaultChineseProfileSMSChannelStrategy