Uses of Interface
de.hybris.platform.commerceservices.customer.CustomerEmailResolutionService
-
Packages that use CustomerEmailResolutionService Package Description de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl de.hybris.platform.acceleratorservices.process.email.context de.hybris.platform.b2bacceleratorservices.customer.impl de.hybris.platform.commerceservices.customer.impl de.hybris.platform.commerceservices.model Contains generated models for each type of de.hybris.platform.commerceservices.jalo package. -
-
Uses of CustomerEmailResolutionService in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return CustomerEmailResolutionService Modifier and Type Method Description protected CustomerEmailResolutionServiceDefaultCreateSubscriptionRequestStrategy. getCustomerEmailResolutionService()protected CustomerEmailResolutionServiceDefaultCreditCardPaymentInfoCreateStrategy. getCustomerEmailResolutionService()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CustomerEmailResolutionService Modifier and Type Method Description voidDefaultCreateSubscriptionRequestStrategy. setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService)voidDefaultCreditCardPaymentInfoCreateStrategy. setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService) -
Uses of CustomerEmailResolutionService in de.hybris.platform.acceleratorservices.process.email.context
Methods in de.hybris.platform.acceleratorservices.process.email.context that return CustomerEmailResolutionService Modifier and Type Method Description protected CustomerEmailResolutionServiceAbstractEmailContext. getCustomerEmailResolutionService()Methods in de.hybris.platform.acceleratorservices.process.email.context with parameters of type CustomerEmailResolutionService Modifier and Type Method Description voidAbstractEmailContext. setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService) -
Uses of CustomerEmailResolutionService in de.hybris.platform.b2bacceleratorservices.customer.impl
Classes in de.hybris.platform.b2bacceleratorservices.customer.impl that implement CustomerEmailResolutionService Modifier and Type Class Description classB2BCustomerEmailResolutionServiceInterface to handle B2B Customer Email resolution services.Methods in de.hybris.platform.b2bacceleratorservices.customer.impl that return CustomerEmailResolutionService Modifier and Type Method Description protected CustomerEmailResolutionServiceB2BCustomerEmailResolutionService. getDefaultCustomerEmailResolutionService()Methods in de.hybris.platform.b2bacceleratorservices.customer.impl with parameters of type CustomerEmailResolutionService Modifier and Type Method Description voidB2BCustomerEmailResolutionService. setDefaultCustomerEmailResolutionService(CustomerEmailResolutionService defaultCustomerEmailResolutionService) -
Uses of CustomerEmailResolutionService in de.hybris.platform.commerceservices.customer.impl
Classes in de.hybris.platform.commerceservices.customer.impl that implement CustomerEmailResolutionService Modifier and Type Class Description classDefaultCustomerEmailResolutionServiceDefault implementation ofCustomerEmailResolutionService.Methods in de.hybris.platform.commerceservices.customer.impl that return CustomerEmailResolutionService Modifier and Type Method Description protected CustomerEmailResolutionServiceDefaultCustomerAccountService. getCustomerEmailResolutionService()Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type CustomerEmailResolutionService Modifier and Type Method Description voidDefaultCustomerAccountService. setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService) -
Uses of CustomerEmailResolutionService in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model that return CustomerEmailResolutionService Modifier and Type Method Description protected CustomerEmailResolutionServiceContactEmailAttribute. getCustomerEmailResolutionService()Methods in de.hybris.platform.commerceservices.model with parameters of type CustomerEmailResolutionService Modifier and Type Method Description voidContactEmailAttribute. setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService)
-