Uses of Class
com.mirna.hospitalmanagementapi.domain.entities.Doctor
Packages that use Doctor
Package
Description
-
Uses of Doctor in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services that return DoctorModifier and TypeMethodDescriptionAdds a new doctor to the database.DoctorServiceImpl.deactivateDoctor(Long id) Deactivates an existing doctor record by provided idDoctorServiceImpl.findDoctorById(Long id) Finds a stored doctor by id.DoctorServiceImpl.updateDoctor(DoctorUpdatedDataDTO doctorUpdatedDataDTO) Updates an existing doctor record -
Uses of Doctor in com.mirna.hospitalmanagementapi.application.usecase.doctor
Methods in com.mirna.hospitalmanagementapi.application.usecase.doctor that return DoctorModifier and TypeMethodDescriptionExecutes the findById method from Doctor repositoryExecutes the save method from Doctor repositoryMethods in com.mirna.hospitalmanagementapi.application.usecase.doctor that return types with arguments of type DoctorModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Doctor>FindDoctorsUseCase.execute(org.springframework.data.domain.Pageable pageable) Executes the findDoctorsByActiveTrue method from Doctor repositoryMethods in com.mirna.hospitalmanagementapi.application.usecase.doctor with parameters of type Doctor -
Uses of Doctor in com.mirna.hospitalmanagementapi.domain.dtos.doctor
Constructors in com.mirna.hospitalmanagementapi.domain.dtos.doctor with parameters of type Doctor -
Uses of Doctor in com.mirna.hospitalmanagementapi.domain.repositories
Methods in com.mirna.hospitalmanagementapi.domain.repositories that return types with arguments of type DoctorModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Doctor>DoctorRepository.findDoctorsByActiveTrue(org.springframework.data.domain.Pageable pageable) -
Uses of Doctor in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services that return DoctorModifier and TypeMethodDescriptionAdds a new doctor to the repository.DoctorService.deactivateDoctor(Long id) Deactivates an existing doctor record by provided idDoctorService.findDoctorById(Long id) Finds a stored doctor by id.DoctorService.updateDoctor(DoctorUpdatedDataDTO doctorUpdatedDataDTO) Updates an existing doctor record