Uses of Annotation Interface
com.ubs.backend.annotations.json.JsonField
Packages that use JsonField
Package
Description
-
Uses of JsonField in com.ubs.backend.classes
Fields in com.ubs.backend.classes with annotations of type JsonFieldModifier and TypeFieldDescriptionprivate ArrayList<TempAnswer>TempTag.allAnswersAll Answers that use this tagprivate intTempTag.amountAnswersamount of answers using this tagprivate AnswerTempAnswer.answerThe answerprivate intTempAnswer.downvotesused for tag detail site, if we want to display the amount of downvotes the single tag has on this single answerprivate intTempTag.downvotesAmount of downvotes this tag in this context has receivedprivate longTempTag.singleAnswerIDthe answer this specific tag belongs to in a result setprivate TagTempTag.tagThe tagTempAnswer.tagsall the tags this answer hasprivate intTempTag.tagUsageshow often the tag has been usedprivate intTempAnswer.upvotesused for tag detail site, if we want to display the amount of upvotes the single tag has on this single answerprivate intTempTag.upvotesAmount of upvotes this tag in this context has receivedprivate floatTempAnswer.usefulnessthe usefulness of this answer, calculated by the average usefulness of all its tags -
Uses of JsonField in com.ubs.backend.classes.database
Fields in com.ubs.backend.classes.database with annotations of type JsonFieldModifier and TypeFieldDescriptionprivate StringAnswer.answerAnswer which is being sent to the Userprivate AnswerResult.answerThe Answer for the Tagprivate longAnswer.answerIDID of the Answer in The Databaseprivate AnswerTypeAnswer.answerTypethe type of this answerprivate intMatch.downvoteThe amount of downvotes this Match hasprivate intResultParent.downvotesThe amount of Downvotes this Result has receivedprivate longBlacklistEntry.entryIDThe ID of the BlacklistEntry in the Databaseprivate longUploadFile.fileIDThe ID of this UploadFile in the Databaseprivate StringUploadFile.fileNameThe Name of this UploadFileprivate List<UploadFile>Answer.filesAll UploadFiles for this Answerprivate StringUploadFile.fileTypeThe MimeType of this UploadFileprivate longResultParent.idprivate booleanAnswer.isHiddenprivate longMatch.matchIDThe ID in the Databaseprivate TagMatch.tagThe Tag which is matched with the Wordprivate TagResultParent.tagThe Tag for the Answerprivate StringTag.tagThe Content of this Tagprivate longTag.tagIDThe ID of this Tag in the Databaseprivate StringAnswer.titleTitle for this Answer.private intMatch.upvoteThe amount of upvotes this Match hasprivate intResultParent.upvotesThe amount of Upvotes this Result has receivedprivate intBlacklistEntry.usagesThe amount of times this Word was usedprivate intResultParent.usagesThe Amount of usages this Result hasprivate StringBlacklistEntry.wordThe Word which is being blacklistedprivate StringMatch.wordThe Word which was matched with the Tag -
Uses of JsonField in com.ubs.backend.classes.database.questions
Fields in com.ubs.backend.classes.database.questions with annotations of type JsonFieldModifier and TypeFieldDescriptionprivate AnsweredQuestionAnsweredQuestionResult.answeredQuestionThe answered question with this resultprivate AnsweredQuestionResultAnsweredQuestionTimesResult.answeredQuestionResultprivate AnsweredQuestionStatistikAnsweredQuestionTimesResult.answeredQuestionStatistikprivate StringDefaultQuestion.defaultQuestionthe default questionprivate longDefaultQuestion.defaultQuestionIDthe id of this classprivate intAnsweredQuestionTimesResult.downvoteprivate longAnsweredQuestionTimesResult.idprivate ResultAnsweredQuestionResult.resultthe result with this answered questionprivate longAnsweredQuestionResult.resultIDThe ID of the answeredQuestionResult in the DBprivate TypeTagAnsweredQuestionResult.typeTagthe typetag with this answered questionprivate intAnsweredQuestionTimesResult.upvote -
Uses of JsonField in com.ubs.backend.classes.database.statistik
Fields in com.ubs.backend.classes.database.statistik with annotations of type JsonFieldModifier and TypeFieldDescriptionprivate AnswerAnswerStatistik.answerthe answerprivate AnsweredQuestionAnsweredQuestionStatistik.answeredQuestionthe answered quesestionprivate longAnswerStatistik.answerStatistikIDThe id of this classprivate intAnsweredQuestionStatistik.askedAmounthow often this question has been asked in this time periodprivate intAnswerStatistik.askedAmounthow often this question has been asked in this time periodprivate intUnansweredQuestionStatistik.askedAmounthow often this question has been asked in this time periodprivate longCreationOfDB.idprivate longAnsweredQuestionStatistik.questionStatistikIDThe id of this classprivate longUnansweredQuestionStatistik.questionStatistikIDthe id of this classprivate StatistikTimesAnsweredQuestionStatistik.statistikTimesthe time when this question has been askedprivate StatistikTimesAnswerStatistik.statistikTimesthe time when this answer has been sentprivate StatistikTimesCreationOfDB.statistikTimesprivate StatistikTimesUnansweredQuestionStatistik.statistikTimesthe time when this question has been askedprivate UnansweredQuestionUnansweredQuestionStatistik.unansweredQuestionthe unanswered question -
Uses of JsonField in com.ubs.backend.classes.database.statistik.times
Fields in com.ubs.backend.classes.database.statistik.times with annotations of type JsonFieldModifier and TypeFieldDescriptionprivate StatistikDayStatistikTimes.dayprivate StatistikHourStatistikTimes.hourprivate StatistikMonthStatistikTimes.monthprivate longStatistikTimesAbstract.myDatethe id of this classprivate longStatistikTimes.statistikIDthe id of this classprivate longStatistikTimes.statistikTimeNumberprivate StatistikWeekStatistikTimes.weekprivate StatistikYearStatistikTimes.year -
Uses of JsonField in com.ubs.backend.classes.enums
Fields in com.ubs.backend.classes.enums with annotations of type JsonField