Index
All Classes and Interfaces|All Packages
U
- update(String) - Static method in class Database.DAO
-
Function to make SQL database updates
- updateA() - Method in class Controllers.ReportsController
-
Function for updating the table and label for report A
- updateAppointment(ActionEvent) - Method in class Controllers.MainController
-
Sends the user to the Modify Appointment screen.
- updateAppointment(Appointment) - Static method in class Database.AppointmentDataAccessObject
-
This function update an appointment record
- updateB() - Method in class Controllers.ReportsController
-
Function for updating the table and label for report B
- updateC() - Method in class Controllers.ReportsController
-
Function for updating the table and label for report C
- updateContact(Contact) - Static method in class Database.ContactDataAccessObject
-
This function update a contact record
- updateCustomer(ActionEvent) - Method in class Controllers.MainController
-
Sends the user to the Modify Customer screen.
- updateCustomer(Customer) - Static method in class Database.CustomerDataAccessObject
-
This function update a customer record
- updateTables(MainController.FetchTables) - Method in class Controllers.MainController
-
Utility function that is update tables
- User - Class in Models
-
A class representing the User object
- User(int, String, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class Models.User
-
Constructor method for the User object
- UserDataAccessObject - Class in Database
-
Class representing all the methods to query the user table
- UserDataAccessObject() - Constructor for class Database.UserDataAccessObject
All Classes and Interfaces|All Packages