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

Packages that use JCRPageList
org.exoplatform.faq.service Provides the classes necessary to manage FAQ; including create, get, update, delete, move... 
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)
          Gets answers of question.
 JCRPageList DataStorage.getPageListComment(String questionId)
           
 JCRPageList FAQService.getPageListComment(String questionId)
          Gets 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)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.