Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryService
Package
Description
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataexport
Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
SkuInventoryExportProcessor.getSkuInventoryService()
ModifierConstructorDescriptionSkuInventoryExportProcessor
(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
Modifier and TypeMethodDescriptionSkuInventoryExportAutoConfiguration.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
Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
SkuInventoryImportBatchHandler.getSkuInventoryService()
ModifierConstructorDescriptionSkuInventoryImportBatchHandler
(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataimport.autoconfigure
Modifier and TypeMethodDescriptionSkuInventoryServicesImportAutoConfiguration.skuInventoryImportBatchHandler
(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service
Modifier and TypeClassDescriptionclass
DefaultSkuInventoryService<I extends SkuInventory>
Service to assist in reading and/or adjustingSkuInventory
.Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
DefaultInventoryLocationService.getSkuInventoryService()
Modifier and TypeMethodDescriptionvoid
DefaultInventoryLocationService.setSkuInventoryService
(SkuInventoryService<SkuInventory> skuInventoryService) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging
Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
AbstractInventoryAdjustmentListener.getSkuInventoryService()
ModifierConstructorDescriptionAbstractInventoryAdjustmentListener
(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
Modifier and TypeMethodDescriptionInventoryMessagingAutoConfiguration.fulfillmentCancelledInventoryAdjustmentListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) InventoryMessagingAutoConfiguration.fulfillmentFulfilledInventoryAdjustmentListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) InventoryMessagingAutoConfiguration.orderSubmittedInventoryAdjustmentMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartProvider cartProvider) 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
ModifierConstructorDescriptionOrderSubmittedInventoryAdjustmentMessageListener
(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
ModifierConstructorDescriptionAbstractFulfillmentStatusChangeInventoryAdjustmentListener
(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
ModifierConstructorDescriptionReturnConfirmedInventoryAdjustmentListener
(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
Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
SkuInventoryValidator.getSkuInventoryService()
Modifier and TypeMethodDescriptionvoid
SkuInventoryValidator.setSkuInventoryService
(SkuInventoryService<SkuInventory> skuInventoryService) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.web.endpoint
Modifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>
InventoryLocationEndpoint.getSkuInventoryService()
protected SkuInventoryService<SkuInventory>
SkuInventoryEndpoint.getSkuInventoryService()
protected SkuInventoryService<SkuInventory>
SkuInventoryShopEndpoint.getSkuInventoryService()
ModifierConstructorDescriptionInventoryLocationEndpoint
(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)