|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractQuestion | |
|---|---|
| org.torweg.pulse.component.survey.model | is the model of the survey bundle. |
| Uses of AbstractQuestion in org.torweg.pulse.component.survey.model |
|---|
| Subclasses of AbstractQuestion in org.torweg.pulse.component.survey.model | |
|---|---|
class |
OpenQuestion
Is an open question. |
class |
QuestionGroup
For grouping of multiple AbstractQuestions. |
class |
SelectQuestion
Is a question providing multiple values to select. |
| Methods in org.torweg.pulse.component.survey.model that return AbstractQuestion | |
|---|---|
AbstractQuestion |
Survey.getQuestion(int index)
Returns the AbstractQuestion at the specified index. |
AbstractQuestion |
AbstractTypedAnswer.getQuestion(org.hibernate.Session s)
Returns the AbstractQuestion the
AbstractTypedAnswer<T> belongs to. |
| Methods in org.torweg.pulse.component.survey.model that return types with arguments of type AbstractQuestion | |
|---|---|
java.util.List<AbstractQuestion> |
Survey.getQuestions()
Returns the AbstractQuestions of the Survey. |
java.util.List<AbstractQuestion> |
QuestionGroup.getQuestions()
Returns the List<AbstractQuestion> of the
QuestionGroup. |
| Methods in org.torweg.pulse.component.survey.model with parameters of type AbstractQuestion | |
|---|---|
AbstractTypedAnswer<?> |
Questionnaire.getAnswer(AbstractQuestion quest)
Returns the {@code AbstractTypedAnswer<? |
AbstractTypedAnswer<?> |
QuestionGroupAnswer.getAnswer(AbstractQuestion quest)
Returns the {@code AbstractTypedAnswer |
| Method parameters in org.torweg.pulse.component.survey.model with type arguments of type AbstractQuestion | |
|---|---|
protected void |
QuestionGroup.setQuestions(java.util.List<AbstractQuestion> quests)
Sets the List<AbstractQuestion> for the
QuestionGroup. |
| Constructors in org.torweg.pulse.component.survey.model with parameters of type AbstractQuestion | |
|---|---|
OpenQuestionAnswer(AbstractQuestion quest,
java.lang.String val)
Creates a new OpenQuestionAnswer with the given val
and the given AbstractQuestion. |
|
QuestionGroupAnswer(AbstractQuestion quest,
java.util.List<AbstractTypedAnswer<?>> val)
Creates a new QuestionGroupAnswer with the given
val and the given AbstractQuestion. |
|
SelectQuestionAnswer(AbstractQuestion quest,
java.util.Collection<java.lang.String> vals,
java.lang.String customVal)
Creates a new SelectQuestionAnswer with the given
vals and the given AbstractQuestion. |
|
| Constructor parameters in org.torweg.pulse.component.survey.model with type arguments of type AbstractQuestion | |
|---|---|
QuestionGroup(java.util.List<AbstractQuestion> quests)
Creates a new QuestionGroup with the given
List<AbstractQuestion>. |
|
Survey(java.lang.String n,
java.util.List<AbstractQuestion> quests)
Creates a new Survey with the given name and the given
AbstractQuestions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||