| Package | Description |
|---|---|
| org.jasig.portlet.survey.mvc | |
| org.jasig.portlet.survey.mvc.service | |
| org.jasig.portlet.survey.service.dto | |
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<QuestionDTO> |
SurveyRestController.addQuestion(QuestionDTO question)
Create a new question that is not associated with a survey.
|
org.springframework.http.ResponseEntity<QuestionDTO> |
SurveyRestController.updateQuestion(Long questionId,
QuestionDTO question)
Update a question
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<QuestionDTO> |
SurveyRestController.addQuestion(QuestionDTO question)
Create a new question that is not associated with a survey.
|
org.springframework.http.ResponseEntity<QuestionDTO> |
SurveyRestController.updateQuestion(Long questionId,
QuestionDTO question)
Update a question
|
| Modifier and Type | Method and Description |
|---|---|
QuestionDTO |
JpaSurveyDataService.createQuestion(QuestionDTO question)
Create a
JpaQuestion from the data in question |
QuestionDTO |
ISurveyDataService.createQuestion(QuestionDTO question) |
QuestionDTO |
JpaSurveyDataService.updateQuestion(QuestionDTO question)
Update question details including embedded answer data
|
QuestionDTO |
ISurveyDataService.updateQuestion(QuestionDTO question) |
| Modifier and Type | Method and Description |
|---|---|
QuestionDTO |
JpaSurveyDataService.createQuestion(QuestionDTO question)
Create a
JpaQuestion from the data in question |
QuestionDTO |
ISurveyDataService.createQuestion(QuestionDTO question) |
QuestionDTO |
JpaSurveyDataService.updateQuestion(QuestionDTO question)
Update question details including embedded answer data
|
QuestionDTO |
ISurveyDataService.updateQuestion(QuestionDTO question) |
| Modifier and Type | Method and Description |
|---|---|
QuestionDTO |
SurveyQuestionDTO.getQuestion() |
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyQuestionDTO.setQuestion(QuestionDTO question) |
| Modifier and Type | Method and Description |
|---|---|
QuestionDTO |
ISurveyMapper.toQuestion(JpaQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestion |
ISurveyMapper.toJpaQuestion(QuestionDTO question) |
Copyright © 2016 Jasig. All rights reserved.