- addEmployee(String, String, String, long, double, String, String, String) - Static method in class Controller.EmployeeControl
-
Add an employee to the database with the information passed from the interface, which are the input parameters.
- addInventory(String) - Static method in class Controller.InventoryControl
-
- addMenu(String, String, String, String, String, String, int) - Static method in class Controller.MenuControl
-
Add a menu item to the database with the information passed from the interface, which are the input parameters.
- addTable() - Static method in class Controller.TableControl
-
Adds a new table to the database.
- aquireConnection() - Static method in class DBConnection.DBConnectionPool
-
- authenticateUser(String, String) - Static method in class Controller.MainControl
-
This method authenticates the user with the username and password passed from the interface as the input parameters.