Uses of Class
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOrderProperties
- 
Packages that use ExternalOrderProperties Package Description com.broadleafcommerce.orderoperation.service.autoconfigure com.broadleafcommerce.orderoperation.service.provider.external  - 
- 
Uses of ExternalOrderProperties in com.broadleafcommerce.orderoperation.service.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.autoconfigure with parameters of type ExternalOrderProperties Modifier and Type Method Description ResourceLockProviderOrderOperationServiceAutoConfiguration. 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 ExternalOrderProperties Modifier and Type Method Description protected ExternalOrderPropertiesExternalFulfillmentProvider. getProperties()protected ExternalOrderPropertiesExternalOrderProvider. getProperties()protected ExternalOrderPropertiesExternalResourceLockProvider. getProperties()protected ExternalOrderPropertiesExternalReturnAuthorizationProvider. getProperties()Constructors in com.broadleafcommerce.orderoperation.service.provider.external with parameters of type ExternalOrderProperties Constructor Description 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) 
 -