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.messaging
Methods in com.broadleafcommerce.orderoperation.service.messaging that return ExternalOrderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderProperties
DefaultOrderLinksService.getExternalOrderProperties()
Constructors in com.broadleafcommerce.orderoperation.service.messaging with parameters of type ExternalOrderPropertiesModifierConstructorDescriptionDefaultOrderLinksService
(ExternalOrderProperties externalOrderProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalOrderProperties in com.broadleafcommerce.orderoperation.service.messaging.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.messaging.autoconfigure with parameters of type ExternalOrderPropertiesModifier and TypeMethodDescriptionOrderOperationMessagingAutoConfiguration.orderLinksService
(ExternalOrderProperties externalOrderProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalOrderProperties in com.broadleafcommerce.orderoperation.service.provider.external
Methods in com.broadleafcommerce.orderoperation.service.provider.external that return ExternalOrderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderProperties
ExternalFulfillmentCaptureClaimProvider.getProperties()
protected ExternalOrderProperties
ExternalFulfillmentProvider.getProperties()
protected ExternalOrderProperties
ExternalOrderProvider.getProperties()
protected ExternalOrderProperties
ExternalResourceLockProvider.getProperties()
protected ExternalOrderProperties
ExternalReturnAuthorizationProvider.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)