Class ExternalCatalogProperties
java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalCatalogProperties
@ConfigurationProperties("broadleaf.bulkoperations.catalogprovider")
public class ExternalCatalogProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe context path to retrieve `AUTO_INCLUDE` categories endpointThe context path to the bulk operation items endpointThe context path to update the bulk operation total recordsThe context path to the bulk operation endpointThe context path to the bulk ops category endpointThe service client to use when calling search.The context path to the supported bulk operations endpointThe context path to update categories endpointgetUrl()The base url for an external catalog service:https://localhost:8447/catalog.voidsetAutoIncludeCategoryUri(String autoIncludeCategoryUri) The context path to retrieve `AUTO_INCLUDE` categories endpointvoidsetBulkOperationItemsUri(String bulkOperationItemsUri) The context path to the bulk operation items endpointvoidsetBulkOperationTotalRecordsUri(String bulkOperationTotalRecordsUri) The context path to update the bulk operation total recordsvoidsetBulkOperationUri(String bulkOperationUri) The context path to the bulk operation endpointvoidsetBulkOpsCategoryUri(String bulkOpsCategoryUri) The context path to the bulk ops category endpointvoidsetServiceClient(String serviceClient) The service client to use when calling search.voidsetSupportedBulkOpsUri(String supportedBulkOpsUri) The context path to the supported bulk operations endpointvoidsetUpdateCategoryUri(String updateCategoryUri) The context path to update categories endpointvoidThe base url for an external catalog service:https://localhost:8447/catalog.
-
Constructor Details
-
ExternalCatalogProperties
public ExternalCatalogProperties()
-
-
Method Details
-
getUrl
The base url for an external catalog service:https://localhost:8447/catalog. -
getBulkOperationUri
The context path to the bulk operation endpoint -
getBulkOperationItemsUri
The context path to the bulk operation items endpoint -
getBulkOperationTotalRecordsUri
The context path to update the bulk operation total records -
getSupportedBulkOpsUri
The context path to the supported bulk operations endpoint -
getBulkOpsCategoryUri
The context path to the bulk ops category endpoint -
getAutoIncludeCategoryUri
The context path to retrieve `AUTO_INCLUDE` categories endpoint -
getUpdateCategoryUri
The context path to update categories endpoint -
getServiceClient
The service client to use when calling search. Default is "bulkopsclient" -
setUrl
The base url for an external catalog service:https://localhost:8447/catalog. -
setBulkOperationUri
The context path to the bulk operation endpoint -
setBulkOperationItemsUri
The context path to the bulk operation items endpoint -
setBulkOperationTotalRecordsUri
The context path to update the bulk operation total records -
setSupportedBulkOpsUri
The context path to the supported bulk operations endpoint -
setBulkOpsCategoryUri
The context path to the bulk ops category endpoint -
setAutoIncludeCategoryUri
The context path to retrieve `AUTO_INCLUDE` categories endpoint -
setUpdateCategoryUri
The context path to update categories endpoint -
setServiceClient
The service client to use when calling search. Default is "bulkopsclient"
-