| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
ChallengeQuestionDao.readChallengeQuestionById(long challengeQuestionId) |
ChallengeQuestion |
ChallengeQuestionDaoImpl.readChallengeQuestionById(long challengeQuestionId) |
ChallengeQuestion |
ChallengeQuestionDao.saveChallengeQuestion(ChallengeQuestion q) |
ChallengeQuestion |
ChallengeQuestionDaoImpl.saveChallengeQuestion(ChallengeQuestion q) |
| Modifier and Type | Method and Description |
|---|---|
List<ChallengeQuestion> |
ChallengeQuestionDao.readChallengeQuestions() |
List<ChallengeQuestion> |
ChallengeQuestionDaoImpl.readChallengeQuestions() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
ChallengeQuestionDao.saveChallengeQuestion(ChallengeQuestion q) |
ChallengeQuestion |
ChallengeQuestionDaoImpl.saveChallengeQuestion(ChallengeQuestion q) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChallengeQuestionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ChallengeQuestion |
CustomerImpl.challengeQuestion |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
Customer.getChallengeQuestion() |
ChallengeQuestion |
CustomerImpl.getChallengeQuestion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setChallengeQuestion(ChallengeQuestion challengeQuestion) |
void |
CustomerImpl.setChallengeQuestion(ChallengeQuestion challengeQuestion) |
| Modifier and Type | Method and Description |
|---|---|
ChallengeQuestion |
ChallengeQuestionService.readChallengeQuestionById(long challengeQuestionId) |
ChallengeQuestion |
ChallengeQuestionServiceImpl.readChallengeQuestionById(long challengeQuestionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ChallengeQuestion> |
ChallengeQuestionService.readChallengeQuestions() |
List<ChallengeQuestion> |
ChallengeQuestionServiceImpl.readChallengeQuestions() |
Copyright © 2015. All Rights Reserved.