|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
List<ChallengeQuestion> |
ChallengeQuestionDao.readChallengeQuestions()
|
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 | |
|---|---|
List<ChallengeQuestion> |
ChallengeQuestionService.readChallengeQuestions()
|
List<ChallengeQuestion> |
ChallengeQuestionServiceImpl.readChallengeQuestions()
|
| Uses of ChallengeQuestion in org.broadleafcommerce.profile.web.controller |
|---|
| Methods in org.broadleafcommerce.profile.web.controller that return types with arguments of type ChallengeQuestion | |
|---|---|
List<ChallengeQuestion> |
RegisterCustomerController.getChallengeQuestions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||