Uses of Class
com.serinity.consultationcontrol.model.User
Packages that use User
Package
Description
-
Uses of User in com.serinity.consultationcontrol.controller.doctor
Methods in com.serinity.consultationcontrol.controller.doctor with parameters of type User -
Uses of User in com.serinity.consultationcontrol.service
Methods in com.serinity.consultationcontrol.service that return UserModifier and TypeMethodDescriptionDoctorService.findById(int id) UserLookupService.findById(int id) Methods in com.serinity.consultationcontrol.service that return types with arguments of type UserModifier and TypeMethodDescriptionDoctorService.findAllDoctors()RendezVousService.findPatientsByDoctor(int doctorId) UserLookupService.getDoctors()UserLookupService.getPatients()Methods in com.serinity.consultationcontrol.service with parameters of type UserModifier and TypeMethodDescriptionMedicalReportPdfService.generate(User patient, List<Consultation> consultations) static StringEmailTemplate.rdvReceived(User patient, User doctor, LocalDateTime dateTime)