Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- saveModifiedAnswers(int, int) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Modifies and deletes the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - saveNewAnswers(int, int) - Method in class it.unimib.unimibmodules.controller.AnswerController
-
Inserts the registered answers made by the user identified by
userId
on the survey identified bysurveyId
. - sendMail(String, String, String) - Method in interface it.unimib.unimibmodules.controller.MailService
-
Send email to the specified addreess, with specified subject and text.
- sendMail(String, String, String) - Method in class it.unimib.unimibmodules.service.MailServiceImpl
-
Send email to the specified addreess, with specified subject and text.
- setCloseEndedAnswers(Set<CloseEndedAnswer>) - Method in class it.unimib.unimibmodules.model.Answer
- setCreationDate(Date, String, SimpleDateFormat) - Method in class it.unimib.unimibmodules.dto.SurveyDTO
-
Modifies the creationDate of the surveyDTO, setting creationDate as the new value after its conversion to String using the given time zone.
- setId(int) - Method in class it.unimib.unimibmodules.dto.QuestionDTO
-
Modifies the id of the question, setting
id
as the new value. - setId(int) - Method in class it.unimib.unimibmodules.dto.SurveyDTO
-
Modifies the id of the surveyDTO, setting id as the new value.
- setId(int) - Method in class it.unimib.unimibmodules.dto.UserDTO
-
Modifies the id of the user.
- setId(Object) - Method in class it.unimib.unimibmodules.dto.QuestionDTO
-
Modifies the id of the question, setting
id
as the new value. - setId(Object) - Method in class it.unimib.unimibmodules.dto.SurveyDTO
-
Modifies the id of the surveyDTO, setting id as the new value.
- setId(Object) - Method in class it.unimib.unimibmodules.dto.UserDTO
-
Modifies the id of the user.
- setName(String) - Method in class it.unimib.unimibmodules.model.Survey
-
Modifies the name of the survey, setting name as the new value.
- setText(String) - Method in class it.unimib.unimibmodules.model.Answer
-
Modifies the text of the answer, setting
text
as the new value. - setText(String) - Method in class it.unimib.unimibmodules.model.CloseEndedAnswer
-
Modifies the text of the close-ended answer, setting
text
as the new value. - setUsername(Object) - Method in class it.unimib.unimibmodules.dto.UserDTO
-
Modifies the username of the user.
- setUsername(String) - Method in class it.unimib.unimibmodules.dto.UserDTO
-
Modifies the username of the user.
- setUsername(String) - Method in class it.unimib.unimibmodules.model.User
-
Modifies the username of a user, setting username as the new value
- signUpUser(UserDTO) - Method in class it.unimib.unimibmodules.controller.UserController
-
Create a new User.
- SINGLECLOSED - Enum constant in enum class it.unimib.unimibmodules.model.QuestionType
- subFont - Static variable in class it.unimib.unimibmodules.service.PdfServiceImpl
- surname - Variable in class it.unimib.unimibmodules.dto.UserDTO
-
Serialization of the surname of the user
- surname - Variable in class it.unimib.unimibmodules.model.User
-
The surname of the user.
- survey - Variable in class it.unimib.unimibmodules.model.Answer
-
The survey to which this answer belongs.
- survey - Variable in class it.unimib.unimibmodules.model.SurveyQuestions
-
The survey of the relationship.
- Survey - Class in it.unimib.unimibmodules.model
-
Represents a survey.
- Survey() - Constructor for class it.unimib.unimibmodules.model.Survey
- SurveyController - Class in it.unimib.unimibmodules.controller
-
Controller handling HTTP requests related to Survey.
- SurveyController(UserRepositoryReadOnly, SurveyRepository, ModelMapper) - Constructor for class it.unimib.unimibmodules.controller.SurveyController
- surveyDAO - Variable in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
The instance of SurveyDAO that will be used to perform actions to the DB
- SurveyDAO - Interface in it.unimib.unimibmodules.repository
-
DAO for the Survey class.
- surveyDTO - Variable in class it.unimib.unimibmodules.dto.AnswerDTO
-
Serialization of the survey to which this answer belongs.
- surveyDTO - Variable in class it.unimib.unimibmodules.dto.SurveyQuestionsDTO
-
Serialization of the survey of the relationship.
- SurveyDTO - Class in it.unimib.unimibmodules.dto
-
DTO for the Survey class.
- SurveyDTO() - Constructor for class it.unimib.unimibmodules.dto.SurveyDTO
- surveyName - Variable in class it.unimib.unimibmodules.dto.SurveyDTO
-
Serialization of the name of the survey.
- surveyQuestions - Variable in class it.unimib.unimibmodules.model.Question
-
The surveys where the question is in.
- surveyQuestions - Variable in class it.unimib.unimibmodules.model.Survey
-
The questions of the survey.
- SurveyQuestions - Class in it.unimib.unimibmodules.model
-
Represents a surveyQuestion relationship.
- SurveyQuestions() - Constructor for class it.unimib.unimibmodules.model.SurveyQuestions
- surveyQuestionsDAO - Variable in class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
-
The instance of SurveyDAO that will be used to perform actions to the DB
- SurveyQuestionsDAO - Interface in it.unimib.unimibmodules.repository
- surveyQuestionsDTO - Variable in class it.unimib.unimibmodules.dto.QuestionDTO
-
Serialization of the list of the questions.
- SurveyQuestionsDTO - Class in it.unimib.unimibmodules.dto
-
DTO for the surveyQuestion relationship
- SurveyQuestionsDTO() - Constructor for class it.unimib.unimibmodules.dto.SurveyQuestionsDTO
- surveyRepository - Variable in class it.unimib.unimibmodules.controller.AnswerController
-
Instance of AnswerRepository that will be used to access the db.
- surveyRepository - Variable in class it.unimib.unimibmodules.controller.SurveyController
-
Instance of SurveyRepository.
- SurveyRepository - Interface in it.unimib.unimibmodules.controller
-
Repository for SurveyRepository.
- SurveyRepositoryImpl - Class in it.unimib.unimibmodules.repository
-
Repository for the Survey.
- SurveyRepositoryImpl(SurveyDAO, SurveyQuestionsDAO, UserRepositoryImpl) - Constructor for class it.unimib.unimibmodules.repository.SurveyRepositoryImpl
- SurveyRepositoryReadOnly - Interface in it.unimib.unimibmodules.controller
- surveysCreated - Variable in class it.unimib.unimibmodules.model.User
-
The list of the surveys created by the user.
- surveysCreatedDTO - Variable in class it.unimib.unimibmodules.dto.UserDTO
-
Serialization of the surveys created by the user
- SurveyTest - Class in it.unimib.unimibmodules.model
- SurveyTest() - Constructor for class it.unimib.unimibmodules.model.SurveyTest
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form