Uses of Class
src.models.user
Packages that use user
-
Uses of user in src.frames
Constructors in src.frames with parameters of type userModifierConstructorDescriptionConstructor to create delete User AlertAlert
(Dashboard dashboard, appointment appointment, user user) Constructor to create delete Appointment AlertConstructor to create a new Home FramemoveAppointment
(Dashboard dashboard, appointment appointment, user user) Constructor to create a new createAppointment Frame -
Uses of user in src.frames.tabs
Fields in src.frames.tabs declared as userMethods in src.frames.tabs with parameters of type userModifier and TypeMethodDescriptionvoid
load all users into the combobox and reset all components we cant init the values in the constructor because the netbeans gui builder doesent allow custom parametersvoid
reset the components and init user and home we cant init the values in the constructor because the netbeans gui builder doesent allow custom parametersvoid
load all appointments from the database into the appointmentsPanel we cant init the values in the constructor because the netbeans gui builder doesent allow custom parametersvoid
load the user into the tabs and reset the components we cant init the values in the constructor because the netbeans gui builder doesent allow custom parameters -
Uses of user in src.frames.tabs.DashboardComponents
Constructors in src.frames.tabs.DashboardComponents with parameters of type userModifierConstructorDescriptionviewAppointment
(Dashboard dashboard, appointment appointment, user user) Constructor to create a new Appointment-Element -
Uses of user in src.util
Modifier and TypeMethodDescriptionstatic user
database.createUser
(user user) Create Userstatic user
Get userstatic user
database.getUserofAppointment
(int AppointmentID) Get User of Appointmentstatic user
Login Method - Check if the user exist and if the password is correctModifier and TypeMethodDescriptionstatic void
mail.appointmentCancel
(appointment appointment, user user) Send Cancel-Appointment Mailstatic void
mail.appointmentCreated
(appointment appointment, user user) Send Create-Appointment Mailstatic void
mail.appointmentMove
(appointment appointment, user user, LocalDateTime old) Send Move-Appointment Mailstatic void
mail.appointmentReminder
(appointment appointment, user user) Send Reminder Mailboolean
Create an PDFstatic boolean
database.createAppointment
(user user, appointment appointment) Create an Appointmentstatic user
database.createUser
(user user) Create Userstatic boolean
database.deleteUser
(user user) Delete Userstatic ArrayList<appointment>
database.getAppointments
(user user) Get all Appointments of Usergooglemaps.getDoctors
(user user, symptom symptom, int radius) Get a List of specific Doctors near the users locationstatic boolean
googlemaps.getLatLong
(user user) Get the coordinates of the users addressstatic String
mailHTML.setMailBodyCancel
(appointment appointment, user user) Generate Cancel-Mailstatic String
mailHTML.setMailBodyCreated
(appointment appointment, user user) Generate Create-Appointment-Mailstatic String
mailHTML.setMailBodyMove
(appointment appointment, user user, LocalDateTime old) Generate Move-Appointment-Mailstatic String
mailHTML.setMailBodyReminder
(appointment appointment, user user) Generate Reminder-Mailstatic boolean
database.updateUser
(user user) Update User