Uses of Class
org.salespointframework.inventory.InventoryItem
-
Packages that use InventoryItem Package Description org.salespointframework.inventory The inventory subsystem. -
-
Uses of InventoryItem in org.salespointframework.inventory
Classes in org.salespointframework.inventory with type parameters of type InventoryItem Modifier and Type Interface Description interfaceInventory<T extends InventoryItem<?>>Base interface forInventoryItemimplementations.classInventoryItem<T extends InventoryItem<T>>AnInventoryItemassociates a product with aQuantityto keep track of how many items per product are available.classInventoryItems<T extends InventoryItem<?>>An abstraction over a collection ofInventoryItems.Subclasses of InventoryItem in org.salespointframework.inventory Modifier and Type Class Description classMultiInventoryItemAnMultiInventoryItemthat establishes a many-to-one relationship to aProductinstance, i.e. it can be used to keep track of stock for products in e.g. multiple warehouses etc.classUniqueInventoryItemAnInventoryItemthat requires a unique one-to-one relationship to aProductinstance.Methods in org.salespointframework.inventory with type parameters of type InventoryItem Modifier and Type Method Description static <T extends InventoryItem<?>>
InventoryItems<T>InventoryItems. of(@NonNull org.springframework.data.util.Streamable<T> items)
-