Uses of Interface
com.broadleafcommerce.search.index.catalog.service.InventoryAvailabilityService
Packages that use InventoryAvailabilityService
Package
Description
-
Uses of InventoryAvailabilityService in com.broadleafcommerce.search.index.catalog.messaging
Methods in com.broadleafcommerce.search.index.catalog.messaging that return InventoryAvailabilityServiceModifier and TypeMethodDescriptionprotected InventoryAvailabilityService
InventoryStockChangeMessageListener.getInventoryAvailabilityService()
Constructors in com.broadleafcommerce.search.index.catalog.messaging with parameters of type InventoryAvailabilityServiceModifierConstructorDescriptionInventoryStockChangeMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, InventoryAvailabilityService inventoryAvailabilityService) -
Uses of InventoryAvailabilityService in com.broadleafcommerce.search.index.catalog.messaging.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.messaging.autoconfigure with parameters of type InventoryAvailabilityServiceModifier and TypeMethodDescriptionCatalogIndexerMessagingAutoConfiguration.inventoryStockChangeMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, InventoryAvailabilityService inventoryAvailabilityService) -
Uses of InventoryAvailabilityService in com.broadleafcommerce.search.index.catalog.service
Classes in com.broadleafcommerce.search.index.catalog.service that implement InventoryAvailabilityServiceModifier and TypeClassDescriptionclass
This component makes a web services callout to Broadleaf's InventoryServices to determine inventory availability for indexing, allowing us to filter products that are unavailable for a given application or tenant. -
Uses of InventoryAvailabilityService in com.broadleafcommerce.search.index.catalog.service.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.service.autoconfigure that return InventoryAvailabilityServiceModifier and TypeMethodDescriptionCatalogInventoryIndexerServiceAutoConfiguration.indexerCatalogInventoryAvailabilityService
(org.springframework.web.reactive.function.client.WebClient webClient, IndexerCatalogInventoryAvailabilityProperties inventoryAvailabilityProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)