Index
All Classes and Interfaces|All Packages
E
- editEmployee(String, String, String, int, int) - Method in class Employee.EmployeeData
-
Edits an employee's data in the employeeData HashMap.
- editItem(int, String, String, double, boolean) - Method in class Menu.MenuData
-
Edits an item in the menuData hashmap
- Employee - package Employee
- Employee - Class in Employee
-
The Employee.Employee class represents an individual employee and contains the Employee.Employee constructor used to add employees to the employeeData hashMap.
- Employee(String, String, int, int) - Constructor for class Employee.Employee
-
Constructs a new Employee.Employee object with the specified name, position, schedule, and section.
- EmployeeData - Class in Employee
-
The EmployeeData class represents a collection of employees' data, including their first and last names, positions, section assignments, and schedules.
- EmployeeData() - Constructor for class Employee.EmployeeData
-
The default constructor for the EmployeeData class that initializes the employeeData HashMap, scheduleOptions ArrayList, and sections ArrayList with default data.
- EmployeeMenu - Class in Employee
-
This class provides a command-line interface for managing the Employee management system.
- EmployeeMenu() - Constructor for class Employee.EmployeeMenu
- employeeRestore(String, String, String) - Method in class Employee.EmployeeData
-
Restores an employee's name from a backup and updates the employeeData map accordingly.
All Classes and Interfaces|All Packages