Uses of Class
com.silverpeas.questionReply.web.ReplyEntity

Packages that use ReplyEntity
com.silverpeas.questionReply.web   
 

Uses of ReplyEntity in com.silverpeas.questionReply.web
 

Methods in com.silverpeas.questionReply.web that return ReplyEntity
protected  ReplyEntity[] ReplyResource.asWebEntities(List<Reply> replies, com.stratelia.webactiv.SilverpeasRole profile)
          Converts the specified list of replies into their corresponding web entities.
protected  ReplyEntity ReplyResource.asWebEntity(Reply reply, URI replyURI, com.stratelia.webactiv.SilverpeasRole profile)
          Converts the reply into its corresponding web entity.
static ReplyEntity ReplyEntity.fromReply(Reply reply, String lang)
          Creates a new reply entity from the specified reply.
 ReplyEntity[] ReplyResource.getAllRepliesForQuestion(String onQuestionId)
          Gets the JSON representation of the specified existing question.
 ReplyEntity[] ReplyResource.getPublicRepliesForQuestion(String onQuestionId)
           
 ReplyEntity ReplyEntity.withAttachments(Collection<org.silverpeas.attachment.model.SimpleDocument> attachmentDetails)
          Sets a URI to this entity.
 ReplyEntity ReplyEntity.withProfile(com.stratelia.webactiv.SilverpeasRole profile)
          Sets the accessing user profile to this entity.
 ReplyEntity ReplyEntity.withURI(URI uri)
          Sets a URI to this entity.
 

Methods in com.silverpeas.questionReply.web that return types with arguments of type ReplyEntity
static List<ReplyEntity> ReplyEntity.fromReplies(Iterable<Reply> replies, String lang)
          Creates several new reply entities from the specified list of replies.
static List<ReplyEntity> ReplyEntity.fromReplies(Reply... replies)
          Creates several new reply entities from the specified replies.
 



Copyright © 2016 Silverpeas. All Rights Reserved.