Uses of Class
com.broadleafcommerce.tabby.provider.external.ExternalOrderOperationProviderProperties
Packages that use ExternalOrderOperationProviderProperties
Package
Description
-
Uses of ExternalOrderOperationProviderProperties in com.broadleafcommerce.tabby.autoconfigure
Methods in com.broadleafcommerce.tabby.autoconfigure with parameters of type ExternalOrderOperationProviderPropertiesModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyCustomerOrderInfoProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalOrderOperationProviderProperties properties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) TabbyServiceAutoConfiguration.tabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> tabbyCustomerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalOrderOperationProviderProperties in com.broadleafcommerce.tabby.provider.external
Methods in com.broadleafcommerce.tabby.provider.external that return ExternalOrderOperationProviderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderOperationProviderProperties
ExternalCustomerOrderInfoProvider.getProperties()
Constructors in com.broadleafcommerce.tabby.provider.external with parameters of type ExternalOrderOperationProviderPropertiesModifierConstructorDescriptionExternalCustomerOrderInfoProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalOrderOperationProviderProperties properties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) -
Uses of ExternalOrderOperationProviderProperties in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service that return ExternalOrderOperationProviderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderOperationProviderProperties
DefaultTabbyPaymentModificationService.getProperties()
Constructors in com.broadleafcommerce.tabby.service with parameters of type ExternalOrderOperationProviderPropertiesModifierConstructorDescriptionDefaultTabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> customerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory)