Uses of Class
com.ubs.backend.classes.TempTag
Packages that use TempTag
Package
Description
-
Uses of TempTag in com.ubs.backend.classes
Fields in com.ubs.backend.classes with type parameters of type TempTagMethods in com.ubs.backend.classes that return types with arguments of type TempTagMethods in com.ubs.backend.classes with parameters of type TempTagModifier and TypeMethodDescriptionbooleanMethod to add a TagvoidTempTag.increaseAllValues(TempTag tag)booleanMethod to remove a TagMethod parameters in com.ubs.backend.classes with type arguments of type TempTagConstructor parameters in com.ubs.backend.classes with type arguments of type TempTagModifierConstructorDescriptionTempAnswer(Answer answer, ArrayList<TempTag> tags)TempAnswer(Answer answer, ArrayList<TempTag> tags, int usefulness) -
Uses of TempTag in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return TempTagModifier and TypeMethodDescriptionTagDAO.getSingleTempTag(long tagID)Selects a single temp tag with idTagDAO.getSingleTempTag(long tagID, javax.persistence.EntityManager em) -
Uses of TempTag in com.ubs.backend.services
Methods in com.ubs.backend.services that return TempTagModifier and TypeMethodDescriptionprivate TempTagGet.getSingleTagWithExtraInformations(long tagID, AnswerType type, boolean withAnswers, javax.persistence.EntityManager em)private TempTagGet.getSingleTagWithExtraInformationsFromGroupedTypeTagByType(long tagID, AnswerType type, boolean withAnswers, javax.persistence.EntityManager em)get one specific tag with a specific type and all its additional informationsprivate TempTagGet.getSingleTagWithExtraInformationsFromResultByType(long tagID, AnswerType type, boolean withAnswers, javax.persistence.EntityManager em)get single result with specified type and tagMethods in com.ubs.backend.services that return types with arguments of type TempTagModifier and TypeMethodDescriptionGet.getAllTagsWithExtraInformationsByType(AnswerType type, javax.persistence.EntityManager em)Get.getAllTagsWithExtraInformationsFromGroupedTypeTagByType(AnswerType type, javax.persistence.EntityManager em)Get.getAllTagsWithExtraInformationsFromResultByType(AnswerType type, javax.persistence.EntityManager em)Methods in com.ubs.backend.services with parameters of type TempTagModifier and TypeMethodDescriptionprivate StringGet.generateJSONResponseSingleTag(TempTag tempTag)private voidGet.setUpAndDownvote(javax.persistence.EntityManager em, AnswerDAO answerDAO, TempTag tempTag, ResultParent result, Answer answer)private voidGet.setUpAndDownvote(javax.persistence.EntityManager em, AnswerDAO answerDAO, TempTag tempTag, ResultParent result, List<Answer> answers)Method parameters in com.ubs.backend.services with type arguments of type TempTagModifier and TypeMethodDescriptionGet.generateJSONResponseAllTags(List<TempTag> tags)Generates a JSON Object with a List of Tagsprivate IntegerGet.listContainsTagID(List<TempTag> arrayList, long id)Method for checking if array list already contains an tag with this id.private voidGet.mergeDuplicateTags(List<TempTag> tempTagsToCheck, List<TempTag> tempTagsToMergeIn)method to check if list tempTagsToMergeIn already contains a tag from list tempTagsToCheck if tag already exists, merge the tag and its values together