Class B2BCustomerEmailResolutionService
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorservices.customer.impl.B2BCustomerEmailResolutionService
-
- All Implemented Interfaces:
CustomerEmailResolutionService
public class B2BCustomerEmailResolutionService extends java.lang.Object implements CustomerEmailResolutionService
Interface to handle B2B Customer Email resolution services.
-
-
Constructor Summary
Constructors Constructor Description B2BCustomerEmailResolutionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerEmailResolutionServicegetDefaultCustomerEmailResolutionService()java.lang.StringgetEmailForCustomer(CustomerModel customerModel)Retrieves email address of a given customervoidsetDefaultCustomerEmailResolutionService(CustomerEmailResolutionService defaultCustomerEmailResolutionService)
-
-
-
Method Detail
-
getDefaultCustomerEmailResolutionService
protected CustomerEmailResolutionService getDefaultCustomerEmailResolutionService()
-
setDefaultCustomerEmailResolutionService
public void setDefaultCustomerEmailResolutionService(CustomerEmailResolutionService defaultCustomerEmailResolutionService)
-
getEmailForCustomer
public java.lang.String getEmailForCustomer(CustomerModel customerModel)
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
-
-