A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- daoAppointment - Class in scheduler.Dao
-
Class that provides functionality on the persistence layer for the "Appointment" class where business logic is implemented.
- daoAppointment() - Constructor for class scheduler.Dao.daoAppointment
- daoCustomer - Class in scheduler.Dao
-
Class that provides functionality on the persistence layer for the "Customer" class that manages business local in the model package.
- daoCustomer() - Constructor for class scheduler.Dao.daoCustomer
- daoReports - Class in scheduler.Dao
-
Class to manage all report level DAO functions
- daoReports() - Constructor for class scheduler.Dao.daoReports
- databaseName - Static variable in class scheduler.util.dbOperations
- DATE_BLANK - scheduler.util.dialogueReturnValues
- dateDatePicker - Variable in class scheduler.controller.AppointmentsAddController
- dateDatePicker - Variable in class scheduler.controller.AppointmentsModifyController
- dbOperations - Class in scheduler.util
-
Manages all direct connections with the database.
- dbOperations() - Constructor for class scheduler.util.dbOperations
- dbQuery(String) - Static method in class scheduler.util.dbOperations
-
Accepts a SQL Query in the form of a string, and sends that to the application database.
- dbUpdate(String) - Static method in class scheduler.util.dbOperations
-
Accepts a SQL Update statement in the form of a string and sends that to the application database.
- deleteAppointment(Appointment) - Static method in class scheduler.model.Scheduler
-
Delete an existing Appointment record.
- deleteAppointmentDAO(Appointment) - Static method in class scheduler.Dao.daoAppointment
-
Delete an appointment record
- deleteCustomer(Customer) - Static method in class scheduler.model.Scheduler
-
Deletes a Customer.
- deleteCustomerDAO(Customer) - Static method in class scheduler.Dao.daoCustomer
-
Deletes the given customer
- description - Variable in class scheduler.model.Appointment
- dialogueHandling - Class in scheduler.util
-
Displays alert, error, and confirmation dialogues to the end user.
- dialogueHandling() - Constructor for class scheduler.util.dialogueHandling
- dialogueReturnValues - Enum in scheduler.util
-
This class contains enumerated values that correspond to Strings that will be displayed to the end user in Alert and Confirmation dialogue boxes.
- dialogueReturnValues(String) - Constructor for enum scheduler.util.dialogueReturnValues
-
Constructor for the dialogueReturnValues enumeration class that accepts a String as a parameter.
- displayDialogue(boolean, dialogueReturnValues) - Static method in class scheduler.util.dialogueHandling
-
Used to display basic alert and confirmation dialogues to the user.
- Division - Class in scheduler.model
-
Class to manage the division object
- Division(int, String) - Constructor for class scheduler.model.Division
-
Class constructor
- DIVISION_CODE_BLANK - scheduler.util.dialogueReturnValues
- division_id - Variable in class scheduler.model.Division
- DivisionID - Variable in class scheduler.model.Customer
- driver - Static variable in class scheduler.util.dbOperations
All Classes All Packages