Uses of Class
dataModel.Employee
-
Packages that use Employee Package Description dataLoad dataModel mainEngine reportinEngines userViews -
-
Uses of Employee in dataLoad
Method parameters in dataLoad with type arguments of type Employee Modifier and Type Method Description voidFullDataLoader. 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)intEmployeeLoader. constructObjectFromRow(java.lang.String[] tokens, java.util.ArrayList<Employee> personnel)Adds a record in the input list given the tokens of a row.intFullDataLoader. 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.intIFullDataLoader. fullDataLoad(java.util.ArrayList<Employee> personnel, java.util.ArrayList<Dish> menu, java.util.ArrayList<Order> orders) -
Uses of Employee in dataModel
Subclasses of Employee in dataModel Modifier and Type Class Description classChefChefclassChefDeCuisineChefDeCuisineclassSousChefSousChefMethods in dataModel that return Employee Modifier and Type Method Description EmployeeEmployeeFactory. createEmp(java.lang.String fName, java.lang.String mName, java.lang.String lName, java.lang.String type)Creates an employee based on the typeEmployeeOrder. getOrderEmp()Methods in dataModel with parameters of type Employee Modifier and Type Method Description voidOrder. setOrderEmp(Employee orderEmp) -
Uses of Employee in mainEngine
Method parameters in mainEngine with type arguments of type Employee Modifier and Type Method Description voidIMainEngine. getEmployees(javafx.collections.ObservableList<Employee> data)voidMainEngine. getEmployees(javafx.collections.ObservableList<Employee> data) -
Uses of Employee in reportinEngines
Method parameters in reportinEngines with type arguments of type Employee Modifier and Type Method Description voidIReportGenerator. reportOnEmps(java.util.ArrayList<Employee> personnel)voidReportGeneratorForFiles. reportOnEmps(java.util.ArrayList<Employee> personnel)Saves the statistics for the employeesvoidReportGeneratorForHTML. reportOnEmps(java.util.ArrayList<Employee> personnel)Saves the statistics for the employees -
Uses of Employee in userViews
Constructor parameters in userViews with type arguments of type Employee Constructor Description EmpTableView(javafx.collections.ObservableList<Employee> data)
-