Class DefaultSmsChannelStrategy
- java.lang.Object
-
- de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsChannelStrategy
-
- All Implemented Interfaces:
NotificationChannelStrategy
- Direct Known Subclasses:
ChineseProfileSMSChannelStrategy
@Deprecated public class DefaultSmsChannelStrategy extends java.lang.Object implements NotificationChannelStrategy
Deprecated.since 19.05 .Sms notification channel strategy to get phone number
-
-
Constructor Summary
Constructors Constructor Description DefaultSmsChannelStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetChannelValue(CustomerModel customer)Deprecated.get the channel value for the customerConfigurationServicegetConfigurationService()Deprecated.voidsetConfigurationService(ConfigurationService configurationService)Deprecated.
-
-
-
Method Detail
-
getConfigurationService
public ConfigurationService getConfigurationService()
Deprecated.
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
Deprecated.
-
getChannelValue
public java.lang.String getChannelValue(CustomerModel customer)
Deprecated.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)
-
-