| Methods in com.silverpeas.questionReply.control that throw QuestionReplyException | 
 String | 
QuestionReplySessionController.addBody(com.stratelia.silverpeas.util.ResourcesWrapper resource,
        File file)
 
            | 
 void | 
QuestionReplySessionController.closeQuestion(long questionId)
 
            | 
 void | 
QuestionReplySessionController.closeQuestions(Collection<Long> questionIds)
 
            | 
 void | 
QuestionManager.closeQuestions(Collection<Long> questionIds)
 
            | 
 void | 
SilverpeasQuestionManager.closeQuestions(Collection<Long> questionIds)
 
            | 
 void | 
QuestionReplySessionController.createCategory(Category category)
 
            | 
 long | 
QuestionManager.createQuestion(Question question)
 
            | 
 long | 
SilverpeasQuestionManager.createQuestion(Question question)
 
            | 
 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)
 
            | 
 void | 
QuestionReplySessionController.deleteCategory(String categoryId)
 
            | 
 void | 
QuestionManager.deleteQuestionAndReplies(Collection<Long> questionIds)
 
            | 
 void | 
SilverpeasQuestionManager.deleteQuestionAndReplies(Collection<Long> questionIds)
 
            | 
 void | 
QuestionReplySessionController.deleteQuestions(Collection<Long> questionsIds)
 
            | 
 void | 
QuestionReplySessionController.deleteR(Collection<Long> replyIds)
 
            | 
 void | 
QuestionReplySessionController.deleteReplies(Collection<Long> replyIds)
 
            | 
 com.silverpeas.importExport.report.ExportReport | 
QuestionReplySessionController.export(com.stratelia.silverpeas.util.ResourcesWrapper resource)
 
            | 
 void | 
QuestionReplySessionController.exportCategory(QuestionReplyExport exporter,
               com.stratelia.webactiv.util.node.model.NodeDetail category,
               String categoryId,
               StringBuilder sb)
 
            | 
 void | 
QuestionReplyExport.exportQuestion(Question question,
               StringBuilder sb,
               QuestionReplySessionController scc)
 
            | 
protected  void | 
QuestionReplyExport.exportReply(QuestionReplySessionController qRSC,
            Reply reply,
            StringBuilder sb)
 
            | 
 String | 
QuestionReplySessionController.genericWriters()
 
            | 
 Collection<com.stratelia.webactiv.util.node.model.NodeDetail> | 
QuestionReplySessionController.getAllCategories()
 
            | 
 Collection<Question> | 
QuestionReplySessionController.getAllQuestions()
 
            | 
 List<Question> | 
QuestionManager.getAllQuestions(String instanceId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getAllQuestions(String instanceId)
 
            | 
 List<Question> | 
QuestionManager.getAllQuestionsByCategory(String instanceId,
                          String categoryId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getAllQuestionsByCategory(String instanceId,
                          String categoryId)
 
            | 
 List<Reply> | 
QuestionManager.getAllReplies(long questionId,
              String instanceId)
 
            | 
 List<Reply> | 
SilverpeasQuestionManager.getAllReplies(long questionId,
              String instanceId)
 
            | 
 Category | 
QuestionReplySessionController.getCategory(String categoryId)
 
            | 
 Collection<com.stratelia.webactiv.beans.admin.UserDetail> | 
QuestionReplySessionController.getCurrentQuestionWriters()
 
            | 
 List<Question> | 
QuestionManager.getPublicQuestions(String instanceId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getPublicQuestions(String instanceId)
 
            | 
 Question | 
QuestionReplySessionController.getQuestion(long questionId)
 
            | 
 Question | 
QuestionManager.getQuestion(long questionId)
 
            | 
 Question | 
SilverpeasQuestionManager.getQuestion(long questionId)
 
            | 
 Question | 
QuestionManager.getQuestionAndReplies(long questionId)
 
            | 
 Question | 
SilverpeasQuestionManager.getQuestionAndReplies(long questionId)
 
            | 
 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<Recipient> | 
QuestionManager.getQuestionRecipients(long questionId)
 
            | 
 List<Recipient> | 
SilverpeasQuestionManager.getQuestionRecipients(long questionId)
 
            | 
 List<Reply> | 
QuestionManager.getQuestionReplies(long questionId,
                   String instanceId)
 
            | 
 List<Reply> | 
SilverpeasQuestionManager.getQuestionReplies(long questionId,
                   String instanceId)
 
            | 
 Collection<Question> | 
QuestionReplySessionController.getQuestions()
 
            | 
 List<Question> | 
QuestionManager.getQuestions(String instanceId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getQuestions(String instanceId)
 
            | 
 Collection<Question> | 
QuestionReplySessionController.getQuestionsByCategory(String categoryId)
 
            | 
 List<Question> | 
QuestionManager.getQuestionsByIds(List<String> ids)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getQuestionsByIds(List<String> ids)
 
            | 
 List<Question> | 
QuestionManager.getReceiveQuestions(String userId,
                    String instanceId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getReceiveQuestions(String userId,
                    String instanceId)
 
            | 
 Collection<Reply> | 
QuestionReplySessionController.getRepliesForQuestion(long id)
 
            | 
 Reply | 
QuestionReplySessionController.getReply(long replyId)
 
            | 
 Reply | 
QuestionManager.getReply(long replyId)
 
            | 
 Reply | 
SilverpeasQuestionManager.getReply(long replyId)
 
            | 
 List<Question> | 
QuestionManager.getSendQuestions(String userId,
                 String instanceId)
 
            | 
 List<Question> | 
SilverpeasQuestionManager.getSendQuestions(String userId,
                 String instanceId)
 
            | 
 com.stratelia.silverpeas.containerManager.ContainerPositionInterface | 
QuestionReplySessionController.getSilverContentIdPosition()
 
            | 
 int | 
QuestionReplyContentManager.getSilverObjectId(String id,
                  String peasId)
 
            | 
 void | 
QuestionReplySessionController.openQuestion(long questionId)
 
            | 
 void | 
QuestionManager.openQuestions(Collection<Long> questionIds)
 
            | 
 void | 
SilverpeasQuestionManager.openQuestions(Collection<Long> questionIds)
 
            | 
 void | 
QuestionReplySessionController.relaunchRecipients()
 
            | 
 long | 
QuestionReplySessionController.saveNewFAQ()
 
          Persist new FAQ inside database and add positions | 
 long | 
QuestionReplySessionController.saveNewQuestion()
 
            | 
 void | 
QuestionReplySessionController.saveNewReply()
 
            | 
 String | 
QuestionReplySessionController.toHTML(File file,
       com.stratelia.silverpeas.util.ResourcesWrapper resource)
 
            | 
 void | 
QuestionReplySessionController.updateCategory(Category category)
 
            | 
 void | 
QuestionReplySessionController.updateCurrentQuestion(String title,
                      String content,
                      String categoryId)
 
            | 
 void | 
QuestionReplySessionController.updateCurrentReply(String title,
                   String content)
 
            | 
 void | 
QuestionManager.updateQuestion(Question question)
 
            | 
 void | 
SilverpeasQuestionManager.updateQuestion(Question question)
 
            | 
 void | 
QuestionManager.updateQuestionRecipients(Question question)
 
            | 
 void | 
SilverpeasQuestionManager.updateQuestionRecipients(Question question)
 
            | 
 void | 
QuestionManager.updateQuestionRepliesPrivateStatus(Collection<Long> questionIds)
 
            | 
 void | 
SilverpeasQuestionManager.updateQuestionRepliesPrivateStatus(Collection<Long> questionIds)
 
            | 
 void | 
QuestionManager.updateQuestionRepliesPublicStatus(Collection<Long> questionIds)
 
            | 
 void | 
SilverpeasQuestionManager.updateQuestionRepliesPublicStatus(Collection<Long> questionIds)
 
            | 
 void | 
QuestionManager.updateRepliesPrivateStatus(Collection<Long> replyIds,
                           Question question)
 
            | 
 void | 
SilverpeasQuestionManager.updateRepliesPrivateStatus(Collection<Long> replyIds,
                           Question question)
 
            | 
 void | 
QuestionManager.updateRepliesPublicStatus(Collection<Long> replyIds,
                          Question question)
 
            | 
 void | 
SilverpeasQuestionManager.updateRepliesPublicStatus(Collection<Long> replyIds,
                          Question question)
 
            | 
 void | 
QuestionManager.updateReply(Reply reply)
 
            | 
 void | 
SilverpeasQuestionManager.updateReply(Reply reply)
 
            |