Class DefaultSmsNotificationChannelStrategy
java.lang.Object
de.hybris.platform.notificationservices.service.strategies.impl.DefaultSmsNotificationChannelStrategy
- All Implemented Interfaces:
SmsNotificationChannelStrategy
@Deprecated(since="6.7",
forRemoval=true)
public class DefaultSmsNotificationChannelStrategy
extends Object
implements SmsNotificationChannelStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Default Strategy used to get the mobile phone number from project.properties configuration file
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getMobilePhoneNumber(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.Get the mobile phone number from project.properties configuration filevoidsetConfigurationService(ConfigurationService configurationService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultSmsNotificationChannelStrategy
public DefaultSmsNotificationChannelStrategy()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. -
getMobilePhoneNumber
Deprecated, for removal: This API element is subject to removal in a future version.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
-
DefaultSmsChannelStrategy