Class ExternalCatalogProviderProperties
java.lang.Object
com.broadleafcommerce.dataexchange.service.provider.external.properties.ExternalCatalogProviderProperties
@ConfigurationProperties("broadleaf.dataexchange.catalog-provider")
public class ExternalCatalogProviderProperties
extends Object
- Author:
- Kelly Tisdell (ktisdell)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for retrieving products.The service client to use when interacting with catalog service.getUrl()The base url for an external catalog service.voidsetCreateAssetPath(String createAssetPath) voidsetCreateProductPath(String createProductPath) voidsetCreateVariantPath(String createVariantPath) voidsetDeleteVariantPath(String deleteVariantPath) voidsetReadAssetsPath(String readAssetsPath) voidsetReadProductByIdPath(String readProductByIdPath) voidsetReadProductsPath(String readProductsPath) The URI path for retrieving products.voidsetReadVariantByIdPath(String readVariantByIdPath) voidsetReadVariantsPath(String readVariantsPath) voidsetSaveAssetTranslationsPath(String saveAssetTranslationsPath) voidsetSaveProductTranslationsPath(String saveProductTranslationsPath) voidsetSaveVariantTranslationsPath(String saveVariantTranslationsPath) voidsetServiceClient(String serviceClient) The service client to use when interacting with catalog service.voidsetUpdateAssetPath(String updateAssetPath) voidsetUpdateProductPath(String updateProductPath) voidsetUpdateVariantPath(String updateVariantPath) voidThe base url for an external catalog service.
-
Constructor Details
-
ExternalCatalogProviderProperties
public ExternalCatalogProviderProperties()
-
-
Method Details
-
getUrl
The base url for an external catalog service. For example,https://localhost:8447/catalog. -
getReadProductsPath
The URI path for retrieving products. This is appended tourl. -
getReadProductByIdPath
-
getCreateProductPath
-
getUpdateProductPath
-
getSaveProductTranslationsPath
-
getReadVariantsPath
-
getReadVariantByIdPath
-
getDeleteVariantPath
-
getCreateVariantPath
-
getUpdateVariantPath
-
getSaveVariantTranslationsPath
-
getReadAssetsPath
-
getCreateAssetPath
-
getUpdateAssetPath
-
getSaveAssetTranslationsPath
-
getServiceClient
The service client to use when interacting with catalog service. Default is "dataexchangeclient". -
setUrl
The base url for an external catalog service. For example,https://localhost:8447/catalog. -
setReadProductsPath
The URI path for retrieving products. This is appended tourl. -
setReadProductByIdPath
-
setCreateProductPath
-
setUpdateProductPath
-
setSaveProductTranslationsPath
-
setReadVariantsPath
-
setReadVariantByIdPath
-
setDeleteVariantPath
-
setCreateVariantPath
-
setUpdateVariantPath
-
setSaveVariantTranslationsPath
-
setReadAssetsPath
-
setCreateAssetPath
-
setUpdateAssetPath
-
setSaveAssetTranslationsPath
-
setServiceClient
The service client to use when interacting with catalog service. Default is "dataexchangeclient".
-