Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.CustomerProvider
-
-
Uses of CustomerProvider in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return CustomerProvider Modifier and Type Method Description CustomerProvider
CartOperationServiceAutoConfiguration. customerProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties externalCustomerProperties)
-
Uses of CustomerProvider in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing that return CustomerProvider Modifier and Type Method Description protected CustomerProvider
DefaultDelegatingTaxService. getCustomerProvider()
protected CustomerProvider
DefaultTaxService. getCustomerProvider()
Deprecated.Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CustomerProvider Modifier and Type Method Description void
DefaultDelegatingTaxService. setCustomerProvider(CustomerProvider customerProvider)
void
DefaultTaxService. setCustomerProvider(CustomerProvider customerProvider)
Deprecated. -
Uses of CustomerProvider in com.broadleafcommerce.cartoperation.service.provider.external
Classes in com.broadleafcommerce.cartoperation.service.provider.external that implement CustomerProvider Modifier and Type Class Description class
ExternalCustomerProvider
-