Modifier and Type | Method and Description |
---|---|
Product |
User.getProduct(java.lang.String name,
java.lang.String serial)
Gets the product with the desired name and serial number.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Product> |
User.getAllProducts(int index)
Gets twenty products, based on the index, ordered by name.
|
java.util.List<Product> |
User.getStorageLatestActiveProducts(java.lang.String storagename)
Gets the ten latest active products from a storage.
|
java.util.List<Product> |
User.getStorageProducts(java.lang.String storagename,
int index)
Gets twenty products, based on the index, that a storage contains.
|