Uses of Class
com.silverpeas.questionReply.model.Reply

Packages that use Reply
com.silverpeas.questionReply.control   
com.silverpeas.questionReply.control.notification   
com.silverpeas.questionReply.index   
com.silverpeas.questionReply.model   
com.silverpeas.questionReply.web   
 

Uses of Reply in com.silverpeas.questionReply.control
 

Methods in com.silverpeas.questionReply.control that return Reply
 Reply QuestionReplySessionController.getCurrentReply()
           
 Reply QuestionReplySessionController.getNewReply()
           
 Reply QuestionReplySessionController.getReply(long replyId)
           
 Reply QuestionManager.getReply(long replyId)
           
 Reply SilverpeasQuestionManager.getReply(long replyId)
           
 

Methods in com.silverpeas.questionReply.control that return types with arguments of type Reply
 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)
           
 Collection<Reply> QuestionReplySessionController.getRepliesForQuestion(long id)
           
 

Methods in com.silverpeas.questionReply.control with parameters of type Reply
 long QuestionManager.createQuestionReply(Question question, Reply reply)
          Create and persist a question reply
 long SilverpeasQuestionManager.createQuestionReply(Question question, Reply reply)
           
 long QuestionManager.createReply(Reply reply, Question question)
           
 long SilverpeasQuestionManager.createReply(Reply reply, Question question)
           
protected  void QuestionReplyExport.exportReply(QuestionReplySessionController qRSC, Reply reply, StringBuilder sb)
           
 boolean QuestionReplySessionController.isReplyVisible(Question question, Reply reply)
           
 boolean QuestionReplyExport.isReplyVisible(Question question, Reply reply, QuestionReplySessionController scc)
           
static boolean QuestionReplyExport.isReplyVisible(Question question, Reply reply, com.stratelia.webactiv.SilverpeasRole role, String userId)
           
 void QuestionReplySessionController.setCurrentReply(Reply reply)
           
 void QuestionManager.updateReply(Reply reply)
           
 void SilverpeasQuestionManager.updateReply(Reply reply)
           
protected  void SilverpeasQuestionManager.updateWysiwygContent(Reply reply)
           
 

Uses of Reply in com.silverpeas.questionReply.control.notification
 

Constructors in com.silverpeas.questionReply.control.notification with parameters of type Reply
ReplyNotifier(com.stratelia.webactiv.beans.admin.UserDetail sender, Question question, Reply reply, NotificationData data)
           
SubscriptionNotifier(com.stratelia.webactiv.beans.admin.UserDetail sender, Question question, Reply reply)
           
 

Uses of Reply in com.silverpeas.questionReply.index
 

Method parameters in com.silverpeas.questionReply.index with type arguments of type Reply
 void QuestionIndexer.createIndex(Question question, Collection<Reply> replies)
           
 void QuestionIndexer.updateIndex(Question question, Collection<Reply> replies)
           
 

Uses of Reply in com.silverpeas.questionReply.model
 

Methods in com.silverpeas.questionReply.model that return types with arguments of type Reply
 List<Reply> Question.readReplies()
           
 

Method parameters in com.silverpeas.questionReply.model with type arguments of type Reply
 void Question.writeReplies(Collection<Reply> replies)
           
 

Uses of Reply in com.silverpeas.questionReply.web
 

Methods in com.silverpeas.questionReply.web that return Reply
 Reply ReplyEntity.toReply()
          Gets the reply business objet this entity represent.
 

Methods in com.silverpeas.questionReply.web with parameters of type Reply
protected  ReplyEntity ReplyResource.asWebEntity(Reply reply, URI replyURI, com.stratelia.webactiv.SilverpeasRole profile)
          Converts the reply into its corresponding web entity.
static List<ReplyEntity> ReplyEntity.fromReplies(Reply... replies)
          Creates several new reply entities from the specified replies.
static ReplyEntity ReplyEntity.fromReply(Reply reply, String lang)
          Creates a new reply entity from the specified reply.
 

Method parameters in com.silverpeas.questionReply.web with type arguments of type Reply
protected  ReplyEntity[] ReplyResource.asWebEntities(List<Reply> replies, com.stratelia.webactiv.SilverpeasRole profile)
          Converts the specified list of replies into their corresponding web entities.
static List<ReplyEntity> ReplyEntity.fromReplies(Iterable<Reply> replies, String lang)
          Creates several new reply entities from the specified list of replies.
 



Copyright © 2016 Silverpeas. All Rights Reserved.