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

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

Uses of FAQSetting in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service with parameters of type FAQSetting
 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()
 long[] FAQService.getCategoryInfo(java.lang.String categoryId, FAQSetting setting)
          Get some informations of category: Lookup category node by category's id and count sub-categories and questions are contained in this category.
 long[] FAQServiceLegacy.getCategoryInfo(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting setting)
          Deprecated. use FAQService#getCategoryInfo(String categoryId, FAQSetting setting()
 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 FAQServiceLegacy.getQuestionsNotYetAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, FAQSetting setting)
          Deprecated. use FAQService#getQuestionsNotYetAnswer(String categoryId, FAQSetting setting()
 java.util.List<Category> FAQService.getSubCategories(java.lang.String categoryId, FAQSetting faqSetting, boolean isGetAll, java.util.List<java.lang.String> userView)
          This method should lookup all sub-categories of a category and convert to category object and return list of category object
 java.util.List<Category> FAQServiceLegacy.getSubCategories(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting, boolean isGetAll, java.util.List<java.lang.String> userView)
          Deprecated. use FAQService#getSubCategories(String categoryId, FAQSetting faqSetting, List userView)
 void FAQServiceLegacy.getUserSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String userName, FAQSetting faqSetting)
          Deprecated. use FAQService.getUserSetting(String userName, FAQSetting faqSetting)
 void FAQService.getUserSetting(java.lang.String userName, FAQSetting faqSetting)
          Get setting of user to view data (categories and questions).
 void FAQService.moveQuestions(java.util.List<java.lang.String> questions, java.lang.String destCategoryId, java.lang.String questionLink, FAQSetting faqSetting)
          Move all of questions to category which have id is specified
 void FAQService.saveFAQSetting(FAQSetting faqSetting, java.lang.String userName)
          This method to update FAQ setting.
 void FAQServiceLegacy.saveFAQSetting(FAQSetting faqSetting, java.lang.String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use FAQService.saveFAQSetting(FAQSetting faqSetting,String userName)
 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)
 

Constructors in org.exoplatform.faq.service with parameters of type FAQSetting
QuestionPageList(javax.jcr.Node categoryNode, java.lang.String quesQuerry, java.util.List<java.lang.Object> listObject, FAQSetting setting)
          Instantiates a new question page list.
 

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

Methods in org.exoplatform.faq.service.impl with parameters of type FAQSetting
 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
 long[] FAQServiceImpl.getCategoryInfo(java.lang.String categoryId, FAQSetting setting)
           
 long[] JCRDataStorage.getCategoryInfo(java.lang.String categoryId, FAQSetting faqSetting)
           
 long[] FAQServiceImpl.getCategoryInfo(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting setting)
          This method get some informations of category: to count sub-categories, to count questions, to count question have not yet answer, to count question is not approved are contained in this category
 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.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)
 java.util.List<Category> FAQServiceImpl.getSubCategories(java.lang.String categoryId, FAQSetting faqSetting, boolean isGetAll, java.util.List<java.lang.String> userView)
           
 java.util.List<Category> JCRDataStorage.getSubCategories(java.lang.String categoryId, FAQSetting faqSetting, boolean isGetAll, java.util.List<java.lang.String> limitedUsers)
           
 java.util.List<Category> FAQServiceImpl.getSubCategories(java.lang.String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting, boolean isGetAll, java.util.List<java.lang.String> userView)
          Returns an list category that can then be view on the screen.
 void FAQServiceImpl.getUserSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String userName, FAQSetting faqSetting)
           
 void FAQServiceImpl.getUserSetting(java.lang.String userName, FAQSetting faqSetting)
           
 void JCRDataStorage.getUserSetting(java.lang.String userName, FAQSetting faqSetting)
           
 void FAQServiceImpl.moveQuestions(java.util.List<java.lang.String> questions, java.lang.String destCategoryId, java.lang.String questionLink, FAQSetting faqSetting)
           
 void JCRDataStorage.moveQuestions(java.util.List<java.lang.String> questions, java.lang.String destCategoryId, java.lang.String questionLink, FAQSetting faqSetting)
           
 void FAQServiceImpl.saveFAQSetting(FAQSetting faqSetting, java.lang.String userName)
           
 void JCRDataStorage.saveFAQSetting(FAQSetting faqSetting, java.lang.String userName)
           
 void FAQServiceImpl.saveFAQSetting(FAQSetting faqSetting, java.lang.String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This function is used to set some properties of FAQ.
 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.