-
Terminally Deprecated Elements
-
Deprecated MethodsMethodDescriptioncom.broadleafcommerce.search.index.catalog.queue.DefaultProductQueueLoader.readPagedIds
(String, int) com.broadleafcommerce.search.index.catalog.service.CatalogService.readBatchOfProductIds(String, int) in favor ofCatalogService.readBatchOfProductIds(String, int, Map<String, Object>)for the potential to utilize a time range when reading products.in favor ofDefaultCatalogService.buildReadBatchOfProductIdsUri(String, int, Map<String, Object>)for the potential to utilize a time range when reading products.
-
Deprecated Constructors
DefaultProductQueueLoader.readPagedIds(String, int, Map<String, Object>)for the potential to utilize additional properties when reading products.