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 Details

    • DefaultSmsChannelStrategy

      public DefaultSmsChannelStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getConfigurationService

      public ConfigurationService getConfigurationService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getChannelValue

      public String getChannelValue(CustomerModel customer)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: NotificationChannelStrategy
      get the channel value for the customer
      Specified by:
      getChannelValue in interface NotificationChannelStrategy
      Parameters:
      customer - the customer
      Returns:
      return the notification channel value (for example, return email address for EMAIl channel)