Uses of Class
org.salespointframework.inventory.InventoryItems
-
Packages that use InventoryItems Package Description org.salespointframework.inventory The inventory subsystem. -
-
Uses of InventoryItems in org.salespointframework.inventory
Methods in org.salespointframework.inventory that return InventoryItems Modifier and Type Method Description default InventoryItems<T>MultiInventory. findByProduct(Product product)Returns allInventoryItemsavailable for a givenProduct.InventoryItems<T>MultiInventory. findByProductIdentifier(ProductIdentifier productIdentifier)Returns allInventoryItemsavailable for a givenProductIdentifier.static <T extends InventoryItem<?>>
InventoryItems<T>InventoryItems. of(@NonNull org.springframework.data.util.Streamable<T> items)
-