Uses of Class
org.salespointframework.inventory.InventoryItems
Packages that use InventoryItems
-
Uses of InventoryItems in org.salespointframework.inventory
Methods in org.salespointframework.inventory that return InventoryItemsModifier and TypeMethodDescriptiondefault InventoryItems<T> MultiInventory.findByProduct(Product product) Returns allInventoryItemsavailable for a givenProduct.MultiInventory.findByProductIdentifier(Product.ProductIdentifier productIdentifier) Returns allInventoryItemsavailable for a givenProduct.ProductIdentifier.static <T extends InventoryItem<?>>
InventoryItems<T> InventoryItems.of(@NonNull Streamable<T> items)