|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of QuestionResult in com.stratelia.webactiv.util.question.model |
|---|
| Methods in com.stratelia.webactiv.util.question.model that return types with arguments of type QuestionResult | |
|---|---|
Collection<QuestionResult> |
Question.getQuestionResults()
|
| Method parameters in com.stratelia.webactiv.util.question.model with type arguments of type QuestionResult | |
|---|---|
void |
Question.setQuestionResults(Collection<QuestionResult> results)
|
| Uses of QuestionResult in com.stratelia.webactiv.util.questionContainer.control |
|---|
| Methods in com.stratelia.webactiv.util.questionContainer.control that return QuestionResult | |
|---|---|
QuestionResult |
QuestionContainerBmEJB.getSuggestion(String userId,
QuestionPK questionPK,
AnswerPK answerPK)
|
QuestionResult |
QuestionContainerBm.getSuggestion(String userId,
QuestionPK questionPK,
AnswerPK answerPK)
Return the suggestion of the user, for the question and the answer |
| Methods in com.stratelia.webactiv.util.questionContainer.control that return types with arguments of type QuestionResult | |
|---|---|
Collection<QuestionResult> |
QuestionContainerBmEJB.getSuggestions(QuestionContainerPK questionContainerPK)
|
Collection<QuestionResult> |
QuestionContainerBm.getSuggestions(QuestionContainerPK questionContainerPK)
Method declaration |
| Uses of QuestionResult in com.stratelia.webactiv.util.questionContainer.model |
|---|
| Methods in com.stratelia.webactiv.util.questionContainer.model that return types with arguments of type QuestionResult | |
|---|---|
Collection<QuestionResult> |
QuestionContainerDetail.getCurrentUserVotes()
|
| Method parameters in com.stratelia.webactiv.util.questionContainer.model with type arguments of type QuestionResult | |
|---|---|
void |
QuestionContainerDetail.setCurrentUserVotes(Collection<QuestionResult> votes)
|
| Constructor parameters in com.stratelia.webactiv.util.questionContainer.model with type arguments of type QuestionResult | |
|---|---|
QuestionContainerDetail(QuestionContainerHeader header,
Collection<Question> questions,
Collection<Comment> comments,
Collection<QuestionResult> votes)
|
|
| Uses of QuestionResult in com.stratelia.webactiv.util.questionResult.control |
|---|
| Methods in com.stratelia.webactiv.util.questionResult.control that return QuestionResult | |
|---|---|
QuestionResult |
QuestionResultBmEJB.getUserAnswerToQuestion(String userId,
ForeignPK questionPK,
AnswerPK answerPK)
|
QuestionResult |
QuestionResultBm.getUserAnswerToQuestion(String userId,
ForeignPK questionPK,
AnswerPK answerPK)
Return result for a question and an answer of a user |
| Methods in com.stratelia.webactiv.util.questionResult.control that return types with arguments of type QuestionResult | |
|---|---|
Collection<QuestionResult> |
QuestionResultBmEJB.getQuestionResultToQuestion(ForeignPK questionPK)
|
Collection<QuestionResult> |
QuestionResultBm.getQuestionResultToQuestion(ForeignPK questionPK)
Return all result to a given question |
Collection<QuestionResult> |
QuestionResultBmEJB.getQuestionResultToQuestionByParticipation(ForeignPK questionPK,
int participationId)
|
Collection<QuestionResult> |
QuestionResultBm.getQuestionResultToQuestionByParticipation(ForeignPK questionPK,
int participationId)
Return all result to a given question for a given participation |
Collection<QuestionResult> |
QuestionResultBmEJB.getUserQuestionResultsToQuestion(String userId,
ForeignPK questionPK)
|
Collection<QuestionResult> |
QuestionResultBm.getUserQuestionResultsToQuestion(String userId,
ForeignPK questionPK)
Return all user result to a given question |
Collection<QuestionResult> |
QuestionResultBmEJB.getUserQuestionResultsToQuestionByParticipation(String userId,
ForeignPK questionPK,
int participationId)
|
Collection<QuestionResult> |
QuestionResultBm.getUserQuestionResultsToQuestionByParticipation(String userId,
ForeignPK questionPK,
int participationId)
Return all user result to a given question for a given participation |
| Methods in com.stratelia.webactiv.util.questionResult.control with parameters of type QuestionResult | |
|---|---|
void |
QuestionResultBmEJB.setQuestionResultToUser(QuestionResult result)
|
void |
QuestionResultBm.setQuestionResultToUser(QuestionResult result)
Store response given by a user |
| Method parameters in com.stratelia.webactiv.util.questionResult.control with type arguments of type QuestionResult | |
|---|---|
void |
QuestionResultBmEJB.setQuestionResultsToUser(Collection<QuestionResult> results)
|
void |
QuestionResultBm.setQuestionResultsToUser(Collection<QuestionResult> results)
Store responses given by a user |
| Uses of QuestionResult in com.stratelia.webactiv.util.questionResult.ejb |
|---|
| Methods in com.stratelia.webactiv.util.questionResult.ejb that return QuestionResult | |
|---|---|
static QuestionResult |
QuestionResultDAO.getUserAnswerToQuestion(Connection con,
String userId,
ForeignPK questionPK,
AnswerPK answerPK)
|
| Methods in com.stratelia.webactiv.util.questionResult.ejb that return types with arguments of type QuestionResult | |
|---|---|
static Collection<QuestionResult> |
QuestionResultDAO.getQuestionResultToQuestion(Connection con,
ForeignPK questionPK)
|
static Collection<QuestionResult> |
QuestionResultDAO.getQuestionResultToQuestionByParticipation(Connection con,
ForeignPK questionPK,
int participationId)
|
static Collection<QuestionResult> |
QuestionResultDAO.getUserQuestionResultsToQuestion(Connection con,
String userId,
ForeignPK questionPK)
|
static Collection<QuestionResult> |
QuestionResultDAO.getUserQuestionResultsToQuestionByParticipation(Connection con,
String userId,
ForeignPK questionPK,
int participationId)
|
| Methods in com.stratelia.webactiv.util.questionResult.ejb with parameters of type QuestionResult | |
|---|---|
static void |
QuestionResultDAO.setQuestionResultToUser(Connection con,
QuestionResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||