Uses of Interface
com.broadleafcommerce.search.index.customer.service.CustomerService
Packages that use CustomerService
Package
Description
-
Uses of CustomerService in com.broadleafcommerce.search.index.customer.messaging
Methods in com.broadleafcommerce.search.index.customer.messaging with parameters of type CustomerServiceModifier and TypeMethodDescriptionCustomerIndexerMessagingAutoConfiguration.customerBatchIndexRequestHandler
(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, CustomerService customerService, CustomerIndexerProperties customerIndexerProperties) CustomerIndexerMessagingAutoConfiguration.customerSingleIndexRequestHandler
(CustomerService customerService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CustomerService in com.broadleafcommerce.search.index.customer.messaging.handler
Methods in com.broadleafcommerce.search.index.customer.messaging.handler that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService
CustomerBatchIndexRequestHandler.getCustomerService()
protected CustomerService
CustomerSingleIndexRequestHandler.getCustomerService()
Constructors in com.broadleafcommerce.search.index.customer.messaging.handler with parameters of type CustomerServiceModifierConstructorDescriptionCustomerBatchIndexRequestHandler
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, CustomerService customerService, int chunkSize) CustomerSingleIndexRequestHandler
(CustomerService customerService, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CustomerService in com.broadleafcommerce.search.index.customer.queue
Constructors in com.broadleafcommerce.search.index.customer.queue with parameters of type CustomerServiceModifierConstructorDescriptionDefaultCustomerQueueLoader
(long waitTime, int maxTries, int batchReadSize, int chunkSize, CustomerService customerService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService) -
Uses of CustomerService in com.broadleafcommerce.search.index.customer.queue.autoconfigure
Methods in com.broadleafcommerce.search.index.customer.queue.autoconfigure with parameters of type CustomerServiceModifier and TypeMethodDescriptionCustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>
CustomerIndexerQueueAutoConfiguration.customerQueueLoader
(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, CustomerIndexerProperties customerIndexerProperties, CustomerService customerService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService) -
Uses of CustomerService in com.broadleafcommerce.search.index.customer.service
Classes in com.broadleafcommerce.search.index.customer.service that implement CustomerServiceModifier and TypeClassDescriptionclass
Default implementation to readcustomers
from the Customer Service. -
Uses of CustomerService in com.broadleafcommerce.search.index.customer.service.autoconfigure
Methods in com.broadleafcommerce.search.index.customer.service.autoconfigure that return CustomerServiceModifier and TypeMethodDescriptionCustomerIndexerServiceAutoConfiguration.indexerCustomerService
(org.springframework.web.reactive.function.client.WebClient webClient, CustomerIndexerServiceProperties customerServiceProperties)