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 java.lang.Object
implements ChallengeQuestionDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  java.lang.String queryCacheableKey
           
 
Constructor Summary
ChallengeQuestionDaoImpl()
           
 
Method Summary
 java.lang.String getQueryCacheableKey()
           
 ChallengeQuestion readChallengeQuestionById(long challengeQuestionId)
           
 java.util.List<ChallengeQuestion> readChallengeQuestions()
           
 void setQueryCacheableKey(java.lang.String queryCacheableKey)
           
 
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

queryCacheableKey

protected java.lang.String queryCacheableKey
Constructor Detail

ChallengeQuestionDaoImpl

public ChallengeQuestionDaoImpl()
Method Detail

readChallengeQuestions

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

readChallengeQuestionById

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

getQueryCacheableKey

public java.lang.String getQueryCacheableKey()

setQueryCacheableKey

public void setQueryCacheableKey(java.lang.String queryCacheableKey)


Copyright © 2011. All Rights Reserved.