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 FAQService.getAllQuestions()
          Get all questions
 QuestionPageList FAQServiceLegacy.getAllQuestions(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService.getAllQuestions()
 QuestionPageList FAQService.getAllQuestionsByCatetory(java.lang.String categoryId, FAQSetting faqSetting)
          Get all questions of the category.
 QuestionPageList FAQServiceLegacy.getAllQuestionsByCatetory(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          Deprecated. use FAQService#getAllQuestionsByCatetory(String categoryId, FAQSetting faqSetting()
 QuestionPageList FAQServiceLegacy.getListCategoriesWatch(java.lang.String userId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService#getListCategoriesWatch(String userId)
 QuestionPageList FAQService.getListMailInWatch(java.lang.String categoryId)
           
 QuestionPageList FAQService.getListQuestionsWatch(FAQSetting faqSetting, java.lang.String currentUser)
           
 QuestionPageList FAQServiceLegacy.getListQuestionsWatch(FAQSetting faqSetting, java.lang.String currentUser, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService.getListQuestionsWatch(FAQSetting faqSetting, String currentUser)
 QuestionPageList FAQService.getPendingQuestionsByCategory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceLegacy.getPendingQuestionsByCategory(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          Deprecated. use FAQService.getPendingQuestionsByCategory(String categoryId, FAQSetting faqSetting)
 QuestionPageList FAQService.getQuestionsByCatetory(java.lang.String categoryId, FAQSetting faqSetting)
          Get questions are activagted and approved in the category.
 QuestionPageList FAQServiceLegacy.getQuestionsByCatetory(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
          Deprecated. use FAQService#getQuestionsByCatetory(String categoryId, FAQSetting faqSetting()
 QuestionPageList FAQService.getQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
          Get questions in list categories.
 QuestionPageList FAQServiceLegacy.getQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService#getQuestionsByListCatetory(List listCategoryId, boolean isNotYetAnswer)
 QuestionPageList FAQServiceLegacy.getQuestionsNotYetAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, FAQSetting setting)
          Deprecated. use FAQService#getQuestionsNotYetAnswer(String categoryId, FAQSetting setting()
 QuestionPageList FAQService.getQuestionsNotYetAnswer(java.lang.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 FAQService.getWatchedCategoryByUser(java.lang.String userId)
           
 

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(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getAllQuestionsByCatetory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getAllQuestionsByCatetory(java.lang.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(java.lang.String userId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 QuestionPageList FAQServiceImpl.getListMailInWatch(java.lang.String categoryId)
           
 QuestionPageList JCRDataStorage.getListMailInWatch(java.lang.String categoryId)
           
 QuestionPageList FAQServiceImpl.getListQuestionsWatch(FAQSetting faqSetting, java.lang.String currentUser)
           
 QuestionPageList JCRDataStorage.getListQuestionsWatch(FAQSetting faqSetting, java.lang.String currentUser)
           
 QuestionPageList FAQServiceImpl.getListQuestionsWatch(FAQSetting faqSetting, java.lang.String currentUser, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 QuestionPageList FAQServiceImpl.getPendingQuestionsByCategory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getPendingQuestionsByCategory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getPendingQuestionsByCategory(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getQuestionsByCatetory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList JCRDataStorage.getQuestionsByCatetory(java.lang.String categoryId, FAQSetting faqSetting)
           
 QuestionPageList FAQServiceImpl.getQuestionsByCatetory(java.lang.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(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
           
 QuestionPageList JCRDataStorage.getQuestionsByListCatetory(java.util.List<java.lang.String> listCategoryId, boolean isNotYetAnswer)
           
 QuestionPageList FAQServiceImpl.getQuestionsByListCatetory(java.util.List<java.lang.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, java.lang.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(java.lang.String categoryId, boolean isApproved)
           
 QuestionPageList JCRDataStorage.getQuestionsNotYetAnswer(java.lang.String categoryId, boolean isApproved)
           
 QuestionPageList FAQServiceImpl.getWatchedCategoryByUser(java.lang.String userId)
           
 QuestionPageList JCRDataStorage.getWatchedCategoryByUser(java.lang.String userId)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.