Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryService
Packages that use SkuInventoryService
Package
Description
-
Uses of SkuInventoryService in com.broadleafcommerce.inventory.dataexport
Methods in com.broadleafcommerce.inventory.dataexport that return SkuInventoryServiceModifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>SkuInventoryExportProcessor.getSkuInventoryService()Constructors in com.broadleafcommerce.inventory.dataexport with parameters of type SkuInventoryServiceModifierConstructorDescriptionSkuInventoryExportProcessor(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 SkuInventoryServiceModifier 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
Methods in com.broadleafcommerce.inventory.dataimport that return SkuInventoryServiceModifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>SkuInventoryImportBatchHandler.getSkuInventoryService()Constructors in com.broadleafcommerce.inventory.dataimport with parameters of type SkuInventoryServiceModifierConstructorDescriptionSkuInventoryImportBatchHandler(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 SkuInventoryServiceModifier 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
Classes in com.broadleafcommerce.inventory.service that implement SkuInventoryServiceModifier and TypeClassDescriptionclassDefaultSkuInventoryService<I extends SkuInventory>Service to assist in reading and/or adjustingSkuInventory.Methods in com.broadleafcommerce.inventory.service that return SkuInventoryServiceModifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>DefaultInventoryLocationService.getSkuInventoryService()Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryServiceModifier and TypeMethodDescriptionvoidDefaultInventoryLocationService.setSkuInventoryService(SkuInventoryService<SkuInventory> skuInventoryService) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.service.messaging
Methods in com.broadleafcommerce.inventory.service.messaging that return SkuInventoryServiceModifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>AbstractInventoryAdjustmentListener.getSkuInventoryService()Constructors in com.broadleafcommerce.inventory.service.messaging with parameters of type SkuInventoryServiceModifierConstructorDescriptionAbstractInventoryAdjustmentListener(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 SkuInventoryServiceModifier 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
Constructors in com.broadleafcommerce.inventory.service.messaging.checkout with parameters of type SkuInventoryServiceModifierConstructorDescriptionOrderSubmittedInventoryAdjustmentMessageListener(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 SkuInventoryServiceModifierConstructorDescriptionAbstractFulfillmentStatusChangeInventoryAdjustmentListener(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 SkuInventoryServiceModifierConstructorDescriptionReturnConfirmedInventoryAdjustmentListener(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 SkuInventoryServiceModifier and TypeMethodDescriptionprotected SkuInventoryService<SkuInventory>SkuInventoryValidator.getSkuInventoryService()Methods in com.broadleafcommerce.inventory.service.validation with parameters of type SkuInventoryServiceModifier and TypeMethodDescriptionvoidSkuInventoryValidator.setSkuInventoryService(SkuInventoryService<SkuInventory> skuInventoryService) -
Uses of SkuInventoryService in com.broadleafcommerce.inventory.web.endpoint
Methods in com.broadleafcommerce.inventory.web.endpoint that return SkuInventoryServiceModifier and TypeMethodDescriptionprotected 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 SkuInventoryServiceModifierConstructorDescriptionInventoryLocationEndpoint(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)