Uses of Interface
com.broadleafcommerce.inventory.service.InventoryLocationService
Package
Description
-
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service
Modifier and TypeClassDescriptionclass
DefaultInventoryLocationService<L extends InventoryLocation>
Service to store and retrieveInventoryLocation
data.Modifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>
DefaultSkuInventoryAvailabilityStrategy.getInventoryLocationService()
protected InventoryLocationService<InventoryLocation>
DefaultSkuInventoryService.getInventoryLocationService()
ModifierConstructorDescriptionDefaultSkuInventoryAvailabilityStrategy
(SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, SkuFieldReferenceTypeUtility skuFieldReferenceTypeUtility, InventoryLocationService<InventoryLocation> inventoryLocationService, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) DefaultSkuInventoryService
(SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, InventoryLocationService<InventoryLocation> inventoryLocationService, SkuFieldReferenceTypeUtility skuFieldReferenceTypeUtility, SkuInventoryAdjustmentService<I> skuInventoryAdjustmentService, SkuInventoryAvailabilityStrategy<I> skuInventoryAvailabilityStrategy, StockChangeNotificationService stockChangeNotificationService, SkuInventoryReservationRequestValidator skuInventoryReservationRequestValidator, InventoryTransactionService<InventoryTransaction> inventoryTransactionService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager) -
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service.messaging.autoconfigure
Modifier and TypeMethodDescriptionInventoryMessagingAutoConfiguration.inventoryVendorNotificationHandler
(InventoryLocationService<InventoryLocation> locationService, InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable> locationRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager) -
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service.messaging.vendor
Modifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>
InventoryVendorNotificationHandler.getInventoryLocationService()
ModifierConstructorDescriptionInventoryVendorNotificationHandler
(InventoryLocationService<InventoryLocation> inventoryLocationService, InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable> inventoryLocationRepo, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager) -
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service.validation
Modifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>
InventoryLocationValidator.getInventoryLocationService()
protected InventoryLocationService<InventoryLocation>
SkuInventoryValidator.getInventoryLocationService()
Modifier and TypeMethodDescriptionvoid
InventoryLocationValidator.setInventoryLocationService
(InventoryLocationService<InventoryLocation> inventoryLocationService) void
SkuInventoryValidator.setInventoryLocationService
(InventoryLocationService<InventoryLocation> inventoryLocationService) -
Uses of InventoryLocationService in com.broadleafcommerce.inventory.web.endpoint
Modifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>
InventoryLocationEndpoint.getInventoryLocationService()
ModifierConstructorDescriptionInventoryLocationEndpoint
(InventoryLocationService<InventoryLocation> inventoryLocationService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)