|
| AdminService (AppointmentRepository appointmentRepository) |
| Constructor of the AdminService using the appointmentRepository.
|
|
List< Appointment > | getAllAppointments () |
| Looks for all the appointments.
|
|
◆ AdminService()
com.hospital.portal.service.AdminService.AdminService |
( |
AppointmentRepository |
appointmentRepository | ) |
|
|
inline |
Constructor of the AdminService using the appointmentRepository.
◆ getAllAppointments()
List< Appointment > com.hospital.portal.service.AdminService.getAllAppointments |
( |
| ) |
|
|
inline |
Looks for all the appointments.
- Returns
- List of all the existing appointments
The documentation for this class was generated from the following file: