@Service(value="blChallengeQuestionService") public class ChallengeQuestionServiceImpl extends Object implements ChallengeQuestionService
| Modifier and Type | Field and Description |
|---|---|
protected ChallengeQuestionDao |
challengeQuestionDao |
| Constructor and Description |
|---|
ChallengeQuestionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
readChallengeQuestionById(long challengeQuestionId) |
List<ChallengeQuestion> |
readChallengeQuestions() |
protected ChallengeQuestionDao challengeQuestionDao
@Transactional(value="blTransactionManager") public List<ChallengeQuestion> readChallengeQuestions()
readChallengeQuestions in interface ChallengeQuestionService@Transactional(value="blTransactionManager") public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
readChallengeQuestionById in interface ChallengeQuestionServiceCopyright © 2017. All rights reserved.