Class ExternalOrderProviderProperties
java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalOrderProviderProperties
@ConfigurationProperties("broadleaf.notification.orderprovider")
public class ExternalOrderProviderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for basic singular fulfillment retrieval.The URI path for basic singular order retrieval.The service client to use when calling order services.getUrl()The base url for an external order service.voidsetFulfillmentUri(String fulfillmentUri) The URI path for basic singular fulfillment retrieval.voidsetOrderUri(String orderUri) The URI path for basic singular order retrieval.voidsetServiceClient(String serviceClient) The service client to use when calling order services.voidThe base url for an external order service.
-
Constructor Details
-
ExternalOrderProviderProperties
public ExternalOrderProviderProperties()
-
-
Method Details
-
getUrl
The base url for an external order service. -
getOrderUri
The URI path for basic singular order retrieval. -
getFulfillmentUri
The URI path for basic singular fulfillment retrieval. -
getServiceClient
The service client to use when calling order services. Default is "notificationclient". -
setUrl
The base url for an external order service. -
setOrderUri
The URI path for basic singular order retrieval. -
setFulfillmentUri
The URI path for basic singular fulfillment retrieval. -
setServiceClient
The service client to use when calling order services. Default is "notificationclient".
-