Uses of Interface
com.broadleafcommerce.inventory.service.InventoryLocationService
-
-
Uses of InventoryLocationService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement InventoryLocationService Modifier and Type Class Description classDefaultInventoryLocationService<L extends InventoryLocation>Service to store and retrieveInventoryLocationdata.Methods in com.broadleafcommerce.inventory.service that return InventoryLocationService Modifier and Type Method Description protected InventoryLocationService<InventoryLocation>DefaultSkuInventoryAvailabilityStrategy. getInventoryLocationService()protected InventoryLocationService<InventoryLocation>DefaultSkuInventoryService. getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryLocationService Constructor Description DefaultSkuInventoryAvailabilityStrategy(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 InventoryLocationService Modifier and Type Method Description InventoryVendorNotificationHandlerInventoryMessagingAutoConfiguration. 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 InventoryLocationService Modifier and Type Method Description protected InventoryLocationService<InventoryLocation>InventoryVendorNotificationHandler. getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.service.messaging.vendor with parameters of type InventoryLocationService Constructor Description InventoryVendorNotificationHandler(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 InventoryLocationService Modifier and Type Method Description protected InventoryLocationService<InventoryLocation>InventoryLocationValidator. getInventoryLocationService()protected InventoryLocationService<InventoryLocation>SkuInventoryValidator. getInventoryLocationService()Methods in com.broadleafcommerce.inventory.service.validation with parameters of type InventoryLocationService Modifier and Type Method Description voidInventoryLocationValidator. 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 InventoryLocationService Modifier and Type Method Description protected InventoryLocationService<InventoryLocation>InventoryLocationEndpoint. getInventoryLocationService()Constructors in com.broadleafcommerce.inventory.web.endpoint with parameters of type InventoryLocationService Constructor Description InventoryLocationEndpoint(InventoryLocationService<InventoryLocation> inventoryLocationService, SkuInventoryService<SkuInventory> skuInventoryService)
-