Uses of Class
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOrderProperties
Packages that use ExternalOrderProperties
Package
Description
- 
Uses of ExternalOrderProperties in com.broadleafcommerce.orderoperation.service.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.autoconfigure with parameters of type ExternalOrderPropertiesModifier and TypeMethodDescriptionOrderOperationServiceAutoConfiguration.fulfillmentCaptureClaimProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties) OrderOperationServiceAutoConfiguration.orderOperationsResourceLockProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties)  - 
Uses of ExternalOrderProperties in com.broadleafcommerce.orderoperation.service.provider.external
Methods in com.broadleafcommerce.orderoperation.service.provider.external that return ExternalOrderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderPropertiesExternalFulfillmentCaptureClaimProvider.getProperties()protected ExternalOrderPropertiesExternalFulfillmentProvider.getProperties()protected ExternalOrderPropertiesExternalOrderProvider.getProperties()protected ExternalOrderPropertiesExternalResourceLockProvider.getProperties()protected ExternalOrderPropertiesExternalReturnAuthorizationProvider.getProperties()Constructors in com.broadleafcommerce.orderoperation.service.provider.external with parameters of type ExternalOrderPropertiesModifierConstructorDescriptionExternalFulfillmentCaptureClaimProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties) ExternalFulfillmentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties) ExternalOrderProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties) ExternalResourceLockProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties) ExternalReturnAuthorizationProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProperties properties)