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.voidsetBulkCreateUri(String bulkCreateUri) The URI path for bulk creating fulfillment capture claims.voidsetConsolidatedOrderFulfillmentUri(String consolidatedOrderFulfillmentUri) The URI path for a consolidated order fulfillment retrieval.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.voidsetSummaryByFulfillmentIdSubpath(String summaryByFulfillmentIdSubpath) The URI subpath for operations against fulfillment capture claim summaries by fulfillment id.voidsetSummaryByPaymentIdsSubpath(String summaryByPaymentIdsSubpath) The URI subpath for operations against fulfillment capture claim summaries by payment ids.voidsetSummaryByPaymentIdSubpath(String summaryByPaymentIdSubpath) The URI subpath for operations against fulfillment capture claim summaries by payment id.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. -
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".
-