Class DefaultSmsChannelStrategy

    • Constructor Detail

      • DefaultSmsChannelStrategy

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

      • 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 java.lang.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)