Class ExternalCatalogProperties

java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalCatalogProperties

@ConfigurationProperties("broadleaf.bulkoperations.catalogprovider") public class ExternalCatalogProperties extends Object
  • Constructor Details

    • ExternalCatalogProperties

      public ExternalCatalogProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external catalog service: https://localhost:8447/catalog.
    • getBulkOperationUri

      public String getBulkOperationUri()
      The context path to the bulk operation endpoint
    • getBulkOperationItemsUri

      public String getBulkOperationItemsUri()
      The context path to the bulk operation items endpoint
    • getBulkOperationTotalRecordsUri

      public String getBulkOperationTotalRecordsUri()
      The context path to update the bulk operation total records
    • getSupportedBulkOpsUri

      public String getSupportedBulkOpsUri()
      The context path to the supported bulk operations endpoint
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling search. Default is "bulkopsclient"
    • setUrl

      public void setUrl(String url)
      The base url for an external catalog service: https://localhost:8447/catalog.
    • setBulkOperationUri

      public void setBulkOperationUri(String bulkOperationUri)
      The context path to the bulk operation endpoint
    • setBulkOperationItemsUri

      public void setBulkOperationItemsUri(String bulkOperationItemsUri)
      The context path to the bulk operation items endpoint
    • setBulkOperationTotalRecordsUri

      public void setBulkOperationTotalRecordsUri(String bulkOperationTotalRecordsUri)
      The context path to update the bulk operation total records
    • setSupportedBulkOpsUri

      public void setSupportedBulkOpsUri(String supportedBulkOpsUri)
      The context path to the supported bulk operations endpoint
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling search. Default is "bulkopsclient"