NotificationPreferencesPopulator due to the customerModel update@Deprecated public class NotificationPreferencePopulator extends java.lang.Object implements Populator<CustomerModel,NotificationPreferenceData>
| Constructor and Description |
|---|
NotificationPreferencePopulator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationChannelStrategy |
getSmsNotificationChannelStrategy()
Deprecated.
|
void |
populate(CustomerModel source,
NotificationPreferenceData target)
Deprecated.
Populate notification preference data into target.CustomerModel contains UID which is the email address
SmsNotificationChannelStrategy will provide the phone number
|
void |
setSmsNotificationChannelStrategy(SmsNotificationChannelStrategy smsNotificationChannelStrategy)
Deprecated.
|
public NotificationPreferencePopulator()
public SmsNotificationChannelStrategy getSmsNotificationChannelStrategy()
public void setSmsNotificationChannelStrategy(SmsNotificationChannelStrategy smsNotificationChannelStrategy)
public void populate(CustomerModel source, NotificationPreferenceData target)
populate in interface Populator<CustomerModel,NotificationPreferenceData>source - The UID in CustomerModel will be used to fill emailAddress in targettarget - The target will contain the populated notification preference data about whether email and sms are
enabled and what their detail informations areCopyright © 2018 SAP SE. All Rights Reserved.