Uses of Class
com.ubs.backend.classes.database.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in com.ubs.backend.classes
Fields in com.ubs.backend.classes declared as TagMethods in com.ubs.backend.classes that return TagMethods in com.ubs.backend.classes with parameters of type TagConstructors in com.ubs.backend.classes with parameters of type Tag -
Uses of Tag in com.ubs.backend.classes.database
Fields in com.ubs.backend.classes.database declared as TagModifier and TypeFieldDescriptionprivate TagMatch.tagThe Tag which is matched with the Wordprivate TagResultParent.tagThe Tag for the AnswerMethods in com.ubs.backend.classes.database that return TagMethods in com.ubs.backend.classes.database with parameters of type TagConstructors in com.ubs.backend.classes.database with parameters of type TagModifierConstructorDescriptionAll-args constructorDefault Constructor If you create an answer in code, please use this oneAll-args constructorResultParent(Tag tag)ResultParent(Tag tag, int upvotes, int downvotes)TypeTag(Tag tag, AnswerType answerType)TypeTag(Tag tag, AnswerType answerType, int upvotes, int downvotes)All-args constructor -
Uses of Tag in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return TagModifier and TypeMethodDescriptionTagDAO.selectByTag(String tag)select tag by tag contentTagDAO.selectByTag(String tag, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao that return types with arguments of type TagModifier and TypeMethodDescriptionTagDAO.selectNoAnswerTag(javax.persistence.EntityManager em)select all tags that do not have any connection to any kind of answers -
Uses of Tag in com.ubs.backend.services
Methods in com.ubs.backend.services that return types with arguments of type TagModifier and TypeMethodDescriptionAdminTool.getTagsFromString(String tagsString, String splitter, javax.persistence.EntityManager em)method to get all tags from a string.Methods in com.ubs.backend.services with parameters of type TagModifier and TypeMethodDescriptionprivate voidAdminTool.addTypeTag(AnswerType type, Tag tag, List<TypeTag> typeTags, TypeTagDAO typeTagDAO, javax.persistence.EntityManager em)method to add tag to type tags if tag doesn't already exist with this typeMethod parameters in com.ubs.backend.services with type arguments of type TagModifier and TypeMethodDescriptionprivate booleanAdminTool.existsTagAlreadyInArray(String tagToFind, List<Tag> tags)method to check if a tag already exists in the answer resultprivate StringGet.generateJSONResponseAutoCompleteList(List<Tag> tags)Builds a JSON Object of all tag Strings