Class ExternalCatalogProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
@ConfigurationProperties("broadleaf.cartoperation.catalogprovider")
public class ExternalCatalogProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe URI path for cart item product mappings.The URI path for products.The service client to use for calling catalog.getUrl()
The base url for an external catalog service.void
setFieldMappingUri
(String fieldMappingUri) The URI path for cart item product mappings.void
setProductsUri
(String productsUri) The URI path for products.void
setServiceClient
(String serviceClient) The service client to use for calling catalog.void
The base url for an external catalog service.
-
Constructor Details
-
ExternalCatalogProperties
public ExternalCatalogProperties()
-
-
Method Details
-
getUrl
The base url for an external catalog service. -
getProductsUri
The URI path for products. -
getFieldMappingUri
The URI path for cart item product mappings. -
getServiceClient
The service client to use for calling catalog. Default is "cartopsclient" -
setUrl
The base url for an external catalog service. -
setProductsUri
The URI path for products. -
setFieldMappingUri
The URI path for cart item product mappings. -
setServiceClient
The service client to use for calling catalog. Default is "cartopsclient"
-