Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- findAllLazy(int, int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findAllLazy(int, int) - Method in interface it.unimib.unimibmodules.repository.SurveyDAO
- findAllSurveys() - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds all surveys.
- findAllSurveysNoQuestion() - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds all surveys without their questions list.
- findAllSurveysNoQuestionLazy(int, int) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds all surveys without their questions.
- findAnswer(int) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Finds the Answer associated with the given
id
. - findByCategory(int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByCategoryLazy(int, int, int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByCompilationCode(int) - Method in interface it.unimib.unimibmodules.repository.SurveyDAO
- findByCompilationCode(String) - Method in interface it.unimib.unimibmodules.repository.UserDAO
- findBySurveyId(int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByText(String) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByText(String, String) - Method in interface it.unimib.unimibmodules.repository.SurveyDAO
- findByTextLazy(String, int, int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByTextLazy(String, String, int, int) - Method in interface it.unimib.unimibmodules.repository.SurveyDAO
- findByUser(int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByUserLazy(int, int, int) - Method in interface it.unimib.unimibmodules.repository.QuestionDAO
- findByUsername(String) - Method in interface it.unimib.unimibmodules.repository.UserDAO
- findCategories() - Method in class it.unimib.unimibmodules.controller.CategoryController
-
Gets all the categories
- findCategory(int) - Method in class it.unimib.unimibmodules.controller.CategoryController
-
Gets the Category associated with the given id.
- findCloseEndedAnswer(int) - Method in class it.unimib.unimibmodules.controller.CloseEndedAnswerController
-
Gets the Answer associated with the given id.
- findQuestionsByText(String) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Gets the question in the database where text is contained in the text of the question
- findQuestionsByTextLazy(String, int, int) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Gets the question in the database where text is contained in the text of the question with Lazy Loading
- findQuestionsForSurvey(int) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Gets the Question associated with the given id.
- findSurvey(int) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the survey associated with the given id.
- findSurveyAnswersForUser(int, int) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Finds all the Answer the User associated with
userId
has created for the Survey associated withsurveyId
. - findSurveyAnswersForUser(int, int) - Method in interface it.unimib.unimibmodules.repository.AnswerDAO
- findSurveyByCompilationCode(String) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the survey associated with the given id.
- findSurveyByText(String) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the surveys where text is contained in their names or in their identifiers.
- findSurveyByTextNoQuestions(String) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the surveys where text is contained in their names or in their identifiers without their questions list
- findSurveyByTextNoQuestionsLazy(String, int, int) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the surveys where text is contained in their names or in their identifiers without their questions list using Lazy Loading parameters.
- findSurveyNoQuestion(int) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Finds the survey associated with the given id without its questions list.
- FormatException - Exception in it.unimib.unimibmodules.exception
-
Exception for format incompatibilities.
- FormatException(String, Throwable) - Constructor for exception it.unimib.unimibmodules.exception.FormatException
-
Constructs an FormatException with the specified message and root exception.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form