org.broadleafcommerce.profile.core.service
Class ChallengeQuestionServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.ChallengeQuestionServiceImpl
All Implemented Interfaces:
ChallengeQuestionService

@Service(value="blChallengeQuestionService")
public class ChallengeQuestionServiceImpl
extends java.lang.Object
implements ChallengeQuestionService


Field Summary
protected  ChallengeQuestionDao challengeQuestionDao
           
 
Constructor Summary
ChallengeQuestionServiceImpl()
           
 
Method Summary
 ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
           
 java.util.List<ChallengeQuestion> readChallengeQuestions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

challengeQuestionDao

protected ChallengeQuestionDao challengeQuestionDao
Constructor Detail

ChallengeQuestionServiceImpl

public ChallengeQuestionServiceImpl()
Method Detail

readChallengeQuestions

public java.util.List<ChallengeQuestion> readChallengeQuestions()
Specified by:
readChallengeQuestions in interface ChallengeQuestionService

readChallengeQuestionById

public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
Specified by:
readChallengeQuestionById in interface ChallengeQuestionService


Copyright © 2011. All Rights Reserved.