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 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.voidsetBulkOperationItemsUri(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 endpointvoidsetServiceClient(String serviceClient) The service client to use when calling search.voidsetSupportedBulkOpsUri(String supportedBulkOpsUri) The context path to the supported bulk operations 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 -
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"
-