Uses of Class
org.broadleafcommerce.core.inventory.service.type.InventoryType
Packages that use InventoryType
Package
Description
-
Uses of InventoryType in org.broadleafcommerce.core.catalog.domain
Methods in org.broadleafcommerce.core.catalog.domain that return InventoryTypeModifier and TypeMethodDescriptionCategory.getInventoryType()Used to determine availability for all of the products/skus in this categoryCategoryImpl.getInventoryType()Sku.getInventoryType()Returns the type of inventory for this skuSkuImpl.getInventoryType()Methods in org.broadleafcommerce.core.catalog.domain with parameters of type InventoryTypeModifier and TypeMethodDescriptionvoidCategory.setInventoryType(InventoryType inventoryType) Sets the type of inventory for this categoryvoidCategoryImpl.setInventoryType(InventoryType inventoryType) voidSku.setInventoryType(InventoryType inventoryType) Sets the type of inventory for this skuvoidSkuImpl.setInventoryType(InventoryType inventoryType) -
Uses of InventoryType in org.broadleafcommerce.core.inventory.service.type
Fields in org.broadleafcommerce.core.inventory.service.type declared as InventoryTypeModifier and TypeFieldDescriptionstatic final InventoryTypeInventoryType.ALWAYS_AVAILABLEstatic final InventoryTypeInventoryType.CHECK_QUANTITYstatic final InventoryTypeInventoryType.UNAVAILABLEMethods in org.broadleafcommerce.core.inventory.service.type that return InventoryType