Uses of Class
org.salespointframework.inventory.InventoryItem
Packages that use InventoryItem
-
Uses of InventoryItem in org.salespointframework.inventory
Classes in org.salespointframework.inventory with type parameters of type InventoryItemModifier 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.Subclasses of InventoryItem in org.salespointframework.inventoryModifier 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.Methods in org.salespointframework.inventory with type parameters of type InventoryItemModifier and TypeMethodDescriptionstatic <T extends InventoryItem<?>>
InventoryItems<T> InventoryItems.of
(@NonNull Streamable<T> items) Methods in org.salespointframework.inventory that return types with arguments of type InventoryItemModifier and TypeMethodDescriptionInventory.streamAll()
Returns allInventoryItem
s asStreamable
usually to concatenate with otherStreamable
s ofInventoryItem
s.