| Package | Description |
|---|---|
| org.jasig.portlet.survey.mvc | |
| org.jasig.portlet.survey.mvc.service | |
| org.jasig.portlet.survey.service.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<SurveyQuestionDTO>> |
SurveyRestController.getSurveyQuestions(Long survey)
Search for questions/answers that are associated with the specified survey.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Boolean> |
SurveyRestController.linkQuestionToSurvey(Long survey,
Long question,
SurveyQuestionDTO surveyQuestion)
Associate an existing question to an existing survey
|
| Modifier and Type | Method and Description |
|---|---|
List<SurveyQuestionDTO> |
JpaSurveyDataService.getSurveyQuestions(Long surveyId)
Search for survey questions for the specified survey.
|
List<SurveyQuestionDTO> |
ISurveyDataService.getSurveyQuestions(Long surveyId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JpaSurveyDataService.addQuestionToSurvey(Long surveyId,
Long questionId,
SurveyQuestionDTO surveyQuestion) |
boolean |
ISurveyDataService.addQuestionToSurvey(Long surveyId,
Long questionId,
SurveyQuestionDTO surveyQuestion) |
| Modifier and Type | Method and Description |
|---|---|
Set<SurveyQuestionDTO> |
SurveyDTO.getSurveyQuestions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyDTO.setSurveyQuestions(Set<SurveyQuestionDTO> surveyQuestions) |
Copyright © 2016 Jasig. All rights reserved.