Uses of Class
openbook.domain.Inventory
-
Packages that use Inventory Package Description openbook.domain openbook.server -
-
Uses of Inventory in openbook.domain
Methods in openbook.domain that return Inventory Modifier and Type Method Description Inventory
Book. getInventory()
-
Uses of Inventory in openbook.server
Methods in openbook.server that return types with arguments of type Inventory Modifier and Type Method Description java.util.List<Inventory>
OpenBookService. getReorderableBooks(int limit)
Gets the list of Books whose inventory is lower than the given limit.
-