Uses of Class
org.salespointframework.inventory.InventoryItem
-
Uses of InventoryItem in org.salespointframework.inventory
Modifier and TypeInterfaceDescriptioninterface
Inventory<T extends InventoryItem<?>>
Base interface forInventoryItem
implementations.class
InventoryItem<T extends InventoryItem<T>>
AnInventoryItem
associates a product with aQuantity
to keep track of how many items per product are available.class
InventoryItems<T extends InventoryItem<?>>
An abstraction over a collection ofInventoryItem
s.Modifier and TypeClassDescriptionclass
AnMultiInventoryItem
that establishes a many-to-one relationship to aProduct
instance, i.e.class
AnInventoryItem
that requires a unique one-to-one relationship to aProduct
instance.Modifier and TypeMethodDescriptionstatic <T extends InventoryItem<?>>
InventoryItems<T> InventoryItems.of
(@NonNull Streamable<T> items) Modifier and TypeMethodDescriptionInventory.streamAll()
Returns allInventoryItem
s asStreamable
usually to concatenate with otherStreamable
s ofInventoryItem
s.