Uses of Class
com.ubs.backend.classes.database.questions.AnsweredQuestion
Packages that use AnsweredQuestion
Package
Description
-
Uses of AnsweredQuestion in com.ubs.backend.classes
Fields in com.ubs.backend.classes declared as AnsweredQuestionMethods in com.ubs.backend.classes that return AnsweredQuestionMethods in com.ubs.backend.classes with parameters of type AnsweredQuestionModifier and TypeMethodDescriptionvoidTempAnsweredQuestion.setAnsweredQuestion(AnsweredQuestion answeredQuestion)Constructors in com.ubs.backend.classes with parameters of type AnsweredQuestionModifierConstructorDescriptionTempAnsweredQuestion(AnsweredQuestion answeredQuestion, List<TempAnswer> tempAnswers) -
Uses of AnsweredQuestion in com.ubs.backend.classes.database.dao.questions
Methods in com.ubs.backend.classes.database.dao.questions that return AnsweredQuestionModifier and TypeMethodDescriptionAnsweredQuestionDAO.selectByQuestion(String question)Selects anAnsweredQuestionfrom the Database which answered the specified QuestionAnsweredQuestionDAO.selectByQuestion(String question, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao.questions that return types with arguments of type AnsweredQuestionModifier and TypeMethodDescriptionAnsweredQuestionDAO.selectWithoutResults(javax.persistence.EntityManager em)returns a list containing all answered questions without a result. which means, that the question can no longer be answeredMethods in com.ubs.backend.classes.database.dao.questions with parameters of type AnsweredQuestionModifier and TypeMethodDescriptionbooleanAnsweredQuestionDAO.doRemove(AnsweredQuestion answeredQuestion, javax.persistence.EntityManager em) -
Uses of AnsweredQuestion in com.ubs.backend.classes.database.questions
Fields in com.ubs.backend.classes.database.questions declared as AnsweredQuestionModifier and TypeFieldDescriptionprivate AnsweredQuestionAnsweredQuestionResult.answeredQuestionThe answered question with this resultMethods in com.ubs.backend.classes.database.questions that return AnsweredQuestionMethods in com.ubs.backend.classes.database.questions with parameters of type AnsweredQuestionModifier and TypeMethodDescriptionvoidAnsweredQuestionResult.setAnsweredQuestion(AnsweredQuestion answeredQuestion)Constructors in com.ubs.backend.classes.database.questions with parameters of type AnsweredQuestionModifierConstructorDescriptionAnsweredQuestionResult(long resultID, AnsweredQuestion answeredQuestion, ResultParent result)AnsweredQuestionResult(AnsweredQuestion answeredQuestion, ResultParent result) -
Uses of AnsweredQuestion in com.ubs.backend.classes.database.statistik
Fields in com.ubs.backend.classes.database.statistik declared as AnsweredQuestionModifier and TypeFieldDescriptionprivate AnsweredQuestionAnsweredQuestionStatistik.answeredQuestionthe answered quesestionMethods in com.ubs.backend.classes.database.statistik that return AnsweredQuestionMethods in com.ubs.backend.classes.database.statistik with parameters of type AnsweredQuestionModifier and TypeMethodDescriptionvoidAnsweredQuestionStatistik.setAnsweredQuestion(AnsweredQuestion answeredQuestion)Constructors in com.ubs.backend.classes.database.statistik with parameters of type AnsweredQuestionModifierConstructorDescriptionAnsweredQuestionStatistik(AnsweredQuestion answeredQuestion)AnsweredQuestionStatistik(AnsweredQuestion answeredQuestion, StatistikTimes statistikTimes)AnsweredQuestionStatistik(AnsweredQuestion answeredQuestion, Date date)