|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
|---|---|
| org.exoplatform.faq.service | Provides the classes necessary to manage FAQ; including create, get, update, delete, move... |
| 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)
Gets comment of question. |
Comment |
FAQService.getCommentById(String questionPath,
String commentId,
String language)
Gets Comment of question. |
Comment |
QuestionPageList.getCommentByNode(javax.jcr.Node commentNode)
|
Comment[] |
Question.getComments()
Gets the comments. |
Comment[] |
QuestionLanguage.getComments()
|
Comment[] |
FAQService.getComments(String questionId)
Gets comments of a question. |
| Methods in org.exoplatform.faq.service with parameters of type Comment | |
|---|---|
void |
DataStorage.saveComment(String questionId,
Comment comment,
boolean isNew)
|
void |
FAQService.saveComment(String questionId,
Comment comment,
boolean isNew)
Saves comment of question. |
void |
AnswerEventLifeCycle.saveComment(String questionId,
Comment comment,
String language)
|
void |
FAQService.saveComment(String questionPath,
Comment comment,
String languge)
Saves 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 language)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||