org.broadleafcommerce.profile.core.dao
Interface ChallengeQuestionDao

All Known Implementing Classes:
ChallengeQuestionDaoImpl

public interface ChallengeQuestionDao


Method Summary
 ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
           
 java.util.List<ChallengeQuestion> readChallengeQuestions()
           
 

Method Detail

readChallengeQuestions

java.util.List<ChallengeQuestion> readChallengeQuestions()

readChallengeQuestionById

ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)


Copyright © 2011. All Rights Reserved.