|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
FAQServiceLegacy.getCommentById(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.String commentId)
Deprecated. use FAQService.getCommentById(String questionId, String commentId) |
Comment |
FAQService.getCommentById(java.lang.String questionId,
java.lang.String commentId)
|
Comment |
FAQService.getCommentById(java.lang.String questionPath,
java.lang.String commentId,
java.lang.String language)
|
Comment |
QuestionPageList.getCommentByNode(javax.jcr.Node commentNode)
|
Comment[] |
QuestionLanguage.getComments()
|
Comment[] |
Question.getComments()
Gets the comments. |
| Methods in org.exoplatform.faq.service with parameters of type Comment | |
|---|---|
void |
FAQService.saveComment(java.lang.String questionId,
Comment comment,
boolean isNew)
|
void |
FAQServiceLegacy.saveComment(java.lang.String questionId,
Comment comment,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
Deprecated. use FAQService.saveComment(String questionId, Comment comment, boolean isNew) |
void |
FAQService.saveComment(java.lang.String questionPath,
Comment comment,
java.lang.String languge)
|
void |
QuestionLanguage.setComments(Comment[] comments)
|
void |
Question.setComments(Comment[] comments)
Sets the 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,
java.lang.String commentId)
|
static Comment |
MultiLanguages.getCommentById(javax.jcr.Node questionNode,
java.lang.String commentId,
java.lang.String language)
|
Comment |
FAQServiceImpl.getCommentById(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider,
java.lang.String questionId,
java.lang.String commentId)
|
Comment |
FAQServiceImpl.getCommentById(java.lang.String questionId,
java.lang.String commentId)
|
Comment |
JCRDataStorage.getCommentById(java.lang.String questionId,
java.lang.String commentId)
|
Comment |
FAQServiceImpl.getCommentById(java.lang.String questionPath,
java.lang.String commentId,
java.lang.String language)
|
| Methods in org.exoplatform.faq.service.impl with parameters of type Comment | |
|---|---|
static void |
MultiLanguages.saveComment(javax.jcr.Node questionNode,
Comment comment,
java.lang.String language)
|
void |
FAQServiceImpl.saveComment(java.lang.String questionId,
Comment comment,
boolean isNew)
|
void |
JCRDataStorage.saveComment(java.lang.String questionId,
Comment comment,
boolean isNew)
|
void |
FAQServiceImpl.saveComment(java.lang.String questionId,
Comment comment,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
|
void |
FAQServiceImpl.saveComment(java.lang.String questionPath,
Comment comment,
java.lang.String languge)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||