Class B2BCustomerEmailResolutionService
java.lang.Object
de.hybris.platform.b2bacceleratorservices.customer.impl.B2BCustomerEmailResolutionService
- All Implemented Interfaces:
CustomerEmailResolutionService
public class B2BCustomerEmailResolutionService
extends Object
implements CustomerEmailResolutionService
Interface to handle B2B Customer Email resolution services.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CustomerEmailResolutionServicegetEmailForCustomer(CustomerModel customerModel) Retrieves email address of a given customervoidsetDefaultCustomerEmailResolutionService(CustomerEmailResolutionService defaultCustomerEmailResolutionService)
-
Constructor Details
-
B2BCustomerEmailResolutionService
public B2BCustomerEmailResolutionService()
-
-
Method Details
-
getDefaultCustomerEmailResolutionService
-
setDefaultCustomerEmailResolutionService
public void setDefaultCustomerEmailResolutionService(CustomerEmailResolutionService defaultCustomerEmailResolutionService) -
getEmailForCustomer
Description copied from interface:CustomerEmailResolutionServiceRetrieves email address of a given customer- Specified by:
getEmailForCustomerin interfaceCustomerEmailResolutionService- Parameters:
customerModel- the customer- Returns:
- the customer's email address
-