public interface ChallengeQuestionDao
Modifier and Type | Method and Description |
---|---|
ChallengeQuestion |
readChallengeQuestionById(long challengeQuestionId) |
List<ChallengeQuestion> |
readChallengeQuestions() |
ChallengeQuestion |
saveChallengeQuestion(ChallengeQuestion q) |
List<ChallengeQuestion> readChallengeQuestions()
ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
ChallengeQuestion saveChallengeQuestion(ChallengeQuestion q)
Copyright © 2019. All rights reserved.