Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryService
-
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataexport
Methods in com.broadleafcommerce.inventory.dataexport that return SkuInventoryService Modifier and Type Method Description protected SkuInventoryService<SkuInventory>
SkuInventoryExportProcessor. getSkuInventoryService()
Constructors in com.broadleafcommerce.inventory.dataexport with parameters of type SkuInventoryService Constructor Description SkuInventoryExportProcessor(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, SkuInventoryRowConverter rowConverter, com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification exportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataexport.autoconfigure
Methods in com.broadleafcommerce.inventory.dataexport.autoconfigure with parameters of type SkuInventoryService Modifier and Type Method Description SkuInventoryExportProcessor
SkuInventoryExportAutoConfiguration. skuInventoryExportProcessor(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, SkuInventoryRowConverter skuInventoryRowConverter, SkuInventoryExportSpecification skuInventoryExportSpecification, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataimport
Methods in com.broadleafcommerce.inventory.dataimport that return SkuInventoryService Modifier and Type Method Description protected SkuInventoryService<SkuInventory>
SkuInventoryImportBatchHandler. getSkuInventoryService()
Constructors in com.broadleafcommerce.inventory.dataimport with parameters of type SkuInventoryService Constructor Description SkuInventoryImportBatchHandler(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataimport.autoconfigure
Methods in com.broadleafcommerce.inventory.dataimport.autoconfigure with parameters of type SkuInventoryService Modifier and Type Method Description SkuInventoryImportBatchHandler
SkuInventoryServicesImportAutoConfiguration. skuInventoryImportBatchHandler(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventoryService Modifier and Type Class Description class
DefaultSkuInventoryService<I extends SkuInventory>
Service to assist in reading and/or adjustingSkuInventory
. -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging
Methods in com.broadleafcommerce.inventory.service.messaging that return SkuInventoryService Modifier and Type Method Description protected SkuInventoryService<SkuInventory>
AbstractInventoryAdjustmentListener. getSkuInventoryService()
Constructors in com.broadleafcommerce.inventory.service.messaging with parameters of type SkuInventoryService Constructor Description AbstractInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging.autoconfigure
Methods in com.broadleafcommerce.inventory.service.messaging.autoconfigure with parameters of type SkuInventoryService Modifier and Type Method Description FulfillmentCancelledInventoryAdjustmentListener
InventoryMessagingAutoConfiguration. fulfillmentCancelledInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
FulfillmentFulfilledInventoryAdjustmentListener
InventoryMessagingAutoConfiguration. fulfillmentFulfilledInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
OrderSubmittedInventoryAdjustmentMessageListener
InventoryMessagingAutoConfiguration. orderSubmittedInventoryAdjustmentMessageListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartProvider cartProvider)
ReturnConfirmedInventoryAdjustmentListener
InventoryMessagingAutoConfiguration. returnConfirmedInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging.checkout
Constructors in com.broadleafcommerce.inventory.service.messaging.checkout with parameters of type SkuInventoryService Constructor Description OrderSubmittedInventoryAdjustmentMessageListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService, CartProvider cartProvider)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging.fulfillments
Constructors in com.broadleafcommerce.inventory.service.messaging.fulfillments with parameters of type SkuInventoryService Constructor Description AbstractFulfillmentStatusChangeInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService)
FulfillmentCancelledInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService)
FulfillmentFulfilledInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging.returns
Constructors in com.broadleafcommerce.inventory.service.messaging.returns with parameters of type SkuInventoryService Constructor Description ReturnConfirmedInventoryAdjustmentListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventoryService<SkuInventory> skuInventoryService)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.validation
Methods in com.broadleafcommerce.inventory.service.validation that return SkuInventoryService Modifier and Type Method Description protected SkuInventoryService<SkuInventory>
SkuInventoryValidator. getSkuInventoryService()
Methods in com.broadleafcommerce.inventory.service.validation with parameters of type SkuInventoryService Modifier and Type Method Description void
SkuInventoryValidator. setSkuInventoryService(SkuInventoryService<SkuInventory> skuInventoryService)
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.web.endpoint
Methods in com.broadleafcommerce.inventory.web.endpoint that return SkuInventoryService Modifier and Type Method Description protected SkuInventoryService<SkuInventory>
InventoryLocationEndpoint. getSkuInventoryService()
protected SkuInventoryService<SkuInventory>
SkuInventoryEndpoint. getSkuInventoryService()
protected SkuInventoryService<SkuInventory>
SkuInventoryShopEndpoint. getSkuInventoryService()
Constructors in com.broadleafcommerce.inventory.web.endpoint with parameters of type SkuInventoryService Constructor Description InventoryLocationEndpoint(InventoryLocationService<InventoryLocation> inventoryLocationService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)
SkuInventoryEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)
SkuInventoryShopEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)
-