Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- mailService - Variable in class it.unimib.unimibmodules.controller.AnswerController
-
Instance of MailService, that will be used to send an email when the answers are saved.
- mailService - Variable in class it.unimib.unimibmodules.controller.UserController
-
Instance of MailService, that will be used to send an email when the answers are saved.
- MailService - Interface in it.unimib.unimibmodules.controller
-
Service for sending emails.
- MailServiceImpl - Class in it.unimib.unimibmodules.service
-
Service for sending emails.
- MailServiceImpl() - Constructor for class it.unimib.unimibmodules.service.MailServiceImpl
- main(String[]) - Static method in class it.unimib.unimibmodules.UnimibModulesApplication
- modelMapper - Variable in class it.unimib.unimibmodules.controller.DTOMapping
-
The instance of modelMapper that will be used to convert Question to QuestionDTO and vice versa.
- modelMapper() - Method in class it.unimib.unimibmodules.UnimibModulesApplication
- modify(Answer) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Updates an answer in the database using a new instance of Answer.
- modify(Category) - Method in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
-
Updates a category in the database using a new instance of Category.
- modify(CloseEndedAnswer) - Method in interface it.unimib.unimibmodules.controller.CloseEndedAnswerRepository
-
Updates a CloseEndedAnswer in the database using a new instance of CloseEndedAnswer.
- modify(CloseEndedAnswer) - Method in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
-
Updates a CloseEndedAnswer in the database using a new instance of CloseEndedAnswer.
- modify(Question) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
-
Updates a question in the database using a new instance of Question.
- modify(Question) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
-
Updates a question in the database using a new instance of Question.
- modify(User) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
-
Updates a user in the database using a new instance of User.
- MODIFY - Enum constant in enum class it.unimib.unimibmodules.repository.UnitOfWorkOperations
- modifyAnswer(AnswerDTO) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Modifies an Answer using the values of
modifiedAnswerDTO
. - modifyCloseEndedAnswer(CloseEndedAnswerDTO) - Method in class it.unimib.unimibmodules.controller.CloseEndedAnswerController
-
Modifies the answer of a close-ended question associated with the given id, setting text as the answer.
- modifyName(String, int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
-
Updates the survey name
- modifyName(String, int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
Updates the name of the survey in the database.
- modifyQuestion(QuestionDTO) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Modifies the question's text associated with the given id.
- modifyQuestions(Set<SurveyQuestions>, int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
-
Updates all the questions of survey in the database.
- modifyQuestions(Set<SurveyQuestions>, int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
Updates the questions list of the survey.
- modifySurvey(SurveyDTO) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Modifies the survey's name associated with the given surveyDTO.
- MULTIPLECLOSED - Enum constant in enum class it.unimib.unimibmodules.model.QuestionType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form