Uses of Class
com.ubs.backend.classes.database.questions.UnansweredQuestion
Packages that use UnansweredQuestion
Package
Description
-
Uses of UnansweredQuestion in com.ubs.backend.classes
Fields in com.ubs.backend.classes declared as UnansweredQuestionModifier and TypeFieldDescriptionprivate UnansweredQuestionTempUnansweredQuestion.unansweredQuestionMethods in com.ubs.backend.classes that return UnansweredQuestionMethods in com.ubs.backend.classes with parameters of type UnansweredQuestionModifier and TypeMethodDescriptionvoidTempUnansweredQuestion.setUnansweredQuestion(UnansweredQuestion unansweredQuestion)Constructors in com.ubs.backend.classes with parameters of type UnansweredQuestionModifierConstructorDescriptionTempUnansweredQuestion(UnansweredQuestion unansweredQuestion, long views)TempUnansweredQuestion(UnansweredQuestion unansweredQuestion, Long views) -
Uses of UnansweredQuestion in com.ubs.backend.classes.database.dao.questions
Methods in com.ubs.backend.classes.database.dao.questions that return UnansweredQuestionModifier and TypeMethodDescriptionUnansweredQuestionDAO.selectByQuestion(String question)UnansweredQuestionDAO.selectByQuestion(String question, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao.questions with parameters of type UnansweredQuestionModifier and TypeMethodDescriptionbooleanUnansweredQuestionDAO.doRemove(UnansweredQuestion unansweredQuestion, javax.persistence.EntityManager em)voidUnansweredQuestionDAO.remove(UnansweredQuestion unansweredQuestion) -
Uses of UnansweredQuestion in com.ubs.backend.classes.database.statistik
Fields in com.ubs.backend.classes.database.statistik declared as UnansweredQuestionModifier and TypeFieldDescriptionprivate UnansweredQuestionUnansweredQuestionStatistik.unansweredQuestionthe unanswered questionMethods in com.ubs.backend.classes.database.statistik that return UnansweredQuestionMethods in com.ubs.backend.classes.database.statistik with parameters of type UnansweredQuestionModifier and TypeMethodDescriptionvoidUnansweredQuestionStatistik.setUnansweredQuestion(UnansweredQuestion unansweredQuestion)Constructors in com.ubs.backend.classes.database.statistik with parameters of type UnansweredQuestionModifierConstructorDescriptionUnansweredQuestionStatistik(UnansweredQuestion unansweredQuestion)UnansweredQuestionStatistik(UnansweredQuestion unansweredQuestion, StatistikTimes statistikTimes)UnansweredQuestionStatistik(UnansweredQuestion unansweredQuestion, StatistikTimes statistikTimes, Long askedAmount)UnansweredQuestionStatistik(UnansweredQuestion unansweredQuestion, Date date)