Class DefaultEmailChannelStrategy
java.lang.Object
de.hybris.platform.notificationservices.service.strategies.impl.DefaultEmailChannelStrategy
- All Implemented Interfaces:
NotificationChannelStrategy
Email notification channel strategy to get email address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChannelValue(CustomerModel customer) get the channel value for the customer
-
Constructor Details
-
DefaultEmailChannelStrategy
public DefaultEmailChannelStrategy()
-
-
Method Details
-
getChannelValue
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)
-