Uses of Interface
com.broadleafcommerce.inventory.service.InventoryLocationService
Packages that use InventoryLocationService
Package
Description
- 
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement InventoryLocationServiceModifier and TypeClassDescriptionclassDefaultInventoryLocationService<L extends InventoryLocation>Service to store and retrieveInventoryLocationdata.Methods in com.broadleafcommerce.inventory.service that return InventoryLocationServiceModifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>DefaultSkuInventoryAvailabilityStrategy.getInventoryLocationService()protected InventoryLocationService<InventoryLocation>DefaultSkuInventoryService.getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryLocationServiceModifierConstructorDescriptionDefaultSkuInventoryAvailabilityStrategy(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
Methods in com.broadleafcommerce.inventory.service.messaging.autoconfigure with parameters of type InventoryLocationServiceModifier 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
Methods in com.broadleafcommerce.inventory.service.messaging.vendor that return InventoryLocationServiceModifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>InventoryVendorNotificationHandler.getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.service.messaging.vendor with parameters of type InventoryLocationServiceModifierConstructorDescriptionInventoryVendorNotificationHandler(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
Methods in com.broadleafcommerce.inventory.service.validation that return InventoryLocationServiceModifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>InventoryLocationValidator.getInventoryLocationService()protected InventoryLocationService<InventoryLocation>SkuInventoryValidator.getInventoryLocationService()Methods in com.broadleafcommerce.inventory.service.validation with parameters of type InventoryLocationServiceModifier and TypeMethodDescriptionvoidInventoryLocationValidator.setInventoryLocationService(InventoryLocationService<InventoryLocation> inventoryLocationService) voidSkuInventoryValidator.setInventoryLocationService(InventoryLocationService<InventoryLocation> inventoryLocationService)  - 
Uses of InventoryLocationService in com.broadleafcommerce.inventory.web.endpoint
Methods in com.broadleafcommerce.inventory.web.endpoint that return InventoryLocationServiceModifier and TypeMethodDescriptionprotected InventoryLocationService<InventoryLocation>InventoryLocationEndpoint.getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.web.endpoint with parameters of type InventoryLocationServiceModifierConstructorDescriptionInventoryLocationEndpoint(InventoryLocationService<InventoryLocation> inventoryLocationService, SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)