|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JCRPageList | |
|---|---|
| org.exoplatform.faq.service | |
| org.exoplatform.faq.service.impl | |
| Uses of JCRPageList in org.exoplatform.faq.service |
|---|
| Subclasses of JCRPageList in org.exoplatform.faq.service | |
|---|---|
class |
QuestionPageList
All questions and their properties, methods are getted from database to view in page will be restore in this class. |
| Methods in org.exoplatform.faq.service that return JCRPageList | |
|---|---|
JCRPageList |
DataStorage.getPageListAnswer(String questionId,
boolean isSortByVote)
|
JCRPageList |
FAQService.getPageListAnswer(String questionId,
boolean isSortByVote)
Get answers of question |
JCRPageList |
DataStorage.getPageListComment(String questionId)
|
JCRPageList |
FAQService.getPageListComment(String questionId)
Get comments of question |
| Uses of JCRPageList in org.exoplatform.faq.service.impl |
|---|
| Methods in org.exoplatform.faq.service.impl that return JCRPageList | |
|---|---|
JCRPageList |
FAQServiceImpl.getPageListAnswer(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
String questionId,
boolean isSortByVote)
|
JCRPageList |
FAQServiceImpl.getPageListAnswer(String questionId,
boolean isSortByVote)
|
JCRPageList |
JCRDataStorage.getPageListAnswer(String questionId,
boolean isSortByVote)
|
JCRPageList |
FAQServiceImpl.getPageListComment(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
String questionId)
|
JCRPageList |
FAQServiceImpl.getPageListComment(String questionId)
|
JCRPageList |
JCRDataStorage.getPageListComment(String questionId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||