Class DefaultSmsChannelStrategy
java.lang.Object
de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsChannelStrategy
- All Implemented Interfaces:
NotificationChannelStrategy
- Direct Known Subclasses:
ChineseProfileSMSChannelStrategy
@Deprecated(since="1905",
forRemoval=true)
public class DefaultSmsChannelStrategy
extends Object
implements NotificationChannelStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
since 19.05 .
Sms notification channel strategy to get phone number
-
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 customerDeprecated, for removal: This API element is subject to removal in a future version.voidsetConfigurationService(ConfigurationService configurationService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultSmsChannelStrategy
public DefaultSmsChannelStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConfigurationService
Deprecated, for removal: This API element is subject to removal in a future version. -
setConfigurationService
Deprecated, for removal: This API element is subject to removal in a future version. -
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- Parameters:
customer- the customer- Returns:
- return the notification channel value (for example, return email address for EMAIl channel)
-