Uses of Class
com.broadleafcommerce.dataexchange.domain.product.SkuInventory
Packages that use SkuInventory
Package
Description
-
Uses of SkuInventory in com.broadleafcommerce.dataexchange.domain.product
Methods in com.broadleafcommerce.dataexchange.domain.product that return types with arguments of type SkuInventoryModifier and TypeMethodDescriptionComprehensiveProduct.getSkuInventories()
Any inventory records associated with this product.Methods in com.broadleafcommerce.dataexchange.domain.product with parameters of type SkuInventoryModifier and TypeMethodDescriptionboolean
SkuInventory.isSameInventoryCriteria
(SkuInventory other) Return true if the inventory location id and skuRef are the same.Method parameters in com.broadleafcommerce.dataexchange.domain.product with type arguments of type SkuInventoryModifier and TypeMethodDescriptionvoid
ComprehensiveProduct.setSkuInventories
(List<SkuInventory> skuInventories) Any inventory records associated with this product. -
Uses of SkuInventory in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return types with arguments of type SkuInventoryModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.skuInventoryItemHandler
(InventoryProvider<SkuInventory> inventoryProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.dataexchange.service.autoconfigure with type arguments of type SkuInventoryModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.skuInventoryItemHandler
(InventoryProvider<SkuInventory> inventoryProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of SkuInventory in com.broadleafcommerce.dataexchange.service.product
Classes in com.broadleafcommerce.dataexchange.service.product with type parameters of type SkuInventory -
Uses of SkuInventory in com.broadleafcommerce.dataexchange.service.provider
Classes in com.broadleafcommerce.dataexchange.service.provider with type parameters of type SkuInventoryModifier and TypeInterfaceDescriptioninterface
InventoryProvider<T extends SkuInventory>
Interface for interacting with inventory data, typically by making remote calls.Methods in com.broadleafcommerce.dataexchange.service.provider that return types with arguments of type SkuInventoryModifier and TypeMethodDescriptionExternalProviderAutoConfiguration.dataExchangeInventoryProvider
(ExternalInventoryProviderProperties properties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of SkuInventory in com.broadleafcommerce.dataexchange.service.provider.external
Classes in com.broadleafcommerce.dataexchange.service.provider.external with type parameters of type SkuInventoryModifier and TypeClassDescriptionclass
ExternalInventoryProvider<T extends SkuInventory>
Component for interacting with inventory data, typically by making remote calls.