|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QuestionPK in com.stratelia.webactiv.util.question.control |
---|
Methods in com.stratelia.webactiv.util.question.control that return QuestionPK | |
---|---|
QuestionPK |
QuestionBmEJB.createQuestion(Question question)
|
QuestionPK |
QuestionBm.createQuestion(Question question)
Create a new question |
Methods in com.stratelia.webactiv.util.question.control with parameters of type QuestionPK | |
---|---|
AnswerPK |
QuestionBmEJB.createAnswerToAQuestion(Answer answerDetail,
QuestionPK questionPK)
|
AnswerPK |
QuestionBm.createAnswerToAQuestion(Answer answerDetail,
QuestionPK questionPK)
Add an answer to a question |
void |
QuestionBmEJB.deleteAnswersToAQuestion(QuestionPK questionPK)
|
void |
QuestionBm.deleteAnswersToAQuestion(QuestionPK questionPK)
Delete all answers to a question |
void |
QuestionBmEJB.deleteAnswerToAQuestion(AnswerPK answerPK,
QuestionPK questionPK)
|
void |
QuestionBm.deleteAnswerToAQuestion(AnswerPK answerPK,
QuestionPK questionPK)
Delete an answer to a question |
void |
QuestionBmEJB.deleteQuestion(QuestionPK questionPK)
|
void |
QuestionBm.deleteQuestion(QuestionPK questionPK)
Delete a question |
void |
QuestionBmEJB.deleteQuestionsByFatherPK(QuestionPK questionPK,
String fatherId)
|
void |
QuestionBm.deleteQuestionsByFatherPK(QuestionPK questionPK,
String fatherId)
Delete the questions of a father |
Question |
QuestionBmEJB.getQuestion(QuestionPK questionPK)
|
Question |
QuestionBm.getQuestion(QuestionPK questionPK)
Get a question |
Collection<Question> |
QuestionBmEJB.getQuestionsByFatherPK(QuestionPK questionPK,
String fatherId)
|
Collection<Question> |
QuestionBm.getQuestionsByFatherPK(QuestionPK questionPK,
String fatherId)
Get all questions for a given father |
Uses of QuestionPK in com.stratelia.webactiv.util.question.ejb |
---|
Methods in com.stratelia.webactiv.util.question.ejb that return QuestionPK | |
---|---|
static QuestionPK |
QuestionDAO.createQuestion(Connection con,
Question question)
Create a new question |
Methods in com.stratelia.webactiv.util.question.ejb with parameters of type QuestionPK | |
---|---|
static void |
QuestionDAO.deleteQuestion(Connection con,
QuestionPK questionPK)
Delete a question |
static void |
QuestionDAO.deleteQuestionsByFatherPK(Connection con,
QuestionPK questionPK,
String fatherId)
Delete all questions linked to a given father |
static Question |
QuestionDAO.getQuestion(Connection con,
QuestionPK questionPK)
Return a question |
static Collection<Question> |
QuestionDAO.getQuestionsByFatherPK(Connection con,
QuestionPK questionPK,
String fatherId)
Return the questions linked to a given father |
Uses of QuestionPK in com.stratelia.webactiv.util.question.model |
---|
Methods in com.stratelia.webactiv.util.question.model that return QuestionPK | |
---|---|
QuestionPK |
Question.getPK()
|
Methods in com.stratelia.webactiv.util.question.model with parameters of type QuestionPK | |
---|---|
void |
Question.setPK(QuestionPK pk)
|
Constructors in com.stratelia.webactiv.util.question.model with parameters of type QuestionPK | |
---|---|
Question(QuestionPK pk,
String fatherId,
String label,
String description,
String clue,
String image,
boolean isQCM,
int type,
boolean open)
|
|
Question(QuestionPK pk,
String fatherId,
String label,
String description,
String clue,
String image,
boolean isQCM,
int type,
boolean open,
int cluePenalty,
int maxTime,
int displayOrder,
int nbPointsMin,
int nbPointsMax)
|
|
Question(QuestionPK pk,
String fatherId,
String label,
String description,
String clue,
String image,
boolean isQCM,
int type,
boolean open,
int cluePenalty,
int maxTime,
int displayOrder,
int nbPointsMin,
int nbPointsMax,
String style)
|
|
Question(QuestionPK pk,
String fatherId,
String label,
String description,
String clue,
String image,
int type,
String style,
int cluePenalty,
int maxTime,
int displayOrder,
int nbPointsMin,
int nbPointsMax)
|
|
Question(QuestionPK pk,
String fatherId,
String label,
String description,
String clue,
String image,
String style,
int type)
Question constructor |
Uses of QuestionPK in com.stratelia.webactiv.util.questionContainer.control |
---|
Methods in com.stratelia.webactiv.util.questionContainer.control with parameters of type QuestionPK | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |