- Chef - Class in dataModel
-
Chef
Class responsible for handling the information
about a chef.
- Chef() - Constructor for class dataModel.Chef
-
- Chef(String, String, String) - Constructor for class dataModel.Chef
-
- ChefDeCuisine - Class in dataModel
-
ChefDeCuisine
Class responsible for handling the information
about a chef de cuisine.
- ChefDeCuisine() - Constructor for class dataModel.ChefDeCuisine
-
- ChefDeCuisine(String, String, String) - Constructor for class dataModel.ChefDeCuisine
-
- computeAllStats() - Method in interface mainEngine.IMainEngine
-
Computes the weekly statistics and the statistics
for each employee and prints the results
- computeAllStats() - Method in class mainEngine.MainEngine
-
Computes the weekly statistics and the statistics
for each employee and prints the results
- computeDishStats() - Method in class dataModel.Dish
-
- computeEmpStats() - Method in class dataModel.Employee
-
Computes the statistics for an employee
- computeSalary() - Method in class dataModel.Chef
-
Computes the salary of the chef
- computeSalary() - Method in class dataModel.ChefDeCuisine
-
Computes the salary of the chef de cuisine
- computeSalary() - Method in class dataModel.Employee
-
Computes the salary of the employee
- computeSalary() - Method in class dataModel.SousChef
-
Computes the salary of the sous chef
- constructObjectFromRow(String[], ArrayList<E>) - Method in class dataLoad.AbstractRecordLoader
-
- constructObjectFromRow(String[], ArrayList<Dish>) - Method in class dataLoad.DishLoader
-
Adds a record in the input list given the tokens of a
row.
- constructObjectFromRow(String[], ArrayList<Employee>) - Method in class dataLoad.EmployeeLoader
-
Adds a record in the input list given the tokens of a
row.
- constructObjectFromRow(String[], ArrayList<Order>) - Method in class dataLoad.OrderLoader
-
Adds a record in the input list given the tokens of a
row.
- createEmp(String, String, String, String) - Method in class dataModel.EmployeeFactory
-
Creates an employee based on the type
- createFullDataLoader(String) - Method in class dataLoad.FullDataLoaderFactory
-
Creates different types of loaders based on the input parameter
- createMainEngine() - Method in class mainEngine.MainEngineFactory
-
Creates a MainEngine object
- createReporter(String) - Method in class reportinEngines.ReporterFactory
-
Creates different types of reporting objects
- createReports(String) - Method in interface mainEngine.IMainEngine
-
Creates the different types of reports
- createReports(String) - Method in class mainEngine.MainEngine
-
Creates the different types of reports