Uses of Class
org.silverpeas.components.questionreply.model.Reply
Packages that use Reply
Package
Description
-
Uses of Reply in org.silverpeas.components.questionreply.index
Method parameters in org.silverpeas.components.questionreply.index with type arguments of type ReplyModifier and TypeMethodDescriptionvoidQuestionIndexer.createIndex(Question question, Collection<Reply> replies) voidQuestionIndexer.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 ReplyMethod parameters in org.silverpeas.components.questionreply.model with type arguments of type Reply -
Uses of Reply in org.silverpeas.components.questionreply.service
Methods in org.silverpeas.components.questionreply.service that return ReplyModifier and TypeMethodDescriptionQuestionManager.getReply(long replyId) SilverpeasQuestionManager.getReply(long replyId) Methods in org.silverpeas.components.questionreply.service that return types with arguments of type ReplyModifier and TypeMethodDescriptionQuestionManager.getAllReplies(long questionId, String instanceId) SilverpeasQuestionManager.getAllReplies(long questionId, String instanceId) QuestionManager.getQuestionPrivateReplies(long questionId, String instanceId) SilverpeasQuestionManager.getQuestionPrivateReplies(long questionId, String instanceId) QuestionManager.getQuestionPublicReplies(long questionId, String instanceId) SilverpeasQuestionManager.getQuestionPublicReplies(long questionId, String instanceId) QuestionManager.getQuestionReplies(long questionId, String instanceId) SilverpeasQuestionManager.getQuestionReplies(long questionId, String instanceId) Methods in org.silverpeas.components.questionreply.service with parameters of type ReplyModifier and TypeMethodDescriptionlongQuestionManager.createQuestionReply(Question question, Reply reply) Create and persist a question replylongSilverpeasQuestionManager.createQuestionReply(Question question, Reply reply) Save and persist question and reply given in parameterlongQuestionManager.createReply(Reply reply, Question question) longSilverpeasQuestionManager.createReply(Reply reply, Question question) voidQuestionManager.updateReply(Reply reply) voidSilverpeasQuestionManager.updateReply(Reply reply) protected voidSilverpeasQuestionManager.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 ReplyModifierConstructorDescriptionReplyNotifier(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)