Uses of Interface
com.broadleafcommerce.search.index.order.service.OrderService
-
-
Uses of OrderService in com.broadleafcommerce.search.index.order.messaging
Methods in com.broadleafcommerce.search.index.order.messaging with parameters of type OrderService Modifier and Type Method Description OrderFulfillmentSingleIndexRequestHandlerOrderIndexerMessagingAutoConfiguration. orderFulfillmentSingleIndexRequestHandler(OrderService orderService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)OrderSingleIndexRequestHandlerOrderIndexerMessagingAutoConfiguration. orderSingleIndexRequestHandler(OrderService orderService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of OrderService in com.broadleafcommerce.search.index.order.messaging.handler
Methods in com.broadleafcommerce.search.index.order.messaging.handler that return OrderService Modifier and Type Method Description protected OrderServiceAbstractOrderRelatedSingleIndexRequestHandler. getOrderService()Constructors in com.broadleafcommerce.search.index.order.messaging.handler with parameters of type OrderService Constructor Description AbstractOrderRelatedSingleIndexRequestHandler(OrderService orderService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)OrderFulfillmentSingleIndexRequestHandler(OrderService orderService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)OrderSingleIndexRequestHandler(OrderService orderService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of OrderService in com.broadleafcommerce.search.index.order.queue
Constructors in com.broadleafcommerce.search.index.order.queue with parameters of type OrderService Constructor Description DefaultOrderQueueLoader(long waitTime, int maxTries, int batchReadSize, int chunkSize, OrderService orderService) -
Uses of OrderService in com.broadleafcommerce.search.index.order.queue.autoconfigure
Methods in com.broadleafcommerce.search.index.order.queue.autoconfigure with parameters of type OrderService Modifier and Type Method Description OrderQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>OrderIndexerQueueAutoConfiguration. orderQueueLoader(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, OrderIndexerProperties orderIndexerProperties, OrderService orderService) -
Uses of OrderService in com.broadleafcommerce.search.index.order.service
Classes in com.broadleafcommerce.search.index.order.service that implement OrderService Modifier and Type Class Description classDefaultOrderServiceDefault implementation to readordersfrom the Order Service. -
Uses of OrderService in com.broadleafcommerce.search.index.order.service.autoconfigure
Methods in com.broadleafcommerce.search.index.order.service.autoconfigure that return OrderService Modifier and Type Method Description OrderServiceOrderIndexerServiceAutoConfiguration. indexerOrderService(org.springframework.web.reactive.function.client.WebClient webClient, OrderIndexerServiceProperties orderServiceProperties)
-