Uses of Class
com.ubs.backend.classes.database.Result
Packages that use Result
Package
Description
-
Uses of Result in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return ResultModifier and TypeMethodDescriptionResultDAO.selectByTagAndAnswer(long answerId, long tagId, javax.persistence.EntityManager em)selects a single result, that has the specified answer and tagMethods in com.ubs.backend.classes.database.dao that return types with arguments of type ResultModifier and TypeMethodDescriptionResultDAO.selectByAnswer(long id)Select by answer list.ResultDAO.selectByAnswer(long id, int max, javax.persistence.EntityManager em)Select by answer list.ResultDAO.selectByAnswer(long id, javax.persistence.EntityManager em)Select by answer list.ResultDAO.selectByAnswerAndType(long id, AnswerType type, javax.persistence.EntityManager em)selects all result sets that have the specified answer, with the specified typeAnswerDAO.selectByTag(long id, javax.persistence.EntityManager em)ResultDAO.selectByTag(long id)ResultDAO.selectByTag(long id, javax.persistence.EntityManager em)get all results that have the specified tagResultDAO.selectByTagAndType(long tagId, AnswerType type, javax.persistence.EntityManager em)ResultDAO.selectByType(AnswerType type, javax.persistence.EntityManager em)Select by type list. -
Uses of Result in com.ubs.backend.classes.database.questions
Fields in com.ubs.backend.classes.database.questions declared as ResultModifier and TypeFieldDescriptionprivate ResultAnsweredQuestionResult.resultthe result with this answered questionMethods in com.ubs.backend.classes.database.questions that return ResultMethods in com.ubs.backend.classes.database.questions with parameters of type Result -
Uses of Result in com.ubs.backend.demo
Methods in com.ubs.backend.demo that return types with arguments of type Result