Uses of Class
com.ubs.backend.classes.database.Match
Packages that use Match
Package
Description
-
Uses of Match in com.ubs.backend.classes
Fields in com.ubs.backend.classes declared as MatchMethods in com.ubs.backend.classes that return MatchMethods in com.ubs.backend.classes with parameters of type Match -
Uses of Match in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return MatchModifier and TypeMethodDescriptionMatchDAO.autoInsert(Match trans, javax.persistence.EntityManager em)Checks if a Match already exists and if it doesn't insert it into the DatabaseMatchDAO.resetRatings(long id, javax.persistence.EntityManager em)MatchDAO.selectByTagAndWord(long tagId, String word, javax.persistence.EntityManager em)MatchDAO.selectByWord(String word, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao with parameters of type MatchModifier and TypeMethodDescriptionMatchDAO.autoInsert(Match trans, javax.persistence.EntityManager em)Checks if a Match already exists and if it doesn't insert it into the Database -
Uses of Match in com.ubs.backend.services
Method parameters in com.ubs.backend.services with type arguments of type MatchModifier and TypeMethodDescriptionprivate StringGet.generateJSONResponseAllMatches(List<Match> matches)Generates a JSON Object with a List of blacklistEntries -
Uses of Match in com.ubs.backend.util
Methods in com.ubs.backend.util with parameters of type MatchModifier and TypeMethodDescriptionstatic StringCalculateRating.getMatchStatus(Match match)Returns if aMatchis Translated as a String Used in the Frontend to visualize it to the admins