Uses of Class
Model.ScheduleManagement.Schedule
-
Uses of Schedule in DataHandling
Modifier and TypeMethodDescriptionDoctorScheduleSerializer.ScheduleSerializer.deserialize
(String data) Modifier and TypeMethodDescription -
Uses of Schedule in Singletons
Modifier and TypeMethodDescriptionAppointmentManager.getScheduleOfDoctor
(Staff doctor) Gets the schedule of a doctorModifier and TypeMethodDescriptionvoid
AppointmentManager.setSchedule
(String doctorId, Schedule schedule) Modifier and TypeMethodDescriptionvoid
AppointmentManager.setDoctorScheduleMap
(Map<String, Schedule> doctorScheduleMap) Set the map of doctor schedules Only meant for loading data from file