Class ExternalOrderProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOrderProperties
@ConfigurationProperties("broadleaf.orderoperation.orderprovider")
public class ExternalOrderProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe URI path for bulk creating fulfillment capture claims.The URI path for basic CRUD operations for fulfillment capture claims.The URI path for singular fulfillment retrieval matching tenant ignoring application.The URI path for basic singular fulfillment retrieval.The URI path for singular order retrieval matching tenant ignoring application.The URI subpath for basic singular return retrieval in an order.The URI path for basic singular order retrieval.The URI path for resource locks.The URI path for ReturnAuthorization retrieval for multiple order ids.The service client to use when calling order services.getUrl()
The base url for an external order service.void
setBulkCreateUri
(String bulkCreateUri) The URI path for bulk creating fulfillment capture claims.void
setFulfillmentCaptureClaimUri
(String fulfillmentCaptureClaimUri) The URI path for basic CRUD operations for fulfillment capture claims.void
setFulfillmentMatchingTenantUri
(String fulfillmentMatchingTenantUri) The URI path for singular fulfillment retrieval matching tenant ignoring application.void
setFulfillmentUri
(String fulfillmentUri) The URI path for basic singular fulfillment retrieval.void
setOrderMatchingTenantUri
(String orderMatchingTenantUri) The URI path for singular order retrieval matching tenant ignoring application.void
setOrderReturnsUri
(String orderReturnsUri) The URI subpath for basic singular return retrieval in an order.void
setOrderUri
(String orderUri) The URI path for basic singular order retrieval.void
setResourceLocksUri
(String resourceLocksUri) The URI path for resource locks.void
setReturnAuthorizationsUri
(String returnAuthorizationsUri) The URI path for ReturnAuthorization retrieval for multiple order ids.void
setServiceClient
(String serviceClient) The service client to use when calling order services.void
The base url for an external order service.
-
Constructor Details
-
ExternalOrderProperties
public ExternalOrderProperties()
-
-
Method Details
-
getUrl
The base url for an external order service. -
getOrderUri
The URI path for basic singular order retrieval. -
getOrderMatchingTenantUri
The URI path for singular order retrieval matching tenant ignoring application. -
getFulfillmentUri
The URI path for basic singular fulfillment retrieval. -
getFulfillmentMatchingTenantUri
The URI path for singular fulfillment retrieval matching tenant ignoring application. -
getOrderReturnsUri
The URI subpath for basic singular return retrieval in an order. -
getReturnAuthorizationsUri
The URI path for ReturnAuthorization retrieval for multiple order ids. -
getResourceLocksUri
The URI path for resource locks. -
getFulfillmentCaptureClaimUri
The URI path for basic CRUD operations for fulfillment capture claims. -
getBulkCreateUri
The URI path for bulk creating fulfillment capture claims. -
getServiceClient
The service client to use when calling order services. Default is "orderopsclient". -
setUrl
The base url for an external order service. -
setOrderUri
The URI path for basic singular order retrieval. -
setOrderMatchingTenantUri
The URI path for singular order retrieval matching tenant ignoring application. -
setFulfillmentUri
The URI path for basic singular fulfillment retrieval. -
setFulfillmentMatchingTenantUri
The URI path for singular fulfillment retrieval matching tenant ignoring application. -
setOrderReturnsUri
The URI subpath for basic singular return retrieval in an order. -
setReturnAuthorizationsUri
The URI path for ReturnAuthorization retrieval for multiple order ids. -
setResourceLocksUri
The URI path for resource locks. -
setFulfillmentCaptureClaimUri
The URI path for basic CRUD operations for fulfillment capture claims. -
setBulkCreateUri
The URI path for bulk creating fulfillment capture claims. -
setServiceClient
The service client to use when calling order services. Default is "orderopsclient".
-