Class ExternalCatalogProperties
java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalCatalogProperties
@ConfigurationProperties("broadleaf.bulkoperations.catalogprovider")
public class ExternalCatalogProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe context path to the bulk operation items endpointThe context path to update the bulk operation total recordsThe context path to the bulk operation endpointThe service client to use when calling search.The context path to the supported bulk operations endpointgetUrl()
The base url for an external catalog service:https://localhost:8447/catalog
.void
setBulkOperationItemsUri
(String bulkOperationItemsUri) The context path to the bulk operation items endpointvoid
setBulkOperationTotalRecordsUri
(String bulkOperationTotalRecordsUri) The context path to update the bulk operation total recordsvoid
setBulkOperationUri
(String bulkOperationUri) The context path to the bulk operation endpointvoid
setServiceClient
(String serviceClient) The service client to use when calling search.void
setSupportedBulkOpsUri
(String supportedBulkOpsUri) The context path to the supported bulk operations endpointvoid
The 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 -
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 -
setServiceClient
The service client to use when calling search. Default is "bulkopsclient"
-