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 int
DishLoader. 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 Dish
Order. getOrderDish()
Methods in dataModel with parameters of type Dish Modifier and Type Method Description void
Order. 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 void
IReportGenerator. reportOnDishes(java.util.ArrayList<Dish> menu)
void
ReportGeneratorForFiles. reportOnDishes(java.util.ArrayList<Dish> menu)
Saves the statistics for the dishesvoid
ReportGeneratorForHTML. 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)
-