| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
QuestionPageList
All questions and their properties, methods are getted from database to view in page will be restore in this class.
|
| Modifier and Type | Method and Description |
|---|---|
JCRPageList |
FAQService.getPageListAnswer(String questionId,
boolean isSortByVote)
Gets answers of a question.
|
JCRPageList |
DataStorage.getPageListAnswer(String questionId,
boolean isSortByVote) |
JCRPageList |
FAQService.getPageListComment(String questionId)
Gets comments of a question.
|
JCRPageList |
DataStorage.getPageListComment(String questionId) |
| Modifier and Type | Method and Description |
|---|---|
JCRPageList |
FAQServiceImpl.getPageListAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
String questionId,
boolean isSortByVote) |
JCRPageList |
JCRDataStorage.getPageListAnswer(String questionId,
boolean isSortByVote) |
JCRPageList |
FAQServiceImpl.getPageListAnswer(String questionId,
boolean isSortByVote) |
JCRPageList |
FAQServiceImpl.getPageListComment(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
String questionId) |
JCRPageList |
JCRDataStorage.getPageListComment(String questionId) |
JCRPageList |
FAQServiceImpl.getPageListComment(String questionId) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.