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 TypeMethodDescriptionvoidload 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 parametersvoidreset the components and init user and home we cant init the values in the constructor because the netbeans gui builder doesent allow custom parametersvoidload all appointments from the database into the appointmentsPanel we cant init the values in the constructor because the netbeans gui builder doesent allow custom parametersvoidload 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 userdatabase.createUser(user user) Create Userstatic userGet userstatic userdatabase.getUserofAppointment(int AppointmentID) Get User of Appointmentstatic userLogin Method - Check if the user exist and if the password is correctModifier and TypeMethodDescriptionstatic voidmail.appointmentCancel(appointment appointment, user user) Send Cancel-Appointment Mailstatic voidmail.appointmentCreated(appointment appointment, user user) Send Create-Appointment Mailstatic voidmail.appointmentMove(appointment appointment, user user, LocalDateTime old) Send Move-Appointment Mailstatic voidmail.appointmentReminder(appointment appointment, user user) Send Reminder MailbooleanCreate an PDFstatic booleandatabase.createAppointment(user user, appointment appointment) Create an Appointmentstatic userdatabase.createUser(user user) Create Userstatic booleandatabase.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 booleangooglemaps.getLatLong(user user) Get the coordinates of the users addressstatic StringmailHTML.setMailBodyCancel(appointment appointment, user user) Generate Cancel-Mailstatic StringmailHTML.setMailBodyCreated(appointment appointment, user user) Generate Create-Appointment-Mailstatic StringmailHTML.setMailBodyMove(appointment appointment, user user, LocalDateTime old) Generate Move-Appointment-Mailstatic StringmailHTML.setMailBodyReminder(appointment appointment, user user) Generate Reminder-Mailstatic booleandatabase.updateUser(user user) Update User