Uses of Class
team75.model.DB.Employee
Packages that use DB.Employee
-
Uses of DB.Employee in team75.controller
Methods in team75.controller with parameters of type DB.EmployeeModifier and TypeMethodDescriptionvoidCashierController.initEmployee(DB.Employee employee) Sets the currently logged-in employee and displays their name in the interface. -
Uses of DB.Employee in team75.model
Methods in team75.model that return types with arguments of type DB.EmployeeModifier and TypeMethodDescriptionstatic List<DB.Employee> DB.getEmployees()Retrieves all employees ordered by ID.