Uses of Package
com.Server.service
| 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.
|
-
Classes in com.Server.service used by com.Server.controller Class Description CarService Interface Service car to service CarRepository.LocalizationService Interface Service localization to service LocalizationRepository.PdfResume Interface Service PDFResume to create resume on reservation.ReservationService Interface Service reservation to service ReservationRepository.RoleService Interface Service role to service RoleRepository.UserService Interface Service user to service UserRepository. -
Classes in com.Server.service used by com.Server.service.impl Class Description CarService Interface Service car to service CarRepository.LocalizationService Interface Service localization to service LocalizationRepository.PdfResume Interface Service PDFResume to create resume on reservation.ReservationService Interface Service reservation to service ReservationRepository.RoleService Interface Service role to service RoleRepository.SendMail Interface Service to send mail for client email.UserService Interface Service user to service UserRepository.