Uses of Interface
com.broadleafcommerce.search.index.catalog.service.CatalogService
Packages that use CatalogService
Package
Description
-
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.messaging.autoconfigure
Constructors in com.broadleafcommerce.search.index.catalog.messaging.autoconfigure with parameters of type CatalogServiceModifierConstructorDescriptionCatalogIndexerMessagingAutoConfiguration(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) -
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.messaging.handler
Methods in com.broadleafcommerce.search.index.catalog.messaging.handler that return CatalogServiceModifier and TypeMethodDescriptionprotected CatalogServiceAbstractProductSingleIndexRequestHandler.getCatalogService()protected CatalogServiceProductBatchIndexRequestHandler.getCatalogService()Constructors in com.broadleafcommerce.search.index.catalog.messaging.handler with parameters of type CatalogServiceModifierConstructorDescriptionAbstractProductSingleIndexRequestHandler(CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) AncillaryProductSingleIndexRequestHandler(CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ProductBatchIndexRequestHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, CatalogService catalogService, int chunkSize) ProductSingleIndexRequestHandler(CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.queue
Constructors in com.broadleafcommerce.search.index.catalog.queue with parameters of type CatalogServiceModifierConstructorDescriptionDefaultProductQueueLoader(long waitTime, int maxTries, int batchReadSize, int chunkSize, CatalogService catalogService, com.broadleafcommerce.search.index.core.ProcessStateService stateService) -
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.queue.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.queue.autoconfigure with parameters of type CatalogServiceModifier and TypeMethodDescriptionProductQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>CatalogIndexerQueueAutoConfiguration.productQueueLoader(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, CatalogIndexerProperties catalogIndexerProperties, CatalogService catalogService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService) -
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.service
Classes in com.broadleafcommerce.search.index.catalog.service that implement CatalogServiceModifier and TypeClassDescriptionclassDefault implementation to readproductsfrom the Catalog Service. -
Uses of CatalogService in com.broadleafcommerce.search.index.catalog.service.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.service.autoconfigure that return CatalogServiceModifier and TypeMethodDescriptionCatalogIndexerServiceAutoConfiguration.indexerCatalogService(org.springframework.web.reactive.function.client.WebClient webClient, CatalogIndexerServiceProperties catalogServiceProperties)