Uses of Class
Singletons.AppointmentFilter
-
Uses of AppointmentFilter in Singletons
Modifier and TypeMethodDescriptionAppointmentFilter.filterByDate
(LocalDate date) AppointmentFilter.filterByDoctor
(String doctorId) AppointmentFilter.filterByPatient
(String patientId) AppointmentFilter.filterByStatus
(Appointment.Status status) Modifier and TypeMethodDescriptionAppointmentManager.getAppointmentsWithFilter
(AppointmentFilter filter) Get a list of appointments with a given filter Other filter methods use this as a base