Class ExternalOrderProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOrderProperties
@ConfigurationProperties("broadleaf.orderoperation.orderprovider")
public class ExternalOrderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for bulk creating fulfillment capture claims.The URI to read the Orders for the customers with the additional associated data.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.voidsetBulkCreateUri(String bulkCreateUri) The URI path for bulk creating fulfillment capture claims.voidsetCustomerOrderInfoUri(String customerOrderInfoUri) The URI to read the Orders for the customers with the additional associated data.voidsetFulfillmentCaptureClaimUri(String fulfillmentCaptureClaimUri) The URI path for basic CRUD operations for fulfillment capture claims.voidsetFulfillmentMatchingTenantUri(String fulfillmentMatchingTenantUri) The URI path for singular fulfillment retrieval matching tenant ignoring application.voidsetFulfillmentUri(String fulfillmentUri) The URI path for basic singular fulfillment retrieval.voidsetOrderMatchingTenantUri(String orderMatchingTenantUri) The URI path for singular order retrieval matching tenant ignoring application.voidsetOrderReturnsUri(String orderReturnsUri) The URI subpath for basic singular return retrieval in an order.voidsetOrderUri(String orderUri) The URI path for basic singular order retrieval.voidsetResourceLocksUri(String resourceLocksUri) The URI path for resource locks.voidsetReturnAuthorizationsUri(String returnAuthorizationsUri) The URI path for ReturnAuthorization retrieval for multiple order ids.voidsetServiceClient(String serviceClient) The service client to use when calling order services.voidThe 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. -
getCustomerOrderInfoUri
The URI to read the Orders for the customers with the additional associated data. -
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. -
setCustomerOrderInfoUri
The URI to read the Orders for the customers with the additional associated data. -
setServiceClient
The service client to use when calling order services. Default is "orderopsclient".
-