| Package | Description |
|---|---|
| org.jasig.portlet.survey.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestion |
IJpaSurveyDao.createQuestion(JpaQuestion question) |
JpaQuestion |
JpaSurveyQuestionPK.getJpaQuestion() |
JpaQuestion |
JpaQuestionAnswerPK.getJpaQuestion() |
JpaQuestion |
JpaResponseAnswerPK.getJpaQuestion() |
JpaQuestion |
IJpaSurveyDao.getQuestion(Long id) |
JpaQuestion |
ISurveyMapper.toJpaQuestion(QuestionDTO question) |
JpaQuestion |
IJpaSurveyDao.updateQuestion(JpaQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
JpaQuestion |
IJpaSurveyDao.createQuestion(JpaQuestion question) |
JpaQuestionAnswer |
IJpaSurveyDao.createQuestionAnswer(JpaQuestion question,
JpaAnswer answer,
Integer sequence) |
void |
JpaSurveyQuestionPK.setJpaQuestion(JpaQuestion jpaQuestion) |
void |
JpaQuestionAnswerPK.setJpaQuestion(JpaQuestion jpaQuestion) |
void |
JpaResponseAnswerPK.setJpaQuestion(JpaQuestion jpaQuestion) |
QuestionDTO |
ISurveyMapper.toQuestion(JpaQuestion question) |
JpaQuestion |
IJpaSurveyDao.updateQuestion(JpaQuestion question) |
| Constructor and Description |
|---|
JpaQuestionAnswerPK(JpaAnswer answer,
JpaQuestion question) |
JpaResponseAnswerPK(JpaResponse response,
JpaQuestion question) |
JpaSurveyQuestionPK(JpaQuestion jpaQuestion,
JpaSurvey jpaSurvey) |
Copyright © 2016 Jasig. All rights reserved.