public class DefaultCustomerEmailResolutionService extends java.lang.Object implements CustomerEmailResolutionService
CustomerEmailResolutionService.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CUSTOMER_EMAIL |
static java.lang.String |
DEFAULT_CUSTOMER_KEY |
| Constructor and Description |
|---|
DefaultCustomerEmailResolutionService() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService() |
java.lang.String |
getEmailForCustomer(CustomerModel customerModel)
Retrieves email address of a given customer
|
void |
setConfigurationService(ConfigurationService configurationService) |
protected java.lang.String |
validateAndProcessEmailForCustomer(CustomerModel customerModel) |
public static final java.lang.String DEFAULT_CUSTOMER_KEY
public static final java.lang.String DEFAULT_CUSTOMER_EMAIL
public DefaultCustomerEmailResolutionService()
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
public java.lang.String getEmailForCustomer(CustomerModel customerModel)
CustomerEmailResolutionServicegetEmailForCustomer in interface CustomerEmailResolutionServicecustomerModel - the customerprotected java.lang.String validateAndProcessEmailForCustomer(CustomerModel customerModel)
Copyright © 2018 SAP SE. All Rights Reserved.