|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuestionAnswer | |
---|---|
fr.paris.lutece.plugins.helpdesk.business |
Uses of QuestionAnswer in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return QuestionAnswer | |
---|---|
static QuestionAnswer |
QuestionAnswerHome.create(QuestionAnswer questionanswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article QuestionAnswer |
static QuestionAnswer |
QuestionAnswerHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the article QuestionAnswer whose identifier is specified in parameter |
QuestionAnswer |
QuestionAnswerDAO.load(int nIdQuestionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of QuestionAnswer from the table |
QuestionAnswer |
IQuestionAnswerDAO.load(int nIdQuestionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of QuestionAnswer from the table |
static QuestionAnswer |
QuestionAnswerHome.update(QuestionAnswer questionanswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the QuestionAnswer instance specified in parameter |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type QuestionAnswer | |
---|---|
static java.util.List<QuestionAnswer> |
QuestionAnswerHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns QuestionAnswer list |
java.util.List<QuestionAnswer> |
QuestionAnswerDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all objects. |
java.util.List<QuestionAnswer> |
IQuestionAnswerDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all objects. |
static java.util.List<QuestionAnswer> |
QuestionAnswerHome.findByKeywords(java.lang.String strKeywords,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find questions containing a list of keywords |
java.util.List<QuestionAnswer> |
QuestionAnswerDAO.findByKeywords(java.lang.String strKeywords,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of QuestionAnswer from the table |
java.util.List<QuestionAnswer> |
IQuestionAnswerDAO.findByKeywords(java.lang.String strKeywords,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of QuestionAnswer from the table |
static java.util.List<QuestionAnswer> |
SubjectHome.findQuestion(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Question list for Subject |
java.util.List<QuestionAnswer> |
SubjectDAO.findQuestions(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all questions on a subject |
java.util.List<QuestionAnswer> |
ISubjectDAO.findQuestions(int nIdSubject,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all questions on a subject |
Methods in fr.paris.lutece.plugins.helpdesk.business with parameters of type QuestionAnswer | |
---|---|
static QuestionAnswer |
QuestionAnswerHome.create(QuestionAnswer questionanswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article QuestionAnswer |
void |
QuestionAnswerDAO.insert(QuestionAnswer questionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IQuestionAnswerDAO.insert(QuestionAnswer questionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
QuestionAnswerDAO.store(QuestionAnswer questionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IQuestionAnswerDAO.store(QuestionAnswer questionAnswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static QuestionAnswer |
QuestionAnswerHome.update(QuestionAnswer questionanswer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the QuestionAnswer instance specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |