Uses of Interface
com.Server.service.UserService
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
| com.Server.service.impl |
com.Server.service.impl has the class witch implement services interface method.
|
-
Uses of UserService in com.Server.controller
Fields in com.Server.controller declared as UserService Modifier and Type Field Description private UserServiceUserController. userServiceUserService operation on database table Userprivate UserServiceAuthenticationController. userServiceImplUserService operation on database table Userprivate UserServiceReservationController. userServiceImplUserService operation on database table UserConstructors in com.Server.controller with parameters of type UserService Constructor Description AuthenticationController(org.springframework.security.authentication.AuthenticationManager authenticationManager, JwtUtils jwtUtils, UserService userServiceImpl, LocalizationService localizationServiceImpl, RoleService roleServiceImpl, org.springframework.security.crypto.password.PasswordEncoder encoder, CarService carServiceImpl, SendMailImpl sendMailImpl)ConstructorReservationController(PdfResume pdfResume, ReservationService reservationServiceImpl, UserService userServiceImpl, CarService carServiceImpl, LocalizationService localizationServiceImpl, SendMailImpl sendMailImpl)ConstructorUserController(UserService userService)Constructor -
Uses of UserService in com.Server.service.impl
Classes in com.Server.service.impl that implement UserService Modifier and Type Class Description classUserServiceImplClass Service implements interface RoleService.Fields in com.Server.service.impl declared as UserService Modifier and Type Field Description (package private) UserServiceUserServiceImplTest. userService