Class Hierarchy
- java.lang.Object
- com.example.seraphine.service.AdminServiceImpl (implements com.example.seraphine.service.AdminService)
- com.example.seraphine.service.AppointmentServiceImpl (implements com.example.seraphine.service.AppointmentService)
- com.example.seraphine.service.ConfirmationTokenServiceImpl (implements com.example.seraphine.service.ConfirmationTokenService)
- com.example.seraphine.service.DoctorServiceImpl (implements com.example.seraphine.service.DoctorService)
- com.example.seraphine.service.ForgotPasswordRequest
- com.example.seraphine.service.ForgotPasswordServiceImpl (implements com.example.seraphine.service.ForgotPasswordService)
- com.example.seraphine.service.ForgotPasswordTokenServiceImpl (implements com.example.seraphine.service.ForgotPasswordTokenService)
- com.example.seraphine.service.RegistrationRequest
- com.example.seraphine.service.RegistrationServiceImpl (implements com.example.seraphine.service.RegistrationService)
- com.example.seraphine.service.UserServiceImpl (implements com.example.seraphine.service.UserService)
Interface Hierarchy
- com.example.seraphine.service.AdminService
- com.example.seraphine.service.AppointmentService
- com.example.seraphine.service.ConfirmationTokenService
- com.example.seraphine.service.DoctorService
- com.example.seraphine.service.ForgotPasswordService
- com.example.seraphine.service.ForgotPasswordTokenService
- com.example.seraphine.service.RegistrationService
- org.springframework.security.core.userdetails.UserDetailsService
- com.example.seraphine.service.UserService