Index

A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

generatePdf(int, int) - Method in class it.unimib.unimibmodules.controller.AnswerController
Create a pdf of the Answer in the survey by the user surveyId.
get(int) - Method in interface it.unimib.unimibmodules.controller.AnswerRepository
Finds the answer identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.CategoryRepository
Finds the category identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.CategoryRepositoryReadOnly
Finds the category identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.CloseEndedAnswerRepository
Finds the CloseEndedAnswer identified by id in the database.
get(int) - Method in interface it.unimib.unimibmodules.controller.CloseEndedAnswerRepositoryReadOnly
Finds the CloseEndedAnswer identified by id in the database.
get(int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepositoryReadOnly
Finds the question identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
Finds the survey identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepositoryReadOnly
Finds the survey identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.UserRepository
Finds the user identified by id in the database
get(int) - Method in interface it.unimib.unimibmodules.controller.UserRepositoryReadOnly
Finds the user identified by id in the database
get(int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
Finds the answer identified by id in the database
get(int) - Method in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
Finds the category identified by id in the database
get(int) - Method in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
Finds the CloseEndedAnswer identified by id in the database.
get(int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question identified by id in the database
get(int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
Finds the survey identified by id in the database
get(int) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
Finds the user identified by id in the database
getAll() - Method in interface it.unimib.unimibmodules.controller.CategoryRepository
Finds all the categories in the database
getAll() - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds all the questions in the database
getAll() - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
Returns all surveys in the database.
getAll() - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
Returns all answers in the database.
getAll() - Method in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
Returns all categories in the database.
getAll() - Method in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
Returns all CloseEndedAnswer in the database.
getAll() - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Returns all questions in the database.
getAll() - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
Returns all surveys from the database.
getAll() - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
Returns all users in the database.
getAllLazy(int, int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds all the questions in the database with lazy loading
getAllLazy(int, int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
Returns all surveys in the database with lazy Loading.
getAllLazy(int, int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds all the questions in the database with Lazy Loading parameters
getAllLazy(int, int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
Returns all surveys from the database with Lazy Loading parameters.
getByCategory(int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question identified by id of the category in the database
getByCategory(int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question associated with the category identified by surveyId
getByCategoryLazy(int, int, int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question identified by id of the category in the database with Lazy Loading parameters:
getByCategoryLazy(int, int, int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question associated with the category identified by surveyId with Lazy Loading
getByCode(String) - Method in interface it.unimib.unimibmodules.controller.UserRepository
Finds the user identified by compilationCode in the database
getByCode(String) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
Tells if the user identified by compilationCode exists in the database.
getByCodeEntity(String) - Method in interface it.unimib.unimibmodules.controller.UserRepository
Finds the user identified by compilationCode in the database
getByCodeEntity(String) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
Finds the user identified by compilationCode in the database
getByCompilationCode(String) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
 
getByCompilationCode(String) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
 
getBySurveyId(int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question identified by id in the database
getBySurveyId(int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question associated with the survey identified by surveyId
getByText(String) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question in the database where text is contained in the text of the question
getByText(String) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
Finds the Survey in the database where text is contained in the name of the survey
getByText(String) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question in the database where text is contained in the text of the question
getByText(String) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
Finds all the surveys in the database where text is contained in their names or in their identifier.
getByTextLazy(String, int, int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question in the database where text is contained in the text of the question with Lazy Loading parameters: offset and limit
getByTextLazy(String, int, int) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
Finds the Survey in the database where text is contained in the name of the survey with Lazy Loading
getByTextLazy(String, int, int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question in the database where text is contained in the text of the question for lazy loading
getByTextLazy(String, int, int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
Finds all the surveys in the database where text is contained in their names or in their identifier with Lazy Loading parameters.
getByUser(int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question in the database created by a specified user
getByUser(int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question in the database created by a specified user
getByUserLazy(int, int, int) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
Finds the question in the database created by a specified user with Lazy Loading parameters:
getByUserLazy(int, int, int) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
Finds the question in the database created by a specified user with Lazy Loading
getByUsername(String) - Method in interface it.unimib.unimibmodules.controller.UserRepository
Finds the user identified by username in the database
getByUsername(String) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
Finds the user identified by username in the database
getCreationDateConverted(String, SimpleDateFormat) - Method in class it.unimib.unimibmodules.dto.SurveyDTO
Returns the creationDate of the surveyDTO in Date type using the given time zone.
getListToSave(Set<SurveyQuestions>, int) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
It's used by modifyQuestions in order to find all the questions to create or maintain
getNewCode() - Method in class it.unimib.unimibmodules.controller.UserController
 
getQuestion(int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets the Question associated with the given id.
getQuestions() - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions
getQuestionsByCategory(int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions associated with the given id of category
getQuestionsByCategoryLazy(int, int, int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions associated with the given id of category with Lazy Loading
getQuestionsByUser(int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions of the user
getQuestionsByUserLazy(int, int, int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions of the user with Lazy Loading
getQuestionsLazy(int, int) - Method in class it.unimib.unimibmodules.controller.QuestionController
Gets all the questions with Lazy Loading
getSaltString() - Method in class it.unimib.unimibmodules.controller.UserController
 
getSurveyAnswersForUser(int, int) - Method in interface it.unimib.unimibmodules.controller.AnswerRepository
Finds all the answers the user created for a survey.
getSurveyAnswersForUser(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
Finds all the answers the user created for a survey.
getSurveysCreated(String) - Method in class it.unimib.unimibmodules.controller.UserController
Gets the surveys created by the user identified by the username
getToken(int) - Method in interface it.unimib.unimibmodules.controller.AWSToken
Get the User's token from AWS Cognito
getToken(int) - Method in class it.unimib.unimibmodules.controller.QuestionController
 
getToken(int) - Method in class it.unimib.unimibmodules.service.AWSTokenImpl
Get the User's token from AWS Cognito
getUser(int) - Method in class it.unimib.unimibmodules.controller.UserController
Gets the User associated with the given id.
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form