Index
All Classes|All Packages|Constant Field Values|Serialized Form
G
- generateAllAnswersJson(List<TempAnswer>, String) - Method in class com.ubs.backend.services.Get
- generateAnswer() - Method in class com.ubs.backend.classes.instructions.StatisticHandler
- generateJSONResponse(PossibleAnswer) - Method in class com.ubs.backend.services.IntentFinderNew
- generateJSONResponseAllAnswers(List<TempAnswer>) - Method in class com.ubs.backend.services.Get
-
Generates the JSON Response for a List of multiple Answers
- generateJSONResponseAllBlackList(List<BlacklistEntry>) - Method in class com.ubs.backend.services.Get
-
Generates a JSON Object with a List of blacklistEntries
- generateJSONResponseAllDefaultQuestion(List<DefaultQuestion>) - Method in class com.ubs.backend.services.Get
-
generate the JSON string for all default question
- generateJSONResponseAllFiles(List<UploadFile>) - Method in class com.ubs.backend.services.Get
-
Generates a JSON String for all Files
- generateJSONResponseAllMatches(List<Match>) - Method in class com.ubs.backend.services.Get
-
Generates a JSON Object with a List of blacklistEntries
- generateJSONResponseAllTags(List<TempTag>) - Method in class com.ubs.backend.services.Get
-
Generates a JSON Object with a List of Tags
- generateJSONResponseAllUsers(List<UserLogin>, long) - Method in class com.ubs.backend.services.Get
-
Generates the JSON Response for a List of multiple Users
- generateJSONResponseAnswerTypes(AnswerType) - Method in class com.ubs.backend.services.Get
- generateJSONResponseAutoCompleteList(List<Tag>) - Method in class com.ubs.backend.services.Get
-
Builds a JSON Object of all tag Strings
- generateJSONResponseSingleTag(TempTag) - Method in class com.ubs.backend.services.Get
- generateLoadPageParams(HttpServletRequest) - Static method in class com.ubs.backend.util.JSPFunctions
-
Generates HTTP Parameters for Loading the correct Page if you log in to the Admintool
- generatePassword(int) - Method in class com.ubs.backend.servlets.CreateUser
- generatePassword(int) - Method in class com.ubs.backend.servlets.ResetPassword
-
generate a password
- generateSingleAnswerJson(TempAnswer, String) - Method in class com.ubs.backend.services.Get
- Get - Class in com.ubs.backend.services
-
All Services which return some JSON Object or List of Database Entries
- Get() - Constructor for class com.ubs.backend.services.Get
- getActualLastTimeLoggedIn() - Method in class com.ubs.backend.classes.database.UserLogin
- getAllAmountAnswers() - Static method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.GetAmountAnswer
- getAllAnswers() - Method in class com.ubs.backend.classes.TempTag
- getAllAnswers(String) - Method in class com.ubs.backend.services.Get
-
Restful service that returns all answers with a max set amount of tags.
- getAllAnswersWhereTagId(String) - Method in class com.ubs.backend.services.Get
- getAllBlackList() - Method in class com.ubs.backend.services.Get
-
service to get all blacklistentries
- getAllDefaultQuestion() - Method in class com.ubs.backend.services.Get
-
service to get all default wuestions
- getAllMatches() - Method in class com.ubs.backend.services.Get
-
service to get all matches
- getAllStatisticTypes() - Method in class com.ubs.backend.classes.instructions.StatisticHandler
- getAllTags() - Method in class com.ubs.backend.services.Get
-
service to get all tags with their values
- getAllTagsByTypeWithInfos(String) - Method in class com.ubs.backend.services.Get
- getAllTagsWithExtraInformationsByType(AnswerType, EntityManager) - Method in class com.ubs.backend.services.Get
- getAllTagsWithExtraInformationsFromGroupedTypeTagByType(AnswerType, EntityManager) - Method in class com.ubs.backend.services.Get
- getAllTagsWithExtraInformationsFromResultByType(AnswerType, EntityManager) - Method in class com.ubs.backend.services.Get
- getAllTypedTagsByType(String) - Method in class com.ubs.backend.services.Get
-
returns all tags with a specific type from the table typedTags as simple strings
- getAllUser(HttpServletRequest) - Method in class com.ubs.backend.services.Get
-
Get all users
- getAmount() - Method in class com.ubs.backend.classes.TempAmountWithDate
- getAmountAnswer() - Static method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.GetAmountAnswer
- GetAmountAnswer - Class in com.ubs.backend.classes.instructions.Statistics.AmountAnswers
- GetAmountAnswer() - Constructor for class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.GetAmountAnswer
- getAmountAnswers() - Method in class com.ubs.backend.classes.TempTag
- getAnswer() - Method in class com.ubs.backend.classes.database.Answer
- getAnswer() - Method in class com.ubs.backend.classes.database.Result
- getAnswer() - Method in class com.ubs.backend.classes.database.statistik.AnswerStatistik
- getAnswer() - Method in class com.ubs.backend.classes.PossibleAnswer
- getAnswer() - Method in class com.ubs.backend.classes.TempAnswer
- getAnsweredQuestion() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionResult
- getAnsweredQuestion() - Method in class com.ubs.backend.classes.database.statistik.AnsweredQuestionStatistik
- getAnsweredQuestion() - Method in class com.ubs.backend.classes.TempAnsweredQuestion
- getAnsweredQuestionID() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestion
- getAnsweredQuestionResult() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionTimesResult
- getAnsweredQuestionStatistik() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionTimesResult
- getAnsweredQuestionTimesResult() - Method in class com.ubs.backend.classes.TempAnsweredQuestion
- getAnsweredQuestionTimesResult() - Method in class com.ubs.backend.classes.TempAnsweredQuestionTimesResult
- getAnswerID() - Method in class com.ubs.backend.classes.database.Answer
- getAnswerStatistikID() - Method in class com.ubs.backend.classes.database.statistik.AnswerStatistik
- getAnswerType() - Method in class com.ubs.backend.classes.database.Answer
- getAnswerType() - Method in class com.ubs.backend.classes.database.TypeTag
- getAnswerTypeByName(String) - Static method in enum class com.ubs.backend.classes.enums.AnswerType
-
method to get an answerType by its name
- getAskedAmount() - Method in class com.ubs.backend.classes.database.statistik.AnsweredQuestionStatistik
- getAskedAmount() - Method in class com.ubs.backend.classes.database.statistik.AnswerStatistik
- getAskedAmount() - Method in class com.ubs.backend.classes.database.statistik.UnansweredQuestionStatistik
- getAverageUsefulness(long, EntityManager) - Method in class com.ubs.backend.classes.database.dao.AnswerDAO
-
calculate average usefulness of an answer by looking at all of its connected tags and their rating.
- getBlackList() - Method in class com.ubs.backend.demo.DBData
- getBlackListID() - Method in class com.ubs.backend.classes.database.BlacklistEntry
- getByMimeType(String) - Static method in enum class com.ubs.backend.classes.enums.ResponseFileType
- getContent() - Method in class com.ubs.backend.classes.database.UploadFile
- getDay() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getDayOfWeek() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getDayOfWeekFormatted() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getDefaultQuestion() - Method in class com.ubs.backend.classes.database.questions.DefaultQuestion
- getDefaultQuestionID() - Method in class com.ubs.backend.classes.database.questions.DefaultQuestion
- getDefaultQuestions() - Method in class com.ubs.backend.demo.DBData
- getDownvote() - Method in class com.ubs.backend.classes.database.Match
- getDownvote() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionTimesResult
- getDownvotes() - Method in class com.ubs.backend.classes.database.ResultParent
- getDownvotes() - Method in class com.ubs.backend.classes.PossibleAnswer
- getDownvotes() - Method in class com.ubs.backend.classes.TempAnswer
- getDownvotes() - Method in class com.ubs.backend.classes.TempTag
- getEmail() - Method in class com.ubs.backend.classes.database.UserLogin
- getEntryID() - Method in class com.ubs.backend.classes.database.BlacklistEntry
- getExtension() - Method in enum class com.ubs.backend.classes.enums.ResponseFileType
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.AmountAnswerHour
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.AmountAnswersDay
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.AmountAnswersMonth
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.AmountAnswersWeek
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.AmountAnswers.AmountAnswersYear
- getFact(EntityManager) - Method in class com.ubs.backend.classes.instructions.Statistics.DBActiveSince
-
Gets the DB Creation Date from the Database
- getFact(EntityManager) - Method in interface com.ubs.backend.classes.instructions.Statistics.Statistic
- getFileCount(long) - Method in class com.ubs.backend.classes.database.dao.UploadFileDAO
-
Gets the amount of UploadFiles in the Database
- getFileID() - Method in class com.ubs.backend.classes.database.UploadFile
- getFileName() - Method in class com.ubs.backend.classes.database.UploadFile
- getFileNames() - Method in class com.ubs.backend.classes.database.dao.UploadFileDAO
- getFiles() - Method in class com.ubs.backend.classes.database.Answer
- getFileType() - Method in class com.ubs.backend.classes.database.UploadFile
- getFirstAndLastDayOfWeek(StatistikTimes) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getFirstDayOfWeek(StatistikTimes) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getFormatted(boolean) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
-
get the time formatted, displaying day, month and year and if wanted hours
- getFormatted(boolean, char) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getFormatted(boolean, char, char) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getFoundWordLevenshteinDistances() - Method in class com.ubs.backend.classes.PossibleAnswer
- getHandler() - Method in enum class com.ubs.backend.classes.enums.AnswerType
-
get the handler object
- getHandlerRecommendations(Object, Map<String, ElementHandler>) - Static method in class com.ubs.backend.annotations.json.JSONParser.JsonSerializationException
- getHexString(byte[]) - Static method in class com.ubs.backend.classes.SHA256
-
Function to the Hex String of a number
- getHexStringInstant(String) - Static method in class com.ubs.backend.classes.SHA256
-
Function to get the SHA256 Hash of a string.
- getHour() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getHttpCode() - Method in enum class com.ubs.backend.classes.enums.FileUploadStatus
- getId() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionTimesResult
- getId() - Method in class com.ubs.backend.classes.database.ResultParent
- getId() - Method in class com.ubs.backend.classes.database.statistik.CreationOfDB
- getIdParameterName(Class<T>) - Method in class com.ubs.backend.classes.database.dao.DAO
- getInstance() - Static method in class com.ubs.backend.classes.database.Connector
- getJsonString(Object) - Method in class com.ubs.backend.annotations.json.JSONParser
- getLastDayOfWeek(StatistikTimes) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getLevenshteinDistance() - Method in class com.ubs.backend.classes.WordLevenshteinDistance
- getLevenshteinDistance(int, int) - Static method in class com.ubs.backend.util.CalculateRating
-
Converts the Levenshtein Distance to a useful value between 0 and 1 a smaller number is better
- getMatch() - Method in class com.ubs.backend.classes.WordLevenshteinDistance
- getMatchID() - Method in class com.ubs.backend.classes.database.Match
- getMatchStatus(Match) - Static method in class com.ubs.backend.util.CalculateRating
-
Returns if a
Matchis Translated as a String Used in the Frontend to visualize it to the admins - getMaxLength() - Method in enum class com.ubs.backend.classes.enums.DataTypeInfo
- getMaxLength() - Method in class com.ubs.backend.services.Get
-
Get Max Lengths for input fields
- getMimeType() - Method in enum class com.ubs.backend.classes.enums.ResponseFileType
- getMonth() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getMonthOfYearFormatted() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getMyDate() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimesAbstract
- getMySingleResultTagID() - Method in class com.ubs.backend.classes.TempAnswer
- getName() - Method in enum class com.ubs.backend.classes.enums.AnswerType
-
get the name of the answer type
- getName() - Method in enum class com.ubs.backend.classes.enums.DataTypeInfo
- getOffset(int) - Static method in class com.ubs.backend.util.CalculateRating
-
Calculate the amount of downvotes which are needed to mark a
Matchas bad - getPassword() - Method in class com.ubs.backend.classes.database.UserLogin
- getPossibleAnswerFromArray(ArrayList<PossibleAnswer>, Answer) - Method in class com.ubs.backend.services.IntentFinderNew
- getQuestion() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestion
- getQuestion() - Method in class com.ubs.backend.classes.database.questions.UnansweredQuestion
- getQuestionStatistikID() - Method in class com.ubs.backend.classes.database.statistik.AnsweredQuestionStatistik
- getQuestionStatistikID() - Method in class com.ubs.backend.classes.database.statistik.UnansweredQuestionStatistik
- getRandomStatisticType(ArrayList<Statistic>) - Method in class com.ubs.backend.classes.instructions.StatisticHandler
- getRating() - Method in class com.ubs.backend.classes.PossibleAnswer
- getRating(int, int) - Static method in class com.ubs.backend.util.CalculateRating
-
Get the Rating for a Translation to check if it is good or bad
- getRating(int, int, float) - Static method in class com.ubs.backend.util.CalculateRating
-
Get the Rating for a Translation to check if it is good or bad
- getRating(long, long) - Static method in class com.ubs.backend.util.CalculateRating
-
Get the Rating for a Translation to check if it is good or bad
- getResponse() - Method in enum class com.ubs.backend.classes.enums.FileUploadStatus
- getResult() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionResult
- getResultID() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionResult
- getResultParent() - Method in class com.ubs.backend.classes.WordLevenshteinDistance
- getResults() - Method in class com.ubs.backend.demo.DBData
- getSHA(String) - Static method in class com.ubs.backend.classes.SHA256
-
Function to get the bytes of a String
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikDay
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikHour
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikMonth
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimesAbstract
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikWeek
- getSimpleDateFormat(Date) - Method in class com.ubs.backend.classes.database.statistik.times.StatistikYear
- getSimpleDateFormatStatic(Date) - Static method in class com.ubs.backend.classes.database.statistik.times.StatistikDay
- getSimpleDateFormatStatic(Date) - Static method in class com.ubs.backend.classes.database.statistik.times.StatistikHour
- getSimpleDateFormatStatic(Date) - Static method in class com.ubs.backend.classes.database.statistik.times.StatistikMonth
- getSimpleDateFormatStatic(Date) - Static method in class com.ubs.backend.classes.database.statistik.times.StatistikWeek
- getSimpleDateFormatStatic(Date) - Static method in class com.ubs.backend.classes.database.statistik.times.StatistikYear
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikDay
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikHour
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikMonth
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimesAbstract
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikWeek
- getSimpleDateFormatString() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikYear
- getSingleAnswer(long) - Method in class com.ubs.backend.services.Get
-
Get a single answer with all the tags it's using
- getSingleAnswerID() - Method in class com.ubs.backend.classes.TempTag
- getSingleBlacklistEntry(long) - Method in class com.ubs.backend.services.Get
- getSingleDefaultQuestion(long) - Method in class com.ubs.backend.services.Get
-
returns a json object containing a single question
- getSingleTag(long) - Method in class com.ubs.backend.services.Get
-
Service to get a Single Tag from the Database
- getSingleTagWithExtraInformations(long, AnswerType, boolean, EntityManager) - Method in class com.ubs.backend.services.Get
- getSingleTagWithExtraInformationsFromGroupedTypeTagByType(long, AnswerType, boolean, EntityManager) - Method in class com.ubs.backend.services.Get
-
get one specific tag with a specific type and all its additional informations
- getSingleTagWithExtraInformationsFromResultByType(long, AnswerType, boolean, EntityManager) - Method in class com.ubs.backend.services.Get
-
get single result with specified type and tag
- getSingleTempAnswer(long, EntityManager) - Method in class com.ubs.backend.classes.database.dao.AnswerDAO
-
creates a single
TempAnswerfrom anAnswerselected from the DB. - getSingleTempTag(long) - Method in class com.ubs.backend.classes.database.dao.TagDAO
-
Selects a single temp tag with id
- getSingleTempTag(long, EntityManager) - Method in class com.ubs.backend.classes.database.dao.TagDAO
- getSingleUser(long, HttpServletRequest) - Method in class com.ubs.backend.services.Get
-
Get a single user
- GetStatistics - Class in com.ubs.backend.services
- GetStatistics() - Constructor for class com.ubs.backend.services.GetStatistics
- getStatistikID() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getStatistikTimeNumber() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getStatistikTimes() - Method in class com.ubs.backend.classes.database.statistik.AnsweredQuestionStatistik
- getStatistikTimes() - Method in class com.ubs.backend.classes.database.statistik.AnswerStatistik
- getStatistikTimes() - Method in class com.ubs.backend.classes.database.statistik.CreationOfDB
- getStatistikTimes() - Method in class com.ubs.backend.classes.database.statistik.UnansweredQuestionStatistik
- getStatus() - Method in class com.ubs.backend.services.Get
- getTag() - Method in class com.ubs.backend.classes.database.Match
- getTag() - Method in class com.ubs.backend.classes.database.ResultParent
- getTag() - Method in class com.ubs.backend.classes.database.Tag
- getTag() - Method in class com.ubs.backend.classes.TempTag
- getTagID() - Method in class com.ubs.backend.classes.database.Tag
- getTags() - Method in class com.ubs.backend.classes.TempAnswer
- getTagsFromString(String, String, EntityManager) - Method in class com.ubs.backend.services.AdminTool
-
method to get all tags from a string.
- getTagUsages() - Method in class com.ubs.backend.classes.TempTag
- getTempAnsweredQuestionTimesResultsMonthlyViews(EntityManager, long, long, List<AnsweredQuestionTimesResult>) - Method in class com.ubs.backend.classes.database.dao.questions.AnsweredQuestionTimesResultDAO
- getTempAnswers() - Method in class com.ubs.backend.classes.TempAnsweredQuestion
- getTempAnswersFromAnswers(List<Answer>) - Method in class com.ubs.backend.classes.TempTag
- getTempLastTimeLoggedIn() - Method in class com.ubs.backend.classes.database.UserLogin
- GetTimeRange - Class in com.ubs.backend.util
- GetTimeRange() - Constructor for class com.ubs.backend.util.GetTimeRange
- getTimeRangeByString(String) - Static method in class com.ubs.backend.util.GetTimeRange
- getTimeRangeByString(String, TimeSearchType) - Static method in class com.ubs.backend.util.GetTimeRange
- getTimeRangeByString(String, TimeSearchType...) - Static method in class com.ubs.backend.util.GetTimeRange
- getTimeRangeByString(String, TimeSearchType, TimeSearchType...) - Static method in class com.ubs.backend.util.GetTimeRange
- getTimes() - Method in class com.ubs.backend.classes.TempAmountWithDate
- getTimeStringFromTime(StatistikTimes, TimeSearchType) - Static method in class com.ubs.backend.util.GetTimeStringFromTime
-
Converts
StatistikTimesto a String - GetTimeStringFromTime - Class in com.ubs.backend.util
- GetTimeStringFromTime() - Constructor for class com.ubs.backend.util.GetTimeStringFromTime
- getTitle() - Method in class com.ubs.backend.classes.database.Answer
- getTotalCount(AnsweredQuestionTimesResult, EntityManager) - Method in class com.ubs.backend.classes.database.dao.questions.AnsweredQuestionTimesResultDAO
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.BooleanHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.DoubleHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.EnumerationHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.EnumerationHandlerOrdinal
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.FloatHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.IntegerHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.JSONAnnotatedHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.ListHandler
- getType() - Method in class com.ubs.backend.annotations.json.handlers.DefaultHandlers.StringHandler
- getType() - Method in interface com.ubs.backend.annotations.json.handlers.ElementHandler
- getType() - Method in class com.ubs.backend.classes.TempAmountWithDate
- getTypeTag() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionResult
- getTypeTagAnswers() - Method in class com.ubs.backend.demo.DBData
- getTypeTags() - Method in class com.ubs.backend.demo.DBData
- getUnansweredQuestion() - Method in class com.ubs.backend.classes.database.statistik.UnansweredQuestionStatistik
- getUnansweredQuestion() - Method in class com.ubs.backend.classes.TempUnansweredQuestion
- getUnansweredQuestionID() - Method in class com.ubs.backend.classes.database.questions.UnansweredQuestion
- getUpDownvotes() - Method in class com.ubs.backend.classes.WordLevenshteinDistance
- getUpvote() - Method in class com.ubs.backend.classes.database.Match
- getUpvote() - Method in class com.ubs.backend.classes.database.questions.AnsweredQuestionTimesResult
- getUpvotes() - Method in class com.ubs.backend.classes.database.ResultParent
- getUpvotes() - Method in class com.ubs.backend.classes.PossibleAnswer
- getUpvotes() - Method in class com.ubs.backend.classes.TempAnswer
- getUpvotes() - Method in class com.ubs.backend.classes.TempTag
- getUsages() - Method in class com.ubs.backend.classes.database.BlacklistEntry
- getUsages() - Method in class com.ubs.backend.classes.database.ResultParent
- getUsefulness() - Method in class com.ubs.backend.classes.TempAnswer
- getUsefulness(TempAnswer, AnswerDAO, EntityManager) - Method in class com.ubs.backend.classes.TempTag
-
method to calculate the average usefulness of an answer by accessing the DB
- getUserLoginID() - Method in class com.ubs.backend.classes.database.UserLogin
- getUserLogins() - Method in class com.ubs.backend.demo.DBData
- getValues() - Static method in enum class com.ubs.backend.classes.enums.AnswerType
- getValues() - Static method in enum class com.ubs.backend.classes.enums.DataTypeInfo
- getViews() - Method in class com.ubs.backend.classes.TempAnsweredQuestionTimesResult
- getViews() - Method in class com.ubs.backend.classes.TempUnansweredQuestion
- getWeek() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getWeekOfMonth() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getWeekOfMonthFormatted() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- getWord() - Method in class com.ubs.backend.classes.database.BlacklistEntry
- getWord() - Method in class com.ubs.backend.classes.database.Match
- getWord() - Method in class com.ubs.backend.classes.WordLevenshteinDistance
- getYear() - Method in class com.ubs.backend.classes.database.statistik.times.StatistikTimes
- GIGABYTE - Enum constant in enum class com.ubs.backend.classes.enums.ByteConversion
- groupedTags - Variable in enum class com.ubs.backend.classes.enums.AnswerType
-
boolean to determine if all answers share the same tags or if they don't
All Classes|All Packages|Constant Field Values|Serialized Form