Uses of Class
org.salespointframework.inventory.InventoryItems
-
Uses of InventoryItems in org.salespointframework.inventory
Modifier and TypeMethodDescriptiondefault InventoryItems
<T> MultiInventory.findByProduct
(Product product) Returns allInventoryItems
available for a givenProduct
.MultiInventory.findByProductIdentifier
(Product.ProductIdentifier productIdentifier) Returns allInventoryItems
available for a givenProduct.ProductIdentifier
.static <T extends InventoryItem<?>>
InventoryItems<T> InventoryItems.of
(@NonNull Streamable<T> items)