Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.database | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private Recipe |
RecipeController.recipe |
Modifier and Type | Method and Description |
---|---|
private void |
RecipeController.saveRecipeInDB(Recipe recipeToSave)
Saves the GroceryList in the database.
|
Modifier and Type | Method and Description |
---|---|
Recipe |
RecipeDB.getRecipe(User recipeOwner,
java.lang.String recipeName)
Get a Recipe from the database
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeDB.addRecipe(User recipeOwner,
Recipe recipe)
Insert a new Recipe in the database
|
Constructor and Description |
---|
RecipeView(RecipeController controller,
javafx.scene.Scene scene,
Recipe recipe,
java.util.List<Product> allProductsList) |