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

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

Uses of Comment in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service that return Comment
 Comment[] QuestionPageList.getComment(javax.jcr.Node questionNode)
           
 Comment DataStorage.getCommentById(javax.jcr.Node questionNode, String commentId)
           
 Comment DataStorage.getCommentById(String questionId, String commentId)
           
 Comment FAQService.getCommentById(String questionId, String commentId)
          Get comment of question
 Comment FAQService.getCommentById(String questionPath, String commentId, String language)
          Get Comment of question
 Comment QuestionPageList.getCommentByNode(javax.jcr.Node commentNode)
           
 Comment[] Question.getComments()
          Gets the comments.
 Comment[] QuestionLanguage.getComments()
           
 Comment[] FAQService.getComments(String questionId)
          Get comments of a question
 

Methods in org.exoplatform.faq.service with parameters of type Comment
 void AnswerEventLifeCycle.saveComment(String questionId, Comment comment, boolean isNew)
           
 void DataStorage.saveComment(String questionId, Comment comment, boolean isNew)
           
 void FAQService.saveComment(String questionId, Comment comment, boolean isNew)
          Save comment of question
 void FAQService.saveComment(String questionPath, Comment comment, String languge)
          Save comment of a question
 void Question.setComments(Comment[] comments)
          Sets the comments.
 void QuestionLanguage.setComments(Comment[] comments)
           
 

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

Methods in org.exoplatform.faq.service.impl that return Comment
 Comment JCRDataStorage.getCommentById(javax.jcr.Node questionNode, String commentId)
           
static Comment MultiLanguages.getCommentById(javax.jcr.Node questionNode, String commentId, String language)
           
 Comment FAQServiceImpl.getCommentById(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, String questionId, String commentId)
           
 Comment FAQServiceImpl.getCommentById(String questionId, String commentId)
           
 Comment JCRDataStorage.getCommentById(String questionId, String commentId)
           
 Comment FAQServiceImpl.getCommentById(String questionPath, String commentId, String language)
           
 Comment[] FAQServiceImpl.getComments(String questionId)
           
 Comment[] JCRDataStorage.getComments(String questionId)
           
 

Methods in org.exoplatform.faq.service.impl with parameters of type Comment
static void MultiLanguages.saveComment(javax.jcr.Node questionNode, Comment comment, String language)
           
 void FAQServiceImpl.saveComment(String questionId, Comment comment, boolean isNew)
           
 void JCRDataStorage.saveComment(String questionId, Comment comment, boolean isNew)
           
 void FAQServiceImpl.saveComment(String questionId, Comment comment, boolean isNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 void FAQServiceImpl.saveComment(String questionPath, Comment comment, String languge)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.