Uses of Class
dataModel.Dish
-
Packages that use Dish Package Description dataLoad dataModel mainEngine reportinEngines userViews -
-
Uses of Dish in dataLoad
Method parameters in dataLoad with type arguments of type Dish Modifier and Type Method Description intDishLoader. constructObjectFromRow(java.lang.String[] tokens, java.util.ArrayList<Dish> menu)Adds a record in the input list given the tokens of a row. -
Uses of Dish in dataModel
Methods in dataModel that return Dish Modifier and Type Method Description DishOrder. getOrderDish()Methods in dataModel with parameters of type Dish Modifier and Type Method Description voidOrder. setOrderDish(Dish orderDish) -
Uses of Dish in mainEngine
-
Uses of Dish in reportinEngines
Method parameters in reportinEngines with type arguments of type Dish Modifier and Type Method Description voidIReportGenerator. reportOnDishes(java.util.ArrayList<Dish> menu)voidReportGeneratorForFiles. reportOnDishes(java.util.ArrayList<Dish> menu)Saves the statistics for the dishesvoidReportGeneratorForHTML. reportOnDishes(java.util.ArrayList<Dish> menu)Saves the statistics for the dishes -
Uses of Dish in userViews
Constructor parameters in userViews with type arguments of type Dish Constructor Description DishTableView(javafx.collections.ObservableList<Dish> data)
-