- editEmployee(String, String, String, long, double, String, String, String, int) - Static method in class Controller.EmployeeControl
-
Edit an existing employee, where the id is the idEmployee in the database, with the information passed from the interface, which are the input parameters.
- editInventory(int, String) - Static method in class Controller.InventoryControl
-
- editMenu(int, String, String, String, String) - Static method in class Controller.MenuControl
-
Edit an existing menu item, where the id is the idMenu in the database, with the information passed from the interface, which are the input parameters.
- EmployeeControl - Class in Controller
-
- EmployeeControl() - Constructor for class Controller.EmployeeControl
-
- executeInsert(String) - Static method in class DBConnection.DBConnection
-
Inserts and edits entries in the database based on a query that is passed into the method.
- executeQuery(Connection, String) - Static method in class DBConnection.DBConnection
-
Executes the query specified on the activate database connection and returns the data retrieved from the database.