Uses of Class
team75.model.DB.IngredientRecipe
Packages that use DB.IngredientRecipe
-
Uses of DB.IngredientRecipe in team75.model
Method parameters in team75.model with type arguments of type DB.IngredientRecipeModifier and TypeMethodDescriptionstatic intDB.addMenuItemWithIngredients(String name, String category, BigDecimal price, String description, List<DB.IngredientRecipe> recipe) Adds a new seasonal (or regular) menu item together with its full ingredient recipe in a single transaction.