Index
All Classes and Interfaces|All Packages
A
- addAppointment(ActionEvent) - Method in class Controllers.MainController
- 
Sends the user to the Add Appointment screen.
- addAppointment(Appointment) - Static method in class Database.AppointmentDataAccessObject
- 
This function adds an appointment record
- addContact(Contact) - Static method in class Database.ContactDataAccessObject
- 
This function adds a contact record
- addCustomer(ActionEvent) - Method in class Controllers.MainController
- 
Sends the user to the Add Customer screen.
- addCustomer(Customer) - Static method in class Database.CustomerDataAccessObject
- 
This function adds a customer record
- Appointment - Class in Models
- 
A class representing the Appointment object
- Appointment(int, String, String, String, String, LocalDateTime, LocalDateTime, LocalDateTime, String, LocalDateTime, String, int, int, int) - Constructor for class Models.Appointment
- 
Constructor method for the Appointment object
- appointmentAlert() - Method in class Controllers.AppointmentController
- 
Function that checks and alerts the user if they are within 15 minutes of an appointment
- appointmentAlert() - Method in class Controllers.MainController
- 
Function that checks and alerts the user if they are within 15 minutes of an appointment
- AppointmentController - Class in Controllers
- 
Controller class for the Appoinment.fmxl form.
- AppointmentController() - Constructor for class Controllers.AppointmentController
- AppointmentDataAccessObject - Class in Database
- 
Class representing all the methods to query the appointments table
- AppointmentDataAccessObject() - Constructor for class Database.AppointmentDataAccessObject
All Classes and Interfaces|All Packages