| 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<SurveyDTO> |
SurveyRestController.addSurvey(SurveyDTO survey,
Principal principal)
Create a survey
|
org.springframework.http.ResponseEntity<List<SurveyDTO>> |
SurveyRestController.getAllSurveys()
Search for all surveys
|
org.springframework.http.ResponseEntity<SurveyDTO> |
SurveyRestController.getSurvey(Long survey)
Fetch a survey by id
|
org.springframework.http.ResponseEntity<SurveyDTO> |
SurveyRestController.getSurvey(String surveyName)
Fetch a survey by name
|
org.springframework.http.ResponseEntity<SurveyDTO> |
SurveyRestController.updateSurvey(Long surveyId,
SurveyDTO survey,
Principal principal)
Update survey
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<SurveyDTO> |
SurveyRestController.addSurvey(SurveyDTO survey,
Principal principal)
Create a survey
|
org.springframework.http.ResponseEntity<SurveyDTO> |
SurveyRestController.updateSurvey(Long surveyId,
SurveyDTO survey,
Principal principal)
Update survey
|
| Modifier and Type | Method and Description |
|---|---|
SurveyDTO |
JpaSurveyDataService.createSurvey(SurveyDTO survey)
Create a
JpaSurvey from the data in survey |
SurveyDTO |
ISurveyDataService.createSurvey(SurveyDTO survey) |
SurveyDTO |
JpaSurveyDataService.getSurvey(long id)
Search for
JpaSurvey specified by id. |
SurveyDTO |
ISurveyDataService.getSurvey(long id) |
SurveyDTO |
JpaSurveyDataService.getSurveyByName(String surveyName) |
SurveyDTO |
ISurveyDataService.getSurveyByName(String surveyName) |
SurveyDTO |
JpaSurveyDataService.updateSurvey(SurveyDTO survey)
Update base survey data.
|
SurveyDTO |
ISurveyDataService.updateSurvey(SurveyDTO survey) |
| Modifier and Type | Method and Description |
|---|---|
List<SurveyDTO> |
JpaSurveyDataService.getAllSurveys()
Return all surveys
|
List<SurveyDTO> |
ISurveyDataService.getAllSurveys() |
| Modifier and Type | Method and Description |
|---|---|
SurveyDTO |
JpaSurveyDataService.createSurvey(SurveyDTO survey)
Create a
JpaSurvey from the data in survey |
SurveyDTO |
ISurveyDataService.createSurvey(SurveyDTO survey) |
SurveyDTO |
JpaSurveyDataService.updateSurvey(SurveyDTO survey)
Update base survey data.
|
SurveyDTO |
ISurveyDataService.updateSurvey(SurveyDTO survey) |
| Modifier and Type | Method and Description |
|---|---|
SurveyDTO |
ISurveyMapper.toSurvey(JpaSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
List<SurveyDTO> |
ISurveyMapper.toSurveyList(List<JpaSurvey> jpaList) |
| Modifier and Type | Method and Description |
|---|---|
JpaSurvey |
ISurveyMapper.toJpaSurvey(SurveyDTO survey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISurveyReportGenerator.appliesTo(SurveyDTO survey)
ISurveyReportGenerator instances are responsible for knowing the
surveys for which they are supposed to generate reports. |
boolean |
DefaultSurveyReportGenerator.appliesTo(SurveyDTO survey) |
org.springframework.web.servlet.ModelAndView |
ISurveyReportGenerator.generateReport(SurveyDTO survey,
ResponseDTO response) |
org.springframework.web.servlet.ModelAndView |
DefaultSurveyReportGenerator.generateReport(SurveyDTO survey,
ResponseDTO response) |
ISurveyReportGenerator |
ISurveyReportMapper.getReportGenerator(SurveyDTO survey)
Provides the one instance of
ISurveyReportGenerator mapped to the
survey with the specified cannonicalName. |
ISurveyReportGenerator |
SurveyReportMapperImpl.getReportGenerator(SurveyDTO survey) |
Copyright © 2016 Jasig. All rights reserved.