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 path for a consolidated order fulfillment retrieval.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.The URI subpath for operations against fulfillment capture claim summaries by fulfillment id.The URI subpath for operations against fulfillment capture claim summaries by payment ids.The URI subpath for operations against fulfillment capture claim summaries by payment id.getUrl()
The base url for an external order service.void
setBulkCreateUri
(String bulkCreateUri) The URI path for bulk creating fulfillment capture claims.void
setConsolidatedOrderFulfillmentUri
(String consolidatedOrderFulfillmentUri) The URI path for a consolidated order fulfillment retrieval.void
setCustomerOrderInfoUri
(String customerOrderInfoUri) The URI to read the Orders for the customers with the additional associated data.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
setSummaryByFulfillmentIdSubpath
(String summaryByFulfillmentIdSubpath) The URI subpath for operations against fulfillment capture claim summaries by fulfillment id.void
setSummaryByPaymentIdsSubpath
(String summaryByPaymentIdsSubpath) The URI subpath for operations against fulfillment capture claim summaries by payment ids.void
setSummaryByPaymentIdSubpath
(String summaryByPaymentIdSubpath) The URI subpath for operations against fulfillment capture claim summaries by payment id.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. -
getSummaryByPaymentIdSubpath
The URI subpath for operations against fulfillment capture claim summaries by payment id. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
getSummaryByPaymentIdsSubpath
The URI subpath for operations against fulfillment capture claim summaries by payment ids. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
getSummaryByFulfillmentIdSubpath
The URI subpath for operations against fulfillment capture claim summaries by fulfillment id. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
getCustomerOrderInfoUri
The URI to read the Orders for the customers with the additional associated data. -
getConsolidatedOrderFulfillmentUri
The URI path for a consolidated order fulfillment retrieval. -
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. -
setSummaryByPaymentIdSubpath
The URI subpath for operations against fulfillment capture claim summaries by payment id. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
setSummaryByPaymentIdsSubpath
The URI subpath for operations against fulfillment capture claim summaries by payment ids. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
setSummaryByFulfillmentIdSubpath
The URI subpath for operations against fulfillment capture claim summaries by fulfillment id. This is specifically a subpath for the base path utilized at fulfillmentCaptureClaimUri. -
setCustomerOrderInfoUri
The URI to read the Orders for the customers with the additional associated data. -
setConsolidatedOrderFulfillmentUri
The URI path for a consolidated order fulfillment retrieval. -
setServiceClient
The service client to use when calling order services. Default is "orderopsclient".
-