Modifier and Type | Method and Description |
---|---|
ResourceLockProvider |
CartOperationServiceAutoConfiguration.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> |
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> |
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> |
CartOperationServiceAutoConfiguration.itemListProvider(org.springframework.web.reactive.function.client.WebClient webClient,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
ExternalCartProperties externalCartProperties) |
Modifier and Type | Method and Description |
---|---|
protected ExternalCartProperties |
DefaultCheckoutService.getExternalCartProperties() |
Constructor and Description |
---|
DefaultCheckoutService(CheckoutWorkflow checkoutWorkflow,
CartProvider cartProvider,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
com.broadleafcommerce.common.messaging.checkout.CheckoutCompletionProducer checkoutCompletionProducer,
CartStatusValidationHelper cartStatusValidationHelper,
ExternalCartProperties externalCartProperties) |
Modifier and Type | Method and Description |
---|---|
protected ExternalCartProperties |
ExternalItemListItemProvider.getProperties() |
protected ExternalCartProperties |
ExternalItemListAccessRuleProvider.getProperties() |
protected ExternalCartProperties |
ExternalItemListProvider.getProperties() |
protected ExternalCartProperties |
ExternalGuestTokenProvider.getProperties() |
Constructor and Description |
---|
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) |
Copyright © 2021. All rights reserved.