Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCESS_KEY_ID - Static variable in interface it.unimib.unimibmodules.controller.AWSToken
- ACCESS_KEY_VALUE - Static variable in interface it.unimib.unimibmodules.controller.AWSToken
- add(Answer) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Inserts an instance of Answer in the database
- add(Category) - Method in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
-
Inserts an instance of Category in the database
- add(CloseEndedAnswer) - Method in interface it.unimib.unimibmodules.controller.CloseEndedAnswerRepository
-
Inserts an instance of CloseEndedAnswer in the database
- add(CloseEndedAnswer) - Method in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
-
Inserts an instance of CloseEndedAnswer in the database
- add(Question) - Method in interface it.unimib.unimibmodules.controller.QuestionRepository
-
Inserts an instance of Question in the database
- add(Question) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
-
Inserts an instance of Question in the database
- add(Survey) - Method in interface it.unimib.unimibmodules.controller.SurveyRepository
-
Inserts an instance of Survey in the database
- add(Survey) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
Inserts a new instance of Survey in the database
- add(User) - Method in interface it.unimib.unimibmodules.controller.UserRepository
-
Inserts an instance of User in the database
- add(User) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
-
Inserts an instance of User in the database
- addAll(List<Answer>) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Inserts a list of answers in the database
- addAll(List<Category>) - Method in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
-
Inserts a list of categories in the database
- addAll(List<CloseEndedAnswer>) - Method in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
-
Inserts a list of CloseEndedAnswer in the database
- addAll(List<Question>) - Method in class it.unimib.unimibmodules.repository.QuestionRepositoryImpl
-
Inserts a list of questions in the database
- addAll(List<Survey>) - Method in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
Inserts a new Set of surveys in the database
- addAll(List<User>) - Method in class it.unimib.unimibmodules.repository.UserRepositoryImpl
-
Inserts a list of users in the database
- addAnswer(AnswerDTO) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Creates an Answer.
- addClosedAnswers(Paragraph, Answer) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- addContent(Document, List<Answer>) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- addEmptyLine(Paragraph, int) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- addImage(Paragraph, String, float) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- addMetaData(Document, String) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- addQuestion(QuestionDTO) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Creates a question, with the given text and id
- addSurvey(SurveyDTO) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Creates a survey, with the given name and request's date-time, that is associated to the given user id
- addTitle(Paragraph, String) - Static method in class it.unimib.unimibmodules.service.PdfServiceImpl
- answer - Variable in class it.unimib.unimibmodules.model.Question
-
The answers of the question.
- answer - Variable in class it.unimib.unimibmodules.model.Survey
-
The answer of the survey.
- Answer - Class in it.unimib.unimibmodules.model
-
Represents an open-ended answer.
- Answer() - Constructor for class it.unimib.unimibmodules.model.Answer
-
Creates an empty answer.
- AnswerController - Class in it.unimib.unimibmodules.controller
-
Controller handling HTTP requests related to Answer and ClosedEndedAnswer.
- AnswerController(AnswerRepository, UserRepositoryReadOnly, SurveyRepositoryReadOnly, QuestionRepositoryReadOnly, CloseEndedAnswerRepositoryReadOnly, MailService, PdfService, ModelMapper) - Constructor for class it.unimib.unimibmodules.controller.AnswerController
- answerDAO - Variable in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
The instance of AnswerDAO that will be used to perform actions to the DB
- AnswerDAO - Interface in it.unimib.unimibmodules.repository
-
DAO for the Answer class.
- answerDTO - Variable in class it.unimib.unimibmodules.dto.QuestionDTO
-
Serialization of the list of the answers.
- AnswerDTO - Class in it.unimib.unimibmodules.dto
-
DTO for Answer.
- AnswerDTO() - Constructor for class it.unimib.unimibmodules.dto.AnswerDTO
- answerRepository - Variable in class it.unimib.unimibmodules.controller.AnswerController
-
Instance of AnswerRepository that will be used to access the db.
- AnswerRepository - Interface in it.unimib.unimibmodules.controller
-
Interface for AnswerRepository.
- AnswerRepositoryImpl - Class in it.unimib.unimibmodules.repository
-
Repository for the Answers.
- AnswerRepositoryImpl(AnswerDAO) - Constructor for class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
- answers - Variable in class it.unimib.unimibmodules.model.CloseEndedAnswer
-
Answers where this close-ended answer has been selected
- answers - Variable in class it.unimib.unimibmodules.model.User
-
The list of the answers that the user gave in the surveys he compiled.
- AnswerTest - Class in it.unimib.unimibmodules.model
- AnswerTest() - Constructor for class it.unimib.unimibmodules.model.AnswerTest
- answerText - Variable in class it.unimib.unimibmodules.dto.AnswerDTO
-
Serialization of the text of the answer.
- awsToken - Variable in class it.unimib.unimibmodules.controller.QuestionController
-
Instance of AWSToken that will be used to acces the aws services.
- AWSToken - Interface in it.unimib.unimibmodules.controller
-
Service class used to get a User's token from AWS Cognito.
- AWSTokenImpl - Class in it.unimib.unimibmodules.service
-
Service class used to get an User's token from AWS Cognito.
- AWSTokenImpl() - Constructor for class it.unimib.unimibmodules.service.AWSTokenImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form