Uses of Class
fr.paris.lutece.plugins.helpdesk.business.QuestionAnswer

Packages that use QuestionAnswer
fr.paris.lutece.plugins.helpdesk.business   
fr.paris.lutece.plugins.helpdesk.service.helpdesksearch   
fr.paris.lutece.plugins.helpdesk.service.search   
 

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 IQuestionAnswerDAO.load(int nIdQuestionAnswer, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          load the data of QuestionAnswer from the table
 QuestionAnswer QuestionAnswerDAO.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 List<QuestionAnswer> QuestionAnswerHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns QuestionAnswer list
 List<QuestionAnswer> IQuestionAnswerDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all objects.
 List<QuestionAnswer> QuestionAnswerDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all objects.
static Collection<QuestionAnswer> QuestionAnswerHome.findByIdSubject(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find questions specified by id subject
 Collection<QuestionAnswer> IQuestionAnswerDAO.findByIdSubject(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find questions specified by id subject
 Collection<QuestionAnswer> QuestionAnswerDAO.findByIdSubject(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find questions specified by id subject
static List<QuestionAnswer> QuestionAnswerHome.findByKeywords(String strKeywords, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find questions containing a list of keywords
 List<QuestionAnswer> IQuestionAnswerDAO.findByKeywords(String strKeywords, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          load the data of QuestionAnswer from the table
 List<QuestionAnswer> QuestionAnswerDAO.findByKeywords(String strKeywords, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          load the data of QuestionAnswer from the table
static List<QuestionAnswer> SubjectHome.findQuestion(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns Question list for Subject
 List<QuestionAnswer> SubjectDAO.findQuestions(int nIdSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns all questions on a subject
 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 IQuestionAnswerDAO.insert(QuestionAnswer questionAnswer, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void QuestionAnswerDAO.insert(QuestionAnswer questionAnswer, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IQuestionAnswerDAO.store(QuestionAnswer questionAnswer, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void QuestionAnswerDAO.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
 

Uses of QuestionAnswer in fr.paris.lutece.plugins.helpdesk.service.helpdesksearch
 

Methods in fr.paris.lutece.plugins.helpdesk.service.helpdesksearch that return types with arguments of type QuestionAnswer
 Collection<QuestionAnswer> HelpdeskSearchService.getSearchResults(int nIdFaq, String strQuery, Date dateBegin, Date dateEnd, Subject subject, boolean bSearchSubSubjects, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return search results
 Collection<QuestionAnswer> HelpdeskSearchService.getSearchResults(String strQuery, Date dateBegin, Date dateEnd, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return search results
 

Uses of QuestionAnswer in fr.paris.lutece.plugins.helpdesk.service.search
 

Methods in fr.paris.lutece.plugins.helpdesk.service.search with parameters of type QuestionAnswer
static org.apache.lucene.document.Document HelpdeskIndexer.getDocument(int nIdFaq, QuestionAnswer questionAnswer, String strUrl, String strRoleKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Builds a document which will be used by Lucene during the indexing of the question/answer list
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.