Package | Description |
---|---|
dataLoad | |
dataModel | |
mainEngine | |
reportinEngines | |
userViews |
Modifier and Type | Method and Description |
---|---|
void |
FullDataLoader.assignOrders(java.util.ArrayList<Employee> personnel,
java.util.ArrayList<Dish> menu,
java.util.ArrayList<Order> orders)
Creates the mapping between the three different entities
(Employee, Dish, Order)
|
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.
|
int |
IFullDataLoader.fullDataLoad(java.util.ArrayList<Employee> personnel,
java.util.ArrayList<Dish> menu,
java.util.ArrayList<Order> orders) |
int |
FullDataLoader.fullDataLoad(java.util.ArrayList<Employee> personnel,
java.util.ArrayList<Dish> menu,
java.util.ArrayList<Order> orders)
Loads the three different types of files and stores
the data in the three different lists that receives
as parameters.
|
Modifier and Type | Method and Description |
---|---|
Dish |
Order.getOrderDish() |
Modifier and Type | Method and Description |
---|---|
void |
Order.setOrderDish(Dish orderDish) |
Modifier and Type | Method and Description |
---|---|
void |
MainEngine.getDishes(javafx.collections.ObservableList<Dish> data) |
void |
IMainEngine.getDishes(javafx.collections.ObservableList<Dish> data) |
Modifier and Type | Method and Description |
---|---|
void |
ReportGeneratorForHTML.reportOnDishes(java.util.ArrayList<Dish> menu)
Saves the statistics for the dishes
|
void |
ReportGeneratorForFiles.reportOnDishes(java.util.ArrayList<Dish> menu)
Saves the statistics for the dishes
|
void |
IReportGenerator.reportOnDishes(java.util.ArrayList<Dish> menu) |
Constructor and Description |
---|
DishTableView(javafx.collections.ObservableList<Dish> data) |