Package | Description |
---|---|
be.ac.ulb.infof307.g02.database |
Modifier and Type | Method and Description |
---|---|
void |
GroceryListDB.addGroceryList(User listOwner,
GroceryList list)
Insert a new GroceryList in the database
|
void |
GroceryListDB.addItemToGroceryList(User listOwner,
java.lang.String listName,
ProductAmount item)
Add a GroceryListItem to a given GroceryList
|