org.broadleafcommerce.profile.core.service
Class ChallengeQuestionServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.ChallengeQuestionServiceImpl
- All Implemented Interfaces:
- ChallengeQuestionService
@Service(value="blChallengeQuestionService")
public class ChallengeQuestionServiceImpl
- extends Object
- implements ChallengeQuestionService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
challengeQuestionDao
protected ChallengeQuestionDao challengeQuestionDao
ChallengeQuestionServiceImpl
public ChallengeQuestionServiceImpl()
readChallengeQuestions
public List<ChallengeQuestion> readChallengeQuestions()
- Specified by:
readChallengeQuestions in interface ChallengeQuestionService
readChallengeQuestionById
public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
- Specified by:
readChallengeQuestionById in interface ChallengeQuestionService
Copyright © 2012. All Rights Reserved.