Uses of Class
it.unimib.unimibmodules.model.SurveyQuestions
Packages that use SurveyQuestions
Package
Description
-
Uses of SurveyQuestions in it.unimib.unimibmodules.controller
Method parameters in it.unimib.unimibmodules.controller with type arguments of type SurveyQuestionsModifier and TypeMethodDescriptionvoid
SurveyRepository.modifyQuestions
(Set<SurveyQuestions> surveyQuestions, int surveyId) Updates all the questions of survey in the database. -
Uses of SurveyQuestions in it.unimib.unimibmodules.model
Fields in it.unimib.unimibmodules.model with type parameters of type SurveyQuestionsModifier and TypeFieldDescriptionprivate Set<SurveyQuestions>
Question.surveyQuestions
The surveys where the question is in.private Set<SurveyQuestions>
Survey.surveyQuestions
The questions of the survey. -
Uses of SurveyQuestions in it.unimib.unimibmodules.repository
Methods in it.unimib.unimibmodules.repository that return SurveyQuestionsModifier and TypeMethodDescriptionSurveyQuestionsDAO.questionHandler
(int idQuestion, int idSurvey) Methods in it.unimib.unimibmodules.repository that return types with arguments of type SurveyQuestionsModifier and TypeMethodDescriptionSurveyQuestionsDAO.questionBySurvey
(int idSurvey) SurveyQuestionsDAO.questionNotIn
(List<Integer> idIn, int idSurvey) Method parameters in it.unimib.unimibmodules.repository with type arguments of type SurveyQuestionsModifier and TypeMethodDescriptionSurveyRepositoryImpl.getListToSave
(Set<SurveyQuestions> surveyQuestions, int surveyId) It's used by modifyQuestions in order to find all the questions to create or maintainvoid
SurveyRepositoryImpl.modifyQuestions
(Set<SurveyQuestions> surveyQuestions, int surveyId) Updates the questions list of the survey.