Uses of Class
org.silverpeas.components.questionreply.model.Reply
-
-
Uses of Reply in org.silverpeas.components.questionreply.index
Method parameters in org.silverpeas.components.questionreply.index with type arguments of type Reply Modifier and Type Method Description void
QuestionIndexer. createIndex(Question question, Collection<Reply> replies)
void
QuestionIndexer. updateIndex(Question question, Collection<Reply> replies)
-
Uses of Reply in org.silverpeas.components.questionreply.model
Methods in org.silverpeas.components.questionreply.model that return types with arguments of type Reply Modifier and Type Method Description List<Reply>
Question. readReplies()
Method parameters in org.silverpeas.components.questionreply.model with type arguments of type Reply Modifier and Type Method Description void
Question. writeReplies(Collection<Reply> replies)
-
Uses of Reply in org.silverpeas.components.questionreply.service
Methods in org.silverpeas.components.questionreply.service that return Reply Modifier and Type Method Description Reply
QuestionManager. getReply(long replyId)
Reply
SilverpeasQuestionManager. getReply(long replyId)
Methods in org.silverpeas.components.questionreply.service that return types with arguments of type Reply Modifier and Type Method Description List<Reply>
QuestionManager. getAllReplies(long questionId, String instanceId)
List<Reply>
SilverpeasQuestionManager. getAllReplies(long questionId, String instanceId)
List<Reply>
QuestionManager. getQuestionPrivateReplies(long questionId, String instanceId)
List<Reply>
SilverpeasQuestionManager. getQuestionPrivateReplies(long questionId, String instanceId)
List<Reply>
QuestionManager. getQuestionPublicReplies(long questionId, String instanceId)
List<Reply>
SilverpeasQuestionManager. getQuestionPublicReplies(long questionId, String instanceId)
List<Reply>
QuestionManager. getQuestionReplies(long questionId, String instanceId)
List<Reply>
SilverpeasQuestionManager. getQuestionReplies(long questionId, String instanceId)
Methods in org.silverpeas.components.questionreply.service with parameters of type Reply Modifier and Type Method Description long
QuestionManager. createQuestionReply(Question question, Reply reply)
Create and persist a question replylong
SilverpeasQuestionManager. createQuestionReply(Question question, Reply reply)
Save and persist question and reply given in parameterlong
QuestionManager. createReply(Reply reply, Question question)
long
SilverpeasQuestionManager. createReply(Reply reply, Question question)
void
QuestionManager. updateReply(Reply reply)
void
SilverpeasQuestionManager. updateReply(Reply reply)
protected void
SilverpeasQuestionManager. updateWysiwygContent(Reply reply)
-
Uses of Reply in org.silverpeas.components.questionreply.service.notification
Constructors in org.silverpeas.components.questionreply.service.notification with parameters of type Reply Constructor Description ReplyNotifier(org.silverpeas.core.admin.user.model.User sender, Question question, Reply reply, String recipientId)
SubscriptionNotifier(org.silverpeas.core.admin.user.model.User sender, Question question, Reply reply)
-