| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
JpaResponseAnswer |
JpaResponse.addJpaResponseAnswer(JpaResponseAnswer jpaResponseAnswer) |
JpaResponseAnswer |
JpaResponse.removeJpaResponseAnswer(JpaResponseAnswer jpaResponseAnswer) |
JpaResponseAnswer |
ISurveyMapper.toJpaResponseAnswer(ResponseAnswerDTO answer) |
| Modifier and Type | Method and Description |
|---|---|
Set<JpaResponseAnswer> |
JpaResponse.getJpaResponseAnswers() |
| Modifier and Type | Method and Description |
|---|---|
JpaResponseAnswer |
JpaResponse.addJpaResponseAnswer(JpaResponseAnswer jpaResponseAnswer) |
JpaResponseAnswer |
JpaResponse.removeJpaResponseAnswer(JpaResponseAnswer jpaResponseAnswer) |
ResponseAnswerDTO |
ISurveyMapper.toResponseAnswer(JpaResponseAnswer answer) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaResponse.setJpaResponseAnswers(Set<JpaResponseAnswer> jpaResponseAnswers) |
Copyright © 2016 Jasig. All rights reserved.