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  List<Question> JCRPageList.currentListPage_
           
 

Methods in org.exoplatform.faq.service that return Question
 Question DataStorage.getQuestionById(String questionId)
           
 Question FAQService.getQuestionById(String questionId)
          Lookup the question node via identify, convert to question object and return
 Question Question.setLanguagesNotYetAnswered(String languagesNotYetAnswered)
          Registers language is not yet answered.
 

Methods in org.exoplatform.faq.service that return types with arguments of type Question
 List<Question> JCRPageList.currentPage(String username)
          Get objects (question objects) is viewed in current page
 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.
abstract  List<Question> JCRPageList.getAll()
          abstract function to get all question.
 List<Question> JCRPageList.getPage(long page, String username)
          get list questions are viewed in page which have index is specified.
 List<Question> JCRPageList.getPageResultQuestionsSearch(long page, String username)
           
 List<Question> DataStorage.getQuickQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
           
 List<Question> FAQService.getQuickQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
          Get quick questions
 

Methods in org.exoplatform.faq.service with parameters of type Question
 void AnswerEventLifeCycle.saveQuestion(Question question, boolean isNew)
           
 javax.jcr.Node DataStorage.saveQuestion(Question question, boolean isAddNew, FAQSetting faqSetting)
           
 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.
 

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

Constructor parameters in org.exoplatform.faq.service with type arguments of type Question
QuestionPageList(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(String questionId)
           
 Question JCRDataStorage.getQuestionById(String questionId)
           
 Question FAQServiceImpl.getQuestionById(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
 List<Question> FAQServiceImpl.getQuickQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
           
 List<Question> JCRDataStorage.getQuickQuestionsByListCatetory(List<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 © 2013 eXo Platform SAS. All Rights Reserved.