public interface IJpaSurveyDao
JpaSurveyQuestion attachQuestionToSurvey(Long survey, Long question, JpaSurveyQuestion surveyQuestion)
JpaQuestion createQuestion(JpaQuestion question)
JpaQuestionAnswer createQuestionAnswer(JpaQuestion question, JpaAnswer answer, Integer sequence)
JpaSurveyText createSurveyText(JpaSurveyText text)
JpaQuestion getQuestion(Long id)
JpaSurveyText getText(String key, String variant)
JpaQuestion updateQuestion(JpaQuestion question)
JpaResponse createResponse(JpaResponse jpaResponse)
JpaResponse getResponse(long id)
List<JpaResponse> getResponseByUser(String user)
JpaResponse getResponseByUserAndSurvey(String user, long surveyId)
JpaResponse updateResponse(JpaResponse jpaResponse)
List<JpaResponse> getResponseBySurvey(Long surveyId)
Copyright © 2016 Jasig. All rights reserved.