Uses of Class
org.silverpeas.components.questionreply.web.ReplyEntity
-
Packages that use ReplyEntity Package Description org.silverpeas.components.questionreply.web -
-
Uses of ReplyEntity in org.silverpeas.components.questionreply.web
Methods in org.silverpeas.components.questionreply.web that return ReplyEntity Modifier and Type Method Description protected ReplyEntityReplyResource. asWebEntity(Reply reply, URI replyURI, org.silverpeas.core.admin.user.model.SilverpeasRole profile)Converts the reply into its corresponding web entity.static ReplyEntityReplyEntity. fromReply(Reply reply, String lang)Creates a new reply entity from the specified reply.ReplyEntityReplyEntity. withAttachments(Collection<org.silverpeas.core.contribution.attachment.model.SimpleDocument> attachmentDetails)Sets a URI to this entity.ReplyEntityReplyEntity. withProfile(org.silverpeas.core.admin.user.model.SilverpeasRole profile)Sets the accessing user profile to this entity.ReplyEntityReplyEntity. withURI(URI uri)Sets a URI to this entity.Methods in org.silverpeas.components.questionreply.web that return types with arguments of type ReplyEntity Modifier and Type Method Description protected List<ReplyEntity>ReplyResource. asWebEntities(List<Reply> replies, org.silverpeas.core.admin.user.model.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.List<ReplyEntity>ReplyResource. getAllRepliesForQuestion(String onQuestionId)Gets the JSON representation of the specified existing question.List<ReplyEntity>ReplyResource. getPublicRepliesForQuestion(String onQuestionId)
-