Package | Description |
---|---|
be.ac.ulb.infof307.g02.database |
Modifier and Type | Method and Description |
---|---|
void |
RecipeDB.addProductAmountToRecipe(User recipeOwner,
java.lang.String recipeName,
ProductAmount item)
Add a ProductAmount to a given Recipe
|
void |
RecipeDB.addRecipe(User recipeOwner,
Recipe recipe)
Insert a new Recipe in the database
|