- updateEmployeeList() - Static method in class Controller.EmployeeControl
-
Pull employee data from database in order to enumerate table on interface.
- updateMenuDetail(String) - Static method in class Controller.OrderControl
-
Pull menu data from database in order to display in a list on the interface.
- updateMenuDetails(int) - Static method in class Controller.MenuControl
-
Pull all information for item in menu from database where id is idMenu.
- updateOrderList(JList) - Static method in class Controller.OrderControl
-
Pulls status of order from database in order to display to the interface.
- updateQuantity(JList, String, int, String) - Static method in class Controller.OrderControl
-
Updates the quantity of an order in the database based on the item chosen.
- updateStatus(int, int) - Static method in class Controller.OrderControl
-
- updateStatus(int, String) - Static method in class Controller.TableControl
-
Updates the status of the table based on id of table chosen.
- UserInterface - Class in Interface
-
All of the methods within this class could not be separated into different classes because the methods are action events from the GUI that must be within the class in which the gui is contructed.
- UserInterface() - Constructor for class Interface.UserInterface
-
Creates new form LoginInterface