org.broadleafcommerce.profile.core.dao
Class ChallengeQuestionDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.dao.ChallengeQuestionDaoImpl
All Implemented Interfaces:
ChallengeQuestionDao

@Repository(value="blChallengeQuestionDao")
public class ChallengeQuestionDaoImpl
extends Object
implements ChallengeQuestionDao


Field Summary
protected  javax.persistence.EntityManager em
           
 
Constructor Summary
ChallengeQuestionDaoImpl()
           
 
Method Summary
 ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
           
 List<ChallengeQuestion> readChallengeQuestions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em
Constructor Detail

ChallengeQuestionDaoImpl

public ChallengeQuestionDaoImpl()
Method Detail

readChallengeQuestions

public List<ChallengeQuestion> readChallengeQuestions()
Specified by:
readChallengeQuestions in interface ChallengeQuestionDao

readChallengeQuestionById

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


Copyright © 2012. All Rights Reserved.