Uses of Class
org.salespointframework.inventory.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 Streamable<T> items)Methods in org.salespointframework.inventory that return types with arguments of type InventoryItem Modifier and Type Method Description Streamable<InventoryItem<?>>Inventory. streamAll()Returns allInventoryItems asStreamableusually to concatenate with otherStreamables ofInventoryItems.