public class ReportGeneratorForFiles extends java.lang.Object implements IReportGenerator
Constructor and Description |
---|
ReportGeneratorForFiles() |
Modifier and Type | Method and Description |
---|---|
void |
reportOnDishes(java.util.ArrayList<Dish> menu)
Saves the statistics for the dishes
|
void |
reportOnEmps(java.util.ArrayList<Employee> personnel)
Saves the statistics for the employees
|
public void reportOnEmps(java.util.ArrayList<Employee> personnel)
reportOnEmps
in interface IReportGenerator
personnel:
- list of employeespublic void reportOnDishes(java.util.ArrayList<Dish> menu)
reportOnDishes
in interface IReportGenerator
menu:
- list of dishes