Uses of Interface
org.broadleafcommerce.profile.core.domain.ChallengeQuestion

Packages that use ChallengeQuestion
org.broadleafcommerce.profile.core.dao   
org.broadleafcommerce.profile.core.domain   
org.broadleafcommerce.profile.core.service   
 

Uses of ChallengeQuestion in org.broadleafcommerce.profile.core.dao
 

Methods in org.broadleafcommerce.profile.core.dao that return ChallengeQuestion
 ChallengeQuestion ChallengeQuestionDao.readChallengeQuestionById(long challengeQuestionId)
           
 ChallengeQuestion ChallengeQuestionDaoImpl.readChallengeQuestionById(long challengeQuestionId)
           
 

Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type ChallengeQuestion
 java.util.List<ChallengeQuestion> ChallengeQuestionDao.readChallengeQuestions()
           
 java.util.List<ChallengeQuestion> ChallengeQuestionDaoImpl.readChallengeQuestions()
           
 

Uses of ChallengeQuestion in org.broadleafcommerce.profile.core.domain
 

Classes in org.broadleafcommerce.profile.core.domain that implement ChallengeQuestion
 class ChallengeQuestionImpl
           
 

Fields in org.broadleafcommerce.profile.core.domain declared as ChallengeQuestion
protected  ChallengeQuestion CustomerImpl.challengeQuestion
           
 

Methods in org.broadleafcommerce.profile.core.domain that return ChallengeQuestion
 ChallengeQuestion Customer.getChallengeQuestion()
           
 ChallengeQuestion CustomerImpl.getChallengeQuestion()
           
 

Methods in org.broadleafcommerce.profile.core.domain with parameters of type ChallengeQuestion
 void Customer.setChallengeQuestion(ChallengeQuestion challengeQuestion)
           
 void CustomerImpl.setChallengeQuestion(ChallengeQuestion challengeQuestion)
           
 

Uses of ChallengeQuestion in org.broadleafcommerce.profile.core.service
 

Methods in org.broadleafcommerce.profile.core.service that return ChallengeQuestion
 ChallengeQuestion ChallengeQuestionService.readChallengeQuestionById(long challengeQuestionId)
           
 ChallengeQuestion ChallengeQuestionServiceImpl.readChallengeQuestionById(long challengeQuestionId)
           
 

Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type ChallengeQuestion
 java.util.List<ChallengeQuestion> ChallengeQuestionService.readChallengeQuestions()
           
 java.util.List<ChallengeQuestion> ChallengeQuestionServiceImpl.readChallengeQuestions()
           
 



Copyright © 2011. All Rights Reserved.