Class DefaultSmsNotificationChannelStrategy
- java.lang.Object
-
- de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsNotificationChannelStrategy
-
- All Implemented Interfaces:
SmsNotificationChannelStrategy
@Deprecated public class DefaultSmsNotificationChannelStrategy extends java.lang.Object implements SmsNotificationChannelStrategy
Deprecated.since 6.7 . useDefaultSmsChannelStrategyDefault Strategy used to get the mobile phone number from project.properties configuration file
-
-
Constructor Summary
Constructors Constructor Description DefaultSmsNotificationChannelStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()Deprecated.java.lang.StringgetMobilePhoneNumber(CustomerModel customer)Deprecated.Get the mobile phone number from project.properties configuration filevoidsetConfigurationService(ConfigurationService configurationService)Deprecated.
-
-
-
Method Detail
-
getConfigurationService
public ConfigurationService getConfigurationService()
Deprecated.
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
Deprecated.
-
getMobilePhoneNumber
public java.lang.String getMobilePhoneNumber(CustomerModel customer)
Deprecated.Description copied from interface:SmsNotificationChannelStrategyGet the mobile phone number from project.properties configuration file- Specified by:
getMobilePhoneNumberin interfaceSmsNotificationChannelStrategy- Parameters:
customer- get phone number from this customer- Returns:
- the mobile number will be returned
-
-