Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
Package
Description
-
Uses of ExternalCartProperties in com.broadleafcommerce.cartoperation.service.autoconfigure
Modifier and TypeMethodDescriptionCartOperationServiceAutoConfiguration.cartOperationsResourceLockProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) <T extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule>
ItemListAccessRuleProvider<T>CartOperationServiceAutoConfiguration.itemListAccessRuleProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties externalCartProperties) <T extends com.broadleafcommerce.cart.client.domain.ItemListItem>
ItemListItemProvider<T>CartOperationServiceAutoConfiguration.itemListItemProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties externalCartProperties) <T extends com.broadleafcommerce.cart.client.domain.ItemList>
ItemListProvider<T>CartOperationServiceAutoConfiguration.itemListProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties externalCartProperties) -
Uses of ExternalCartProperties in com.broadleafcommerce.cartoperation.service.checkout
Modifier and TypeMethodDescriptionprotected ExternalCartProperties
DefaultCheckoutService.getExternalCartProperties()
ModifierConstructorDescriptionDefaultCheckoutService
(CartStatusValidationHelper cartStatusValidationHelper, CheckoutWorkflow checkoutWorkflow, CartProvider cartProvider, com.broadleafcommerce.common.messaging.checkout.CheckoutCompletionProducer checkoutCompletionProducer, ExternalCartProperties externalCartProperties, PaymentProvider<PaymentSummary> paymentProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalCartProperties in com.broadleafcommerce.cartoperation.service.provider.external
Modifier and TypeMethodDescriptionprotected ExternalCartProperties
ExternalGuestTokenProvider.getProperties()
protected ExternalCartProperties
ExternalItemListAccessRuleProvider.getProperties()
protected ExternalCartProperties
ExternalItemListItemProvider.getProperties()
protected ExternalCartProperties
ExternalItemListProvider.getProperties()
ModifierConstructorDescriptionExternalCartActionAuditProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalCartNoteProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalCartProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties, CartHolder<com.broadleafcommerce.cart.client.domain.Cart> requestCartHolder) ExternalGuestTokenProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalItemListAccessRuleProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalItemListItemProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalItemListProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties) ExternalResourceLockProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties properties)