|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QA | |
---|---|
hu.elte.tribus.interfaces | |
hu.elte.tribus.model | |
hu.elte.tribus.services |
Uses of QA in hu.elte.tribus.interfaces |
---|
Methods in hu.elte.tribus.interfaces that return QA | |
---|---|
QA |
QaDao.getQaById(java.lang.Integer id)
|
QA |
AnsverFinder.getQuestionAndAnsver(java.lang.String question,
Conversation conversation)
|
Methods in hu.elte.tribus.interfaces that return types with arguments of type QA | |
---|---|
java.util.List<QA> |
QaDao.getQaList()
|
Methods in hu.elte.tribus.interfaces with parameters of type QA | |
---|---|
void |
QaDao.deleteQa(QA qa)
|
void |
QaDao.saveQa(QA qa)
|
Uses of QA in hu.elte.tribus.model |
---|
Methods in hu.elte.tribus.model that return QA | |
---|---|
QA |
Item.getQa()
|
Methods in hu.elte.tribus.model with parameters of type QA | |
---|---|
void |
Item.setQa(QA qa)
|
Uses of QA in hu.elte.tribus.services |
---|
Methods in hu.elte.tribus.services that return QA | |
---|---|
QA |
HibernateQaDao.getQaById(java.lang.Integer id)
|
QA |
MockAnsverFinder.getQuestionAndAnsver(java.lang.String question,
Conversation conversation)
|
QA |
HibernateSimplifiedAnsverFinder.getQuestionAndAnsver(java.lang.String question,
Conversation conversation)
|
QA |
IndexBasedAnsverFinder.getQuestionAndAnsver(java.lang.String question,
Conversation conversation)
|
Methods in hu.elte.tribus.services that return types with arguments of type QA | |
---|---|
java.util.List<QA> |
HibernateQaDao.getQaList()
|
Methods in hu.elte.tribus.services with parameters of type QA | |
---|---|
void |
HibernateQaDao.deleteQa(QA qa)
|
void |
HibernateQaDao.saveQa(QA qa)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |