public interface ISurveyMapper
| Modifier and Type | Method and Description |
|---|---|
AnswerDTO |
toAnswer(JpaAnswer answer) |
JpaAnswer |
toJpaAnswer(AnswerDTO answer) |
JpaQuestion |
toJpaQuestion(QuestionDTO question) |
JpaQuestionAnswer |
toJpaQuestionAnswer(QuestionAnswerDTO qa) |
JpaResponse |
toJpaResponse(ResponseDTO response) |
JpaResponseAnswer |
toJpaResponseAnswer(ResponseAnswerDTO answer) |
JpaSurvey |
toJpaSurvey(SurveyDTO survey) |
QuestionDTO |
toQuestion(JpaQuestion question) |
QuestionAnswerDTO |
toQuestionAnswer(JpaQuestionAnswer qa) |
List<QuestionAnswerDTO> |
toQuestionAnswerList(List<JpaQuestionAnswer> jpaList) |
ResponseDTO |
toResponse(JpaResponse response) |
ResponseAnswerDTO |
toResponseAnswer(JpaResponseAnswer answer) |
List<ResponseDTO> |
toResponseList(List<JpaResponse> responseList) |
SurveyDTO |
toSurvey(JpaSurvey survey) |
List<SurveyDTO> |
toSurveyList(List<JpaSurvey> jpaList) |
QuestionDTO toQuestion(JpaQuestion question)
JpaQuestion toJpaQuestion(QuestionDTO question)
QuestionAnswerDTO toQuestionAnswer(JpaQuestionAnswer qa)
JpaQuestionAnswer toJpaQuestionAnswer(QuestionAnswerDTO qa)
List<QuestionAnswerDTO> toQuestionAnswerList(List<JpaQuestionAnswer> jpaList)
ResponseDTO toResponse(JpaResponse response)
JpaResponse toJpaResponse(ResponseDTO response)
ResponseAnswerDTO toResponseAnswer(JpaResponseAnswer answer)
JpaResponseAnswer toJpaResponseAnswer(ResponseAnswerDTO answer)
List<ResponseDTO> toResponseList(List<JpaResponse> responseList)
Copyright © 2016 Jasig. All rights reserved.