Uses of Class
Model.Staff
Packages that use Staff
Package
Description
-
Uses of Staff in DataHandling
Methods in DataHandling that return StaffMethods in DataHandling with parameters of type Staff -
Uses of Staff in Model.ScheduleManagement
Methods in Model.ScheduleManagement that return StaffMethods in Model.ScheduleManagement that return types with arguments of type StaffModifier and TypeMethodDescriptionTimeSlotWithDoctor.getAvailableDoctors()
TimeSlotWithDoctor.getDoctors()
Methods in Model.ScheduleManagement with parameters of type StaffConstructors in Model.ScheduleManagement with parameters of type StaffConstructor parameters in Model.ScheduleManagement with type arguments of type StaffModifierConstructorDescriptionTimeSlotWithDoctor
(TimeSlot timeSlot, List<Staff> doctors, boolean[] availability) -
Uses of Staff in Singletons
Methods in Singletons that return types with arguments of type StaffMethods in Singletons with parameters of type StaffModifier and TypeMethodDescriptionAppointmentManager.getScheduleOfDoctor
(Staff doctor) Gets the schedule of a doctor -
Uses of Staff in View
ModifierConstructorDescriptionAdministratorView
(Staff staff) DoctorView
(Staff staff) PharmacistView
(Staff staff) -
Uses of Staff in View.AdministratorSubViews
Methods in View.AdministratorSubViews that return types with arguments of type StaffModifier and TypeMethodDescriptionMethod parameters in View.AdministratorSubViews with type arguments of type Staff