Uses of Class
org.exoplatform.faq.service.Question

Packages that use Question
org.exoplatform.faq.service   
org.exoplatform.faq.service.impl   
 

Uses of Question in org.exoplatform.faq.service
 

Fields in org.exoplatform.faq.service with type parameters of type Question
protected  java.util.List<Question> JCRPageList.currentListPage_
           
 

Methods in org.exoplatform.faq.service that return Question
 Question FAQService.getQuestionById(java.lang.String questionId)
          Lookup the question node via identify, convert to question object and return
 Question FAQServiceLegacy.getQuestionById(java.lang.String questionId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService.getQuestionById(String questionId)
 Question Question.setLanguagesNotYetAnswered(java.lang.String languagesNotYetAnswered)
          Registers language is not yet answered.
 

Methods in org.exoplatform.faq.service that return types with arguments of type Question
 java.util.List<Question> JCRPageList.currentPage(java.lang.String username)
          Get objects (question objects) is viewed in current page
abstract  java.util.List<Question> JCRPageList.getAll()
          abstract function to get all question.
 java.util.List<Question> QuestionPageList.getAll()
          Get all nodes is stored in a NodeIterator and sort them by FAQSetting, with each node, system get all values of this node and set them into a question object, an this question object is push into a list questions.
 java.util.List<Question> JCRPageList.getPage(long page, java.lang.String username)
          get list questions are viewed in page which have index is specified.
 java.util.List<Question> JCRPageList.getPageResultQuestionsSearch(long page, java.lang.String username)
           
 java.util.List<Question> FAQService.getQuickQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
           
 

Methods in org.exoplatform.faq.service with parameters of type Question
 javax.jcr.Node FAQService.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
          Save question after create new question or edit infor of quesiton which is existed.
 javax.jcr.Node FAQServiceLegacy.saveQuestion(Question question, boolean isAddNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          Deprecated. use FAQService.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
 

Method parameters in org.exoplatform.faq.service with type arguments of type Question
abstract  void JCRPageList.setList(java.util.List<Question> questions)
          abtract funtion, set list question to view
 void QuestionPageList.setList(java.util.List<Question> contacts)
           
 void JCRPageList.setQuestion(java.util.List<Question> questions, boolean isUpdate)
          Set questions for current page.
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type Question
QuestionPageList(java.util.List<Question> listQuestions, int size)
          Instantiates a new question page list.
 

Uses of Question in org.exoplatform.faq.service.impl
 

Methods in org.exoplatform.faq.service.impl that return Question
 Question FAQServiceImpl.getQuestionById(java.lang.String questionId)
           
 Question JCRDataStorage.getQuestionById(java.lang.String questionId)
           
 Question FAQServiceImpl.getQuestionById(java.lang.String questionId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This method should get question node via identify
 

Methods in org.exoplatform.faq.service.impl that return types with arguments of type Question
 java.util.List<Question> FAQServiceImpl.getQuickQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
           
 java.util.List<Question> JCRDataStorage.getQuickQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
           
 

Methods in org.exoplatform.faq.service.impl with parameters of type Question
 javax.jcr.Node FAQServiceImpl.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
           
 javax.jcr.Node JCRDataStorage.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
           
 javax.jcr.Node FAQServiceImpl.saveQuestion(Question question, boolean isAddNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          This method should create new question or update exists question
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.