org.broadleafcommerce.profile.core.service
Interface ChallengeQuestionService

All Known Implementing Classes:
ChallengeQuestionServiceImpl

public interface ChallengeQuestionService


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.