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 CustomerProviderCartOperationServiceAutoConfiguration. 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 CustomerProviderDefaultDelegatingTaxService. getCustomerProvider()protected CustomerProviderDefaultTaxService. getCustomerProvider()Deprecated.Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CustomerProvider Modifier and Type Method Description voidDefaultDelegatingTaxService. setCustomerProvider(CustomerProvider customerProvider)voidDefaultTaxService. 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 classExternalCustomerProvider
-