| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.dto | |
| org.jasig.portlet.survey.service.jpa | |
| org.jasig.portlet.survey.service.jpa.repo |
| Constructor and Description |
|---|
SurveySummaryDTO(List<JpaResponse> responses) |
| Modifier and Type | Method and Description |
|---|---|
JpaResponse |
IJpaSurveyDao.createResponse(JpaResponse jpaResponse) |
JpaResponse |
JpaResponseAnswerPK.getJpaResponse() |
JpaResponse |
IJpaSurveyDao.getResponse(long id) |
JpaResponse |
IJpaSurveyDao.getResponseByUserAndSurvey(String user,
long surveyId) |
JpaResponse |
ISurveyMapper.toJpaResponse(ResponseDTO response) |
JpaResponse |
IJpaSurveyDao.updateResponse(JpaResponse jpaResponse) |
| Modifier and Type | Method and Description |
|---|---|
List<JpaResponse> |
IJpaSurveyDao.getResponseBySurvey(Long surveyId) |
List<JpaResponse> |
IJpaSurveyDao.getResponseByUser(String user) |
| Modifier and Type | Method and Description |
|---|---|
JpaResponse |
IJpaSurveyDao.createResponse(JpaResponse jpaResponse) |
void |
JpaResponseAnswerPK.setJpaResponse(JpaResponse jpaResponse) |
ResponseDTO |
ISurveyMapper.toResponse(JpaResponse response) |
JpaResponse |
IJpaSurveyDao.updateResponse(JpaResponse jpaResponse) |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseDTO> |
ISurveyMapper.toResponseList(List<JpaResponse> responseList) |
| Constructor and Description |
|---|
JpaResponseAnswerPK(JpaResponse response,
JpaQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
List<JpaResponse> |
JpaResponseRepository.findBySurvey(Long surveyId) |
List<JpaResponse> |
JpaResponseRepository.findByUser(String user) |
List<JpaResponse> |
JpaResponseRepository.findByUserAndSurvey(String user,
Long surveyId) |
Copyright © 2016 Jasig. All rights reserved.