|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionPageList | |
|---|---|
| org.exoplatform.faq.service | Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers. |
| 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()
Gets all questions. |
QuestionPageList |
DataStorage.getAllQuestionsByCatetory(String categoryId,
FAQSetting faqSetting)
|
QuestionPageList |
FAQService.getAllQuestionsByCatetory(String categoryId,
FAQSetting faqSetting)
Gets all questions of a category by its Id. |
QuestionPageList |
DataStorage.getListMailInWatch(String categoryId)
|
QuestionPageList |
FAQService.getListMailInWatch(String categoryId)
Gets email addresses that are watched in a category. |
QuestionPageList |
DataStorage.getListQuestionsWatch(FAQSetting faqSetting,
String currentUser)
|
QuestionPageList |
FAQService.getListQuestionsWatch(FAQSetting faqSetting,
String currentUser)
Gets a list of questions watched by a user. |
QuestionPageList |
DataStorage.getPendingQuestionsByCategory(String categoryId,
FAQSetting faqSetting)
|
QuestionPageList |
FAQService.getPendingQuestionsByCategory(String categoryId,
FAQSetting faqSetting)
Gets a list of pending questions in a category. |
QuestionPageList |
DataStorage.getQuestionsByCatetory(String categoryId,
FAQSetting faqSetting)
|
QuestionPageList |
FAQService.getQuestionsByCatetory(String categoryId,
FAQSetting faqSetting)
Gets activated and approved questions of a category by its Id. |
QuestionPageList |
DataStorage.getQuestionsByListCatetory(List<String> listCategoryId,
boolean isNotYetAnswer)
|
QuestionPageList |
FAQService.getQuestionsByListCatetory(List<String> listCategoryId,
boolean isNotYetAnswer)
Gets all questions from a list of categories by its Id. |
QuestionPageList |
DataStorage.getQuestionsNotYetAnswer(String categoryId,
boolean isApproved)
|
QuestionPageList |
FAQService.getQuestionsNotYetAnswer(String categoryId,
boolean isApproved)
Gets all questions which are not yet answered. |
QuestionPageList |
DataStorage.getWatchedCategoryByUser(String userId)
|
QuestionPageList |
FAQService.getWatchedCategoryByUser(String userId)
Gets a list of questions watched by a user. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||