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