Uses of Interface
org.salespointframework.inventory.Inventory
-
Packages that use Inventory Package Description org.salespointframework.inventory The inventory subsystem. -
-
Uses of Inventory in org.salespointframework.inventory
Subinterfaces of Inventory in org.salespointframework.inventory Modifier and Type Interface Description interfaceMultiInventory<T extends MultiInventoryItem>AnInventorythat storesMultiInventoryItems, i.e.interfaceUniqueInventory<T extends UniqueInventoryItem>AUniqueInventorymanagesUniqueInventoryItems, i.e. only a singleInventoryItemcan exist perProduct.
-