Interface CustomerEmailResolutionService
-
- All Known Implementing Classes:
B2BCustomerEmailResolutionService,DefaultCustomerEmailResolutionService
public interface CustomerEmailResolutionServiceService interface used to lookup the contact email address for a customer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEmailForCustomer(CustomerModel customerModel)Retrieves email address of a given customer
-
-
-
Method Detail
-
getEmailForCustomer
java.lang.String getEmailForCustomer(CustomerModel customerModel)
Retrieves email address of a given customer- Parameters:
customerModel- the customer- Returns:
- the customer's email address
-
-