Uses of Interface
it.unimib.unimibmodules.controller.MailService
Packages that use MailService
-
Uses of MailService in it.unimib.unimibmodules.controller
Fields in it.unimib.unimibmodules.controller declared as MailServiceModifier and TypeFieldDescriptionprivate final MailService
AnswerController.mailService
Instance of MailService, that will be used to send an email when the answers are saved.private final MailService
UserController.mailService
Instance of MailService, that will be used to send an email when the answers are saved.Constructors in it.unimib.unimibmodules.controller with parameters of type MailServiceModifierConstructorDescriptionAnswerController
(AnswerRepository answerRepository, UserRepositoryReadOnly userRepository, SurveyRepositoryReadOnly surveyRepository, QuestionRepositoryReadOnly questionRepository, CloseEndedAnswerRepositoryReadOnly closeEndedAnswerRepository, MailService mailService, PdfService pdfService, org.modelmapper.ModelMapper modelMapper) UserController
(UserRepository userRepository, org.modelmapper.ModelMapper modelMapper, MailService mailService) -
Uses of MailService in it.unimib.unimibmodules.service
Classes in it.unimib.unimibmodules.service that implement MailService