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
.void
setAutoIncludeCategoryUri
(String autoIncludeCategoryUri) The context path to retrieve `AUTO_INCLUDE` categories endpointvoid
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
setBulkOpsCategoryUri
(String bulkOpsCategoryUri) The context path to the bulk ops category 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
setUpdateCategoryUri
(String updateCategoryUri) The context path to update categories 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 -
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"
-