| Package | Description |
|---|---|
| org.jasig.portlet.survey.mvc | |
| org.jasig.portlet.survey.mvc.service | |
| org.jasig.portlet.survey.service.jpa | |
| org.jasig.portlet.survey.service.report |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ResponseDTO> |
SurveyRestController.addResponse(ResponseDTO response,
Principal principal)
Create a user's response (answers)
|
org.springframework.http.ResponseEntity<ResponseDTO> |
SurveyRestController.getResponse(Long responseId,
javax.servlet.http.HttpServletRequest req,
Principal principal)
Fetch a user's answers by id
|
org.springframework.http.ResponseEntity<ResponseDTO> |
SurveyRestController.getResponseBySurveyAndUser(Long surveyId,
javax.servlet.http.HttpServletRequest req,
Principal principal)
Fetch one's own answers for the specified survey
|
org.springframework.http.ResponseEntity<ResponseDTO> |
SurveyRestController.updateResponse(Long responseId,
String body,
javax.servlet.http.HttpServletRequest req,
Principal principal)
Update user's answers
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ResponseDTO> |
SurveyRestController.addResponse(ResponseDTO response,
Principal principal)
Create a user's response (answers)
|
| Modifier and Type | Method and Description |
|---|---|
ResponseDTO |
JpaSurveyDataService.createResponse(ResponseDTO response) |
ResponseDTO |
ISurveyDataService.createResponse(ResponseDTO response) |
ResponseDTO |
JpaSurveyDataService.getResponse(long id) |
ResponseDTO |
ISurveyDataService.getResponse(long id) |
ResponseDTO |
JpaSurveyDataService.getResponseByUserAndSurvey(String user,
long surveyId) |
ResponseDTO |
ISurveyDataService.getResponseByUserAndSurvey(String user,
long surveyId) |
ResponseDTO |
JpaSurveyDataService.updateResponse(ResponseDTO response) |
ResponseDTO |
ISurveyDataService.updateResponse(ResponseDTO response) |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseDTO> |
JpaSurveyDataService.getResponseByUser(String user) |
List<ResponseDTO> |
ISurveyDataService.getResponseByUser(String user) |
| Modifier and Type | Method and Description |
|---|---|
ResponseDTO |
JpaSurveyDataService.createResponse(ResponseDTO response) |
ResponseDTO |
ISurveyDataService.createResponse(ResponseDTO response) |
ResponseDTO |
JpaSurveyDataService.updateResponse(ResponseDTO response) |
ResponseDTO |
ISurveyDataService.updateResponse(ResponseDTO response) |
| Modifier and Type | Method and Description |
|---|---|
ResponseDTO |
ISurveyMapper.toResponse(JpaResponse response) |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseDTO> |
ISurveyMapper.toResponseList(List<JpaResponse> responseList) |
| Modifier and Type | Method and Description |
|---|---|
JpaResponse |
ISurveyMapper.toJpaResponse(ResponseDTO response) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
ISurveyReportGenerator.generateReport(SurveyDTO survey,
ResponseDTO response) |
org.springframework.web.servlet.ModelAndView |
DefaultSurveyReportGenerator.generateReport(SurveyDTO survey,
ResponseDTO response) |
Copyright © 2016 Jasig. All rights reserved.