Index
All Classes and Interfaces|All Packages
F
- findDoctorById(Long) - Method in class com.mirna.hospitalmanagementapi.application.services.DoctorServiceImpl
-
Finds a stored doctor by id.
- findDoctorById(Long) - Method in interface com.mirna.hospitalmanagementapi.domain.services.DoctorService
-
Finds a stored doctor by id.
- FindDoctorByIdUseCase - Class in com.mirna.hospitalmanagementapi.application.usecase.doctor
-
This class is used to execute the findById method
- FindDoctorByIdUseCase() - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.doctor.FindDoctorByIdUseCase
- findDoctors(Pageable) - Method in class com.mirna.hospitalmanagementapi.application.services.DoctorServiceImpl
-
Finds doctors from the database.
- findDoctors(Pageable) - Method in interface com.mirna.hospitalmanagementapi.domain.services.DoctorService
-
Retrieves a paginated sublist of doctors.
- findDoctorsByActiveTrue(Pageable) - Method in interface com.mirna.hospitalmanagementapi.domain.repositories.DoctorRepository
- FindDoctorsUseCase - Class in com.mirna.hospitalmanagementapi.application.usecase.doctor
-
This class is used to execute the findAll method from doctor repository
- FindDoctorsUseCase() - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.doctor.FindDoctorsUseCase
- findPatientById(Long) - Method in class com.mirna.hospitalmanagementapi.application.services.PatientServiceImpl
-
Finds a stored patient by id.
- findPatientById(Long) - Method in interface com.mirna.hospitalmanagementapi.domain.services.PatientService
-
Finds a stored patient by id.
- FindPatientByIdUseCase - Class in com.mirna.hospitalmanagementapi.application.usecase.patient
-
This class is used to execute the findById method
- FindPatientByIdUseCase() - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.patient.FindPatientByIdUseCase
All Classes and Interfaces|All Packages