| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestionAnswer |
JpaQuestion.addJpaQuestionAnswer(JpaQuestionAnswer jpaQuestionAnswer) |
JpaQuestionAnswer |
IJpaSurveyDao.createQuestionAnswer(JpaQuestion question,
JpaAnswer answer,
Integer sequence) |
JpaQuestionAnswer |
JpaQuestion.removeJpaQuestionAnswer(JpaQuestionAnswer jpaQuestionAnswer) |
JpaQuestionAnswer |
ISurveyMapper.toJpaQuestionAnswer(QuestionAnswerDTO qa) |
| Modifier and Type | Method and Description |
|---|---|
Set<JpaQuestionAnswer> |
JpaQuestion.getJpaQuestionAnswers() |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestionAnswer |
JpaQuestion.addJpaQuestionAnswer(JpaQuestionAnswer jpaQuestionAnswer) |
JpaQuestionAnswer |
JpaQuestion.removeJpaQuestionAnswer(JpaQuestionAnswer jpaQuestionAnswer) |
QuestionAnswerDTO |
ISurveyMapper.toQuestionAnswer(JpaQuestionAnswer qa) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaQuestion.setJpaQuestionAnswers(Set<JpaQuestionAnswer> jpaQuestionAnswers) |
List<QuestionAnswerDTO> |
ISurveyMapper.toQuestionAnswerList(List<JpaQuestionAnswer> jpaList) |
Copyright © 2016 Jasig. All rights reserved.