| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.dto | |
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionAnswerDTO> |
QuestionDTO.getQuestionAnswers() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionDTO.setQuestionAnswers(List<QuestionAnswerDTO> jpaQuestionAnswers) |
| Modifier and Type | Method and Description |
|---|---|
QuestionAnswerDTO |
ISurveyMapper.toQuestionAnswer(JpaQuestionAnswer qa) |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionAnswerDTO> |
ISurveyMapper.toQuestionAnswerList(List<JpaQuestionAnswer> jpaList) |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestionAnswer |
ISurveyMapper.toJpaQuestionAnswer(QuestionAnswerDTO qa) |
Copyright © 2016 Jasig. All rights reserved.