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 class
DefaultInventoryLocationService<L extends InventoryLocation>
Service to store and retrieveInventoryLocation
data.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 InventoryVendorNotificationHandler
InventoryMessagingAutoConfiguration. 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 void
InventoryLocationValidator. setInventoryLocationService(InventoryLocationService<InventoryLocation> inventoryLocationService)
void
SkuInventoryValidator. 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, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)
-