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 TypeInterfaceDescriptioninterfaceInventory<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.inventoryModifier and TypeClassDescriptionclassAnMultiInventoryItemthat 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.classAnInventoryItemthat requires a unique one-to-one relationship to aProductinstance.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 allInventoryItems asStreamableusually to concatenate with otherStreamables ofInventoryItems.