Uses of Class
Model.ScheduleManagement.Schedule
Packages that use Schedule
-
Uses of Schedule in DataHandling
Methods in DataHandling that return ScheduleModifier and TypeMethodDescriptionDoctorScheduleSerializer.ScheduleSerializer.deserialize
(String data) Methods in DataHandling that return types with arguments of type ScheduleMethods in DataHandling with parameters of type ScheduleModifier and TypeMethodDescriptionMethod parameters in DataHandling with type arguments of type Schedule -
Uses of Schedule in Singletons
Methods in Singletons that return ScheduleModifier and TypeMethodDescriptionAppointmentManager.getScheduleOfDoctor
(Staff doctor) Gets the schedule of a doctorMethods in Singletons that return types with arguments of type ScheduleMethods in Singletons with parameters of type ScheduleModifier and TypeMethodDescriptionvoid
AppointmentManager.setSchedule
(String doctorId, Schedule schedule) Method parameters in Singletons with type arguments of type ScheduleModifier and TypeMethodDescriptionvoid
AppointmentManager.setDoctorScheduleMap
(Map<String, Schedule> doctorScheduleMap) Set the map of doctor schedules Only meant for loading data from file