Class QuestionReplyExport
java.lang.Object
org.silverpeas.components.questionreply.control.QuestionReplyExport
- Author:
- ehugonnet
-
Constructor Summary
ConstructorsConstructorDescriptionQuestionReplyExport(org.silverpeas.core.util.MultiSilverpeasBundle resource, File file) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexportAttachment(org.silverpeas.core.importexport.attachment.AttachmentDetail attachment, StringBuilder sb) voidexportQuestion(Question question, StringBuilder sb, QuestionReplySessionController scc) protected voidexportReply(QuestionReplySessionController qRSC, Reply reply, StringBuilder sb) booleanisReplyVisible(Question question, Reply reply, QuestionReplySessionController scc) static booleanisReplyVisible(Question question, Reply reply, org.silverpeas.core.admin.user.model.SilverpeasRole role, String userId)
-
Constructor Details
-
QuestionReplyExport
-
-
Method Details
-
exportQuestion
public void exportQuestion(Question question, StringBuilder sb, QuestionReplySessionController scc) throws QuestionReplyException, ParseException - Throws:
QuestionReplyExceptionParseException
-
exportReply
protected void exportReply(QuestionReplySessionController qRSC, Reply reply, StringBuilder sb) throws QuestionReplyException, ParseException - Throws:
QuestionReplyExceptionParseException
-
exportAttachment
protected void exportAttachment(org.silverpeas.core.importexport.attachment.AttachmentDetail attachment, StringBuilder sb) -
isReplyVisible
-
isReplyVisible
-