Class ExternalPricingCartProperties
java.lang.Object
com.broadleafcommerce.pricing.provider.external.ExternalPricingCartProperties
@ConfigurationProperties("broadleaf.pricing.cartprovider")
public class ExternalPricingCartProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe service client to use when calling cart services.The URI path for basic CRUD operations on carts at the tenant level.The URI sub-path for updating status for multiple carts.getUrl()
The base url for an external cart service.void
setServiceClient
(String serviceClient) The service client to use when calling cart services.void
setTenantCartsUri
(String tenantCartsUri) The URI path for basic CRUD operations on carts at the tenant level.void
setUpdateCartsStatusUri
(String updateCartsStatusUri) The URI sub-path for updating status for multiple carts.void
The base url for an external cart service.
-
Constructor Details
-
ExternalPricingCartProperties
public ExternalPricingCartProperties()
-
-
Method Details
-
getUrl
The base url for an external cart service. -
getTenantCartsUri
The URI path for basic CRUD operations on carts at the tenant level.This should only be used by scheduled jobs where application context is not available.
-
getUpdateCartsStatusUri
The URI sub-path for updating status for multiple carts. -
getServiceClient
The service client to use when calling cart services. Default is "pricingclient". -
setUrl
The base url for an external cart service. -
setTenantCartsUri
The URI path for basic CRUD operations on carts at the tenant level.This should only be used by scheduled jobs where application context is not available.
-
setUpdateCartsStatusUri
The URI sub-path for updating status for multiple carts. -
setServiceClient
The service client to use when calling cart services. Default is "pricingclient".
-