Uses of Class
it.unimib.unimibmodules.model.Answer
Packages that use Answer
Package
Description
-
Uses of Answer in it.unimib.unimibmodules.controller
Methods in it.unimib.unimibmodules.controller that return AnswerModifier and TypeMethodDescriptionAnswerController.convertToEntity(AnswerDTO answerDTO) Converts an instance of AnswerDTO to an instance of AnswerAnswerRepository.get(int id) Finds the answer identified by id in the databaseMethods in it.unimib.unimibmodules.controller that return types with arguments of type AnswerModifier and TypeMethodDescriptionAnswerRepository.getSurveyAnswersForUser(int surveyId, int userId) Finds all the answers the user created for a survey.Methods in it.unimib.unimibmodules.controller with parameters of type AnswerModifier and TypeMethodDescriptionAnswerController.convertToDTO(Answer answer) Converts an instance of Answer to an instance of AnswerDTOvoidAnswerRepository.registerDeleted(Answer answer) Addsanswerto the elements to be deleted.voidAnswerRepository.registerModified(Answer answer) Addsanswerto the elements to be modified.voidAnswerRepository.registerNew(Answer answer) Addsanswerto the elements to be inserted.Method parameters in it.unimib.unimibmodules.controller with type arguments of type Answer -
Uses of Answer in it.unimib.unimibmodules.model
Fields in it.unimib.unimibmodules.model with type parameters of type Answer -
Uses of Answer in it.unimib.unimibmodules.repository
Fields in it.unimib.unimibmodules.repository with type parameters of type AnswerMethods in it.unimib.unimibmodules.repository that return AnswerModifier and TypeMethodDescriptionAnswerRepositoryImpl.get(int id) Finds the answer identified by id in the databaseMethods in it.unimib.unimibmodules.repository that return types with arguments of type AnswerModifier and TypeMethodDescriptionAnswerDAO.findSurveyAnswersForUser(int surveyId, int userId) AnswerRepositoryImpl.getAll()Returns all answers in the database.AnswerRepositoryImpl.getSurveyAnswersForUser(int surveyId, int userId) Finds all the answers the user created for a survey.Methods in it.unimib.unimibmodules.repository with parameters of type AnswerModifier and TypeMethodDescriptionvoidInserts an instance of Answer in the databasevoidUpdates an answer in the database using a new instance of Answer.private voidRegistersansweron the specifiedoperation.voidAnswerRepositoryImpl.registerDeleted(Answer answer) Addsanswerto the elements to be deleted.voidAnswerRepositoryImpl.registerModified(Answer answer) Addsanswerto the elements to be modified.voidAnswerRepositoryImpl.registerNew(Answer answer) Addsanswerto the elements to be inserted.voidDeletesanswerfrom the database.Method parameters in it.unimib.unimibmodules.repository with type arguments of type Answer -
Uses of Answer in it.unimib.unimibmodules.service
Methods in it.unimib.unimibmodules.service with parameters of type AnswerModifier and TypeMethodDescriptionprivate static voidPdfServiceImpl.addClosedAnswers(com.itextpdf.text.Paragraph paragraph, Answer answer) Method parameters in it.unimib.unimibmodules.service with type arguments of type Answer