Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- category - Variable in class it.unimib.unimibmodules.dto.QuestionDTO
-
Serialization of the category of the question.
- category - Variable in class it.unimib.unimibmodules.model.Question
-
The category of the question.
- Category - Class in it.unimib.unimibmodules.model
-
Represents a category for a question.
- Category() - Constructor for class it.unimib.unimibmodules.model.Category
-
Creates an empty Category.
- CategoryController - Class in it.unimib.unimibmodules.controller
-
Controller handling HTTP requests related to Category.
- CategoryController(CategoryRepository, ModelMapper) - Constructor for class it.unimib.unimibmodules.controller.CategoryController
- categoryDAO - Variable in class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
-
The instance of categoryDAO that will be used to perform actions to the DB
- CategoryDAO - Interface in it.unimib.unimibmodules.repository
-
DAO for the Category class.
- CategoryDTO - Class in it.unimib.unimibmodules.dto
-
DTO for the Category class.
- CategoryDTO() - Constructor for class it.unimib.unimibmodules.dto.CategoryDTO
- categoryRepository - Variable in class it.unimib.unimibmodules.controller.CategoryController
-
Instance of AnswerRepository that will be used to access the db.
- categoryRepository - Variable in class it.unimib.unimibmodules.controller.QuestionController
-
Instance of CategoryRepository that will be used to access the db.
- CategoryRepository - Interface in it.unimib.unimibmodules.controller
-
Interface for CategoryRepository.
- CategoryRepositoryImpl - Class in it.unimib.unimibmodules.repository
-
Repository for the Category class.
- CategoryRepositoryImpl(CategoryDAO) - Constructor for class it.unimib.unimibmodules.repository.CategoryRepositoryImpl
- CategoryRepositoryReadOnly - Interface in it.unimib.unimibmodules.controller
- catFont - Static variable in class it.unimib.unimibmodules.service.PdfServiceImpl
- clean(int, int) - Method in interface it.unimib.unimibmodules.controller.AnswerRepository
-
Deletes the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - clean(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Deletes the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - cleanSurveyAnswers(int, int) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Cleans all the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - CloseEndedAnswer - Class in it.unimib.unimibmodules.model
-
Represents a closed-ended answer.
- CloseEndedAnswer() - Constructor for class it.unimib.unimibmodules.model.CloseEndedAnswer
-
Creates an empty close-ended answer.
- CloseEndedAnswerController - Class in it.unimib.unimibmodules.controller
-
Controller handling HTTP requests related to ClosedEndedAnswer.
- CloseEndedAnswerController(CloseEndedAnswerRepository, ModelMapper, QuestionRepositoryReadOnly) - Constructor for class it.unimib.unimibmodules.controller.CloseEndedAnswerController
- closeEndedAnswerDAO - Variable in class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
-
The instance of CloseEndedAnswerDAO that will be used to perform actions to the DB
- CloseEndedAnswerDAO - Interface in it.unimib.unimibmodules.repository
-
DAO for the CloseEndedAnswer class.
- CloseEndedAnswerDTO - Class in it.unimib.unimibmodules.dto
-
DTO for CloseEndedAnswer.
- CloseEndedAnswerDTO() - Constructor for class it.unimib.unimibmodules.dto.CloseEndedAnswerDTO
- closeEndedAnswerDTOs - Variable in class it.unimib.unimibmodules.dto.AnswerDTO
-
Serialization of the list of close-ended answers related to this answer.
- closeEndedAnswerDTOSet - Variable in class it.unimib.unimibmodules.dto.QuestionDTO
-
Serialization of the list of the answers.
- closeEndedAnswerRepository - Variable in class it.unimib.unimibmodules.controller.AnswerController
-
Instance of AnswerRepository that will be used to access the db.
- closeEndedAnswerRepository - Variable in class it.unimib.unimibmodules.controller.CloseEndedAnswerController
-
Instance of CloseEndedAnswerRepository that will be used to access the db.
- CloseEndedAnswerRepository - Interface in it.unimib.unimibmodules.controller
-
Interface for CloseEndedAnswerRepository.
- CloseEndedAnswerRepositoryImpl - Class in it.unimib.unimibmodules.repository
-
Repository for CloseEndedAnswers.
- CloseEndedAnswerRepositoryImpl(CloseEndedAnswerDAO) - Constructor for class it.unimib.unimibmodules.repository.CloseEndedAnswerRepositoryImpl
- CloseEndedAnswerRepositoryReadOnly - Interface in it.unimib.unimibmodules.controller
- closeEndedAnswers - Variable in class it.unimib.unimibmodules.model.Answer
-
The list of close-ended answers related to this answer.
- closeEndedAnswerSet - Variable in class it.unimib.unimibmodules.model.Question
-
The list of close-ended answers to the question.
- CloseEndedAnswerTest - Class in it.unimib.unimibmodules.model
- CloseEndedAnswerTest() - Constructor for class it.unimib.unimibmodules.model.CloseEndedAnswerTest
- commit(int, int) - Method in interface it.unimib.unimibmodules.controller.AnswerRepository
-
Deletes the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - commit(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Commits the changes made by the user identified by
userId
on the survey identified bysurveyId
. - commit(int, int) - Method in interface it.unimib.unimibmodules.repository.UnitOfWork
-
Commits the changes made by the user identified by
userId
on the survey identified bysurveyId
. - commitDelete(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Deletes the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - commitInsert(int, int) - Method in interface it.unimib.unimibmodules.controller.AnswerRepository
-
Inserts the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - commitInsert(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Inserts the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - commitModify(int, int) - Method in class it.unimib.unimibmodules.repository.AnswerRepositoryImpl
-
Modifies the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - compilationId - Variable in class it.unimib.unimibmodules.dto.UserDTO
-
Serialization of the id used to recognize a non-registered user.
- compilationId - Variable in class it.unimib.unimibmodules.model.User
-
The id used to recognize a user not registered.
- convertListToDTO(Iterable<Answer>) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Converts a list of Answers to a list of AnswerDTO
- convertListToDTO(Iterable<Category>) - Method in class it.unimib.unimibmodules.controller.CategoryController
- convertListToDTO(Iterable<Question>) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Converts a list of Question to a list of questionDTO
- convertListToDTO(Iterable<M>) - Method in class it.unimib.unimibmodules.controller.DTOListMapping
- convertToDTO(Answer) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Converts an instance of Answer to an instance of AnswerDTO
- convertToDTO(Category) - Method in class it.unimib.unimibmodules.controller.CategoryController
- convertToDTO(CloseEndedAnswer) - Method in class it.unimib.unimibmodules.controller.CloseEndedAnswerController
-
Converts an instance of CloseEndedAnswerDTO to an instance of AnswerDTO
- convertToDTO(Question) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Converts an instance of Question to an instance of questionDTO
- convertToDTO(Survey) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Conversion of an instance of Survey to an instance of SurveyDTO
- convertToDTO(User) - Method in class it.unimib.unimibmodules.controller.UserController
-
Converts an instance of User to an instance of UserDTO
- convertToDTO(M) - Method in class it.unimib.unimibmodules.controller.DTOMapping
-
Converts an instance of M to an instance of T
- convertToDTOAndSkipQuestions(Survey) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Conversion of an instance of Survey to an instance of SurveyDTO skipping QuestionsList
- convertToEntity(AnswerDTO) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Converts an instance of AnswerDTO to an instance of Answer
- convertToEntity(CategoryDTO) - Method in class it.unimib.unimibmodules.controller.CategoryController
- convertToEntity(CloseEndedAnswerDTO) - Method in class it.unimib.unimibmodules.controller.CloseEndedAnswerController
-
Converts an instance of CloseEndedAnswer to an instance of CloseEndedAnswerDTO
- convertToEntity(QuestionDTO) - Method in class it.unimib.unimibmodules.controller.QuestionController
-
Converts an instance of QuestionDTO to an instance of Question
- convertToEntity(SurveyDTO) - Method in class it.unimib.unimibmodules.controller.SurveyController
-
Conversion of an instance of SurveyDTO to an instance of Survey
- convertToEntity(UserDTO) - Method in class it.unimib.unimibmodules.controller.UserController
-
Converts an instance of UserDTO to an instance of User
- convertToEntity(T) - Method in class it.unimib.unimibmodules.controller.DTOMapping
-
Converts an instance of T to an instance of M
- createPDF(List<Answer>) - Method in interface it.unimib.unimibmodules.controller.PdfService
-
Create A pdf file
- createPDF(List<Answer>) - Method in class it.unimib.unimibmodules.service.PdfServiceImpl
-
Create A pdf file
- creationDate - Variable in class it.unimib.unimibmodules.dto.SurveyDTO
-
Serialization of the dateCreation of the survey.
- creationDate - Variable in class it.unimib.unimibmodules.model.Survey
-
The creation date of the survey.
- creationDateFormat - Variable in class it.unimib.unimibmodules.model.Survey
-
The creationDate format.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form