Methods in com.stratelia.webactiv.survey.control that throw SurveyException |
void |
SurveySessionController.closeSurvey(String surveyId)
|
void |
SurveySessionController.copySurvey(String surveyId)
|
com.stratelia.webactiv.util.questionContainer.model.QuestionContainerPK |
SurveySessionController.createSurvey(com.stratelia.webactiv.util.questionContainer.model.QuestionContainerDetail surveyDetail)
|
com.stratelia.webactiv.util.questionContainer.model.QuestionContainerPK |
SurveySessionController.createSurvey(com.stratelia.webactiv.util.questionContainer.model.QuestionContainerDetail surveyDetail,
String componentId)
|
void |
SurveySessionController.deleteResponse(String surveyId)
|
void |
SurveySessionController.deleteSurvey(String surveyId)
|
void |
SurveySessionController.deleteVotes(String surveyId)
|
Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> |
SurveySessionController.getClosedSurveys()
|
Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> |
SurveySessionController.getInWaitSurveys()
|
Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> |
SurveySessionController.getOpenedSurveys()
|
com.stratelia.webactiv.util.questionResult.model.QuestionResult |
SurveySessionController.getSuggestion(String userId,
String questionId,
String answerId)
|
Collection<com.stratelia.webactiv.util.questionResult.model.QuestionResult> |
SurveySessionController.getSuggestions(String surveyId)
|
com.stratelia.webactiv.util.questionContainer.model.QuestionContainerDetail |
SurveySessionController.getSurvey(String surveyId)
|
Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> |
SurveySessionController.getSurveys()
|
Collection<String> |
SurveySessionController.getUsersBySurvey(String surveyId)
|
void |
SurveySessionController.initAlertResultParticipants(com.stratelia.webactiv.util.questionContainer.model.QuestionContainerDetail surveyDetail)
|
String |
SurveySessionController.initAlertUser(String surveyId)
|
void |
SurveySessionController.openSurvey(String surveyId)
|
void |
SurveySessionController.recordReply(String surveyId,
Map<String,List<String>> reply)
|
void |
SurveySessionController.recordReply(String surveyId,
Map<String,List<String>> reply,
String comment,
boolean isAnonymousComment)
|
void |
SurveySessionController.saveSynthesisFile(org.apache.commons.fileupload.FileItem fileSynthesis)
|
void |
SurveySessionController.updateQuestions(Collection<com.stratelia.webactiv.util.question.model.Question> questions,
String surveyId)
|
void |
SurveySessionController.updateSurveyHeader(com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader surveyHeader,
String surveyId)
|
void |
SurveySessionController.updateSynthesisFile(org.apache.commons.fileupload.FileItem newFileSynthesis,
String idDocument)
|