| Package | Description |
|---|---|
| org.kuali.kra.questionnaire | |
| org.kuali.kra.questionnaire.answer | |
| org.kuali.kra.questionnaire.question |
| Modifier and Type | Method and Description |
|---|---|
Question |
QuestionnaireQuestion.getQuestion() |
Question |
QuestionnaireMaintenanceForm.getQuestion() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionnaireQuestion.setQuestion(Question question) |
void |
QuestionnaireMaintenanceForm.setQuestion(Question question) |
| Modifier and Type | Method and Description |
|---|---|
Question |
Answer.getQuestion()
Gets the question attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Answer.setQuestion(Question question)
Sets the question attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
QuestionServiceImpl.getQuestionById(String questionId) |
Question |
QuestionService.getQuestionById(String questionId)
Retrieve a question from the database based upon its questionId.
|
Question |
QuestionServiceImpl.getQuestionByRefId(String questionRefId) |
Question |
QuestionService.getQuestionByRefId(String questionRefId)
Retrieve a question from the database based upon its questionRefId.
|
Question |
QuestionExplanation.getSequenceOwner() |
Question |
Question.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
int |
Question.compareTo(Question argQuestion)
The default comparator goes by the order of questionId, sequenceNumber.
|
void |
QuestionExplanation.setSequenceOwner(Question newlyVersionedOwner) |
void |
Question.setSequenceOwner(Question newlyVersionedOwner) |
boolean |
QuestionMaintenanceDocumentRule.validateAnswerMaxLengthWithCeiling(Question question) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.