Index
All Classes and Interfaces|All Packages|Serialized Form
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 findDoctorsByActiveTrue 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
- findPatients(Pageable) - Method in class com.mirna.hospitalmanagementapi.application.services.PatientServiceImpl
-
Finds patients from the database.
- findPatients(Pageable) - Method in interface com.mirna.hospitalmanagementapi.domain.services.PatientService
-
Retrieves a paginated sublist of doctors.
- findPatientsByActiveTrue(Pageable) - Method in interface com.mirna.hospitalmanagementapi.domain.repositories.PatientRepository
- FindPatientsUseCase - Class in com.mirna.hospitalmanagementapi.application.usecase.patient
-
This class is used to execute the findPatientsByActiveTrue method from patient repository
- FindPatientsUseCase() - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.patient.FindPatientsUseCase
- findUserByLogin(String) - Method in class com.mirna.hospitalmanagementapi.application.services.UserServiceImpl
-
Finds a stored user information by login.
- findUserByLogin(String) - Method in interface com.mirna.hospitalmanagementapi.domain.repositories.auth.UserRepository
- findUserByLogin(String) - Method in interface com.mirna.hospitalmanagementapi.domain.services.UserService
-
Finds a stored user information by login.
- FindUserByLoginUseCase - Class in com.mirna.hospitalmanagementapi.application.usecase.user
-
This class is used to execute the findUserByLogin method
- FindUserByLoginUseCase() - Constructor for class com.mirna.hospitalmanagementapi.application.usecase.user.FindUserByLoginUseCase
All Classes and Interfaces|All Packages|Serialized Form