Uses of Class
com.ubs.backend.classes.database.Answer
Packages that use Answer
Package
Description
-
Uses of Answer in com.ubs.backend.classes
Fields in com.ubs.backend.classes declared as AnswerModifier and TypeFieldDescriptionprivate AnswerPossibleAnswer.answerprivate AnswerTempAnswer.answerThe answerMethods in com.ubs.backend.classes that return AnswerMethods in com.ubs.backend.classes with parameters of type AnswerMethod parameters in com.ubs.backend.classes with type arguments of type AnswerModifier and TypeMethodDescriptionTempTag.getTempAnswersFromAnswers(List<Answer> answers)voidTempTag.setAllAnswers(List<Answer> answers)Constructors in com.ubs.backend.classes with parameters of type AnswerModifierConstructorDescriptionPossibleAnswer(Answer answer, int upvotes, int downvotes, WordLevenshteinDistance wordLevenshteinDistance)PossibleAnswer(Answer answer, WordLevenshteinDistance wordLevenshteinDistance)TempAnswer(Answer answer)TempAnswer(Answer answer, long mySingleResultTagID)TempAnswer(Answer answer, long mySingleResultTagID, int usefulness)TempAnswer(Answer answer, ArrayList<TempTag> tags)TempAnswer(Answer answer, ArrayList<TempTag> tags, int usefulness) -
Uses of Answer in com.ubs.backend.classes.database
Fields in com.ubs.backend.classes.database declared as AnswerMethods in com.ubs.backend.classes.database that return AnswerMethods in com.ubs.backend.classes.database with parameters of type AnswerConstructors in com.ubs.backend.classes.database with parameters of type Answer -
Uses of Answer in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return AnswerModifier and TypeMethodDescriptionInserts an answer into the DatabaseMethods in com.ubs.backend.classes.database.dao that return types with arguments of type AnswerModifier and TypeMethodDescriptionAnswerDAO.selectByType(AnswerType type)Select all answers with a set TypeAnswerDAO.selectByType(AnswerType type, javax.persistence.EntityManager em)Select all answers with a set Type with a preset EntityManagerAnswerDAO.selectByTypeAndTag(long tagID, AnswerType type, javax.persistence.EntityManager em)Method to select a List of everyAnswerwith a certain type and tagAnswerDAO.selectRandomByType(AnswerType type, int max)AnswerDAO.selectRandomByType(AnswerType type, int max, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao with parameters of type Answer -
Uses of Answer in com.ubs.backend.classes.database.statistik
Fields in com.ubs.backend.classes.database.statistik declared as AnswerMethods in com.ubs.backend.classes.database.statistik that return AnswerMethods in com.ubs.backend.classes.database.statistik with parameters of type AnswerConstructors in com.ubs.backend.classes.database.statistik with parameters of type AnswerModifierConstructorDescriptionAnswerStatistik(Answer answer, StatistikTimes statistikTimes)AnswerStatistik(Answer answer, StatistikTimes statistikTimes, int askedAmount) -
Uses of Answer in com.ubs.backend.classes.enums
Methods in com.ubs.backend.classes.enums that return AnswerModifier and TypeMethodDescriptionHandles the Answer String for the Type of AnswerMethods in com.ubs.backend.classes.enums with parameters of type Answer -
Uses of Answer in com.ubs.backend.classes.instructions
Methods in com.ubs.backend.classes.instructions that return AnswerModifier and TypeMethodDescriptionprivate AnswerStatisticHandler.generateAnswer()Handles the Response for the answerMethods in com.ubs.backend.classes.instructions with parameters of type AnswerModifier and TypeMethodDescriptionHandles the Response for the answer -
Uses of Answer in com.ubs.backend.classes.instructions.Statistics
Methods in com.ubs.backend.classes.instructions.Statistics that return Answer -
Uses of Answer in com.ubs.backend.classes.instructions.Statistics.AmountAnswers
Methods in com.ubs.backend.classes.instructions.Statistics.AmountAnswers that return AnswerModifier and TypeMethodDescriptionAmountAnswerHour.getFact(javax.persistence.EntityManager em)AmountAnswersDay.getFact(javax.persistence.EntityManager em)AmountAnswersMonth.getFact(javax.persistence.EntityManager em)AmountAnswersWeek.getFact(javax.persistence.EntityManager em)AmountAnswersYear.getFact(javax.persistence.EntityManager em) -
Uses of Answer in com.ubs.backend.demo
Methods in com.ubs.backend.demo that return types with arguments of type Answer -
Uses of Answer in com.ubs.backend.services
Methods in com.ubs.backend.services with parameters of type AnswerModifier and TypeMethodDescriptionprivate TempAnswerGet.addTagsToTempAnswer(Answer answer, int tagLimit, javax.persistence.EntityManager em)private PossibleAnswerIntentFinderNew.getPossibleAnswerFromArray(ArrayList<PossibleAnswer> possibleAnswers, Answer answer)private voidAdminTool.setAnswerFiles(String files, javax.persistence.EntityManager em, Answer answer)private voidGet.setUpAndDownvote(javax.persistence.EntityManager em, AnswerDAO answerDAO, TempTag tempTag, ResultParent result, Answer answer)Method parameters in com.ubs.backend.services with type arguments of type AnswerModifier and TypeMethodDescriptionprivate voidGet.setUpAndDownvote(javax.persistence.EntityManager em, AnswerDAO answerDAO, TempTag tempTag, ResultParent result, List<Answer> answers)