public interface QuestionService
| Modifier and Type | Method and Description |
|---|---|
Question |
getQuestionById(String questionId)
Retrieve a question from the database based upon its questionId.
|
Question |
getQuestionByRefId(String questionRefId)
Retrieve a question from the database based upon its questionRefId.
|
boolean |
isQuestionUsed(String questionId)
Check if the question is used in a questionnaire.
|
Question getQuestionByRefId(String questionRefId)
questionRefId - of the questionQuestion getQuestionById(String questionId)
questionId - of the questionboolean isQuestionUsed(String questionId)
questionId - of the questionCopyright © 2013 The Kuali Foundation. All Rights Reserved.