public interface ChallengeQuestionDao
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
readChallengeQuestionById(long challengeQuestionId) |
java.util.List<ChallengeQuestion> |
readChallengeQuestions() |
java.util.List<ChallengeQuestion> readChallengeQuestions()
ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
Copyright © 2018. All Rights Reserved.