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

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

Uses of QuestionPageList in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service that return QuestionPageList
 QuestionPageList DataStorage.getAllQuestions()
           
 QuestionPageList FAQService.getAllQuestions()
          Get all questions
 QuestionPageList DataStorage.getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQService.getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
          Get all questions of the category.
 QuestionPageList DataStorage.getListMailInWatch(String categoryId)
           
 QuestionPageList FAQService.getListMailInWatch(String categoryId)
          Get email addresses that watch in a category
 QuestionPageList DataStorage.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
           
 QuestionPageList FAQService.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
          Get list of questions that user watches
 QuestionPageList DataStorage.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQService.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
          Get list pending questions in a category
 QuestionPageList DataStorage.getQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQService.getQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
          Get questions are activagted and approved in the category.
 QuestionPageList DataStorage.getQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
           
 QuestionPageList FAQService.getQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
          Get questions in list categories.
 QuestionPageList DataStorage.getQuestionsNotYetAnswer(String categoryId, boolean isApproved)
           
 QuestionPageList FAQService.getQuestionsNotYetAnswer(String categoryId, boolean isApproved)
          Get all questisons not yet answered, the first get all questions which have property response is null (have not yet answer) then convert to list of question object
 QuestionPageList DataStorage.getWatchedCategoryByUser(String userId)
           
 QuestionPageList FAQService.getWatchedCategoryByUser(String userId)
          Get list questions that user watches
 

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

Methods in org.exoplatform.faq.service.impl that return QuestionPageList
 QuestionPageList FAQServiceImpl.getAllQuestions()
           
 QuestionPageList JCRDataStorage.getAllQuestions()
           
 QuestionPageList FAQServiceImpl.getAllQuestions(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This method get all the question and convert to list of question object (QuestionPageList)
 QuestionPageList FAQServiceImpl.getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getAllQuestionsByCatetory(String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          This method get all questions via category identify and convert to list of question list
 QuestionPageList FAQServiceImpl.getListCategoriesWatch(String userId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 QuestionPageList FAQServiceImpl.getListMailInWatch(String categoryId)
           
 QuestionPageList JCRDataStorage.getListMailInWatch(String categoryId)
           
 QuestionPageList FAQServiceImpl.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
           
 QuestionPageList JCRDataStorage.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
           
 QuestionPageList FAQServiceImpl.getListQuestionsWatch(FAQSetting faqSetting, String currentUser, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 QuestionPageList FAQServiceImpl.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getPendingQuestionsByCategory(String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getQuestionsByCatetory(String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getQuestionsByCatetory(String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          This method should view questions, only question node is activated and approved via category identify and convert to list of question object
 QuestionPageList FAQServiceImpl.getQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
           
 QuestionPageList JCRDataStorage.getQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer)
           
 QuestionPageList FAQServiceImpl.getQuestionsByListCatetory(List<String> listCategoryId, boolean isNotYetAnswer, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This method every category should get list question, all question convert to list of question object
 QuestionPageList FAQServiceImpl.getQuestionsNotYetAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, String categoryId, FAQSetting setting)
          This method get all question node have not yet answer and convert to list of question object (QuestionPageList)
 QuestionPageList FAQServiceImpl.getQuestionsNotYetAnswer(String categoryId, boolean isApproved)
           
 QuestionPageList JCRDataStorage.getQuestionsNotYetAnswer(String categoryId, boolean isApproved)
           
 QuestionPageList FAQServiceImpl.getWatchedCategoryByUser(String userId)
           
 QuestionPageList JCRDataStorage.getWatchedCategoryByUser(String userId)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.