Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D G H I K M N O P Q R S T U V X

A

ANSWER_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
 
AnonP - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
AnonP - Whether or not you need to be logged in to vote (anonomous poll)
Answer - interface com.RuntimeCollective.questionnaire.bean.Answer.
Interface to implement if you want to create a new kind of Answer for Questionnaires.
Answer - Variable in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
The actual answer String
AnswerDate - Variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
The AnswerDate
AnsweredQuestionId - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
The AnsweredQuestion
AnsweredQuestionnaireId - Variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
The AnsweredQuestionnaire
AnsweringUserId - Variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
The AnsweringUser
Answers - Variable in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
The actual answer Collection of Strings
Answers - Variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
The Answers
addAnswer(Answer) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Add an Answer to this UserAnswers
addAnswer(int, Object) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Register a new Answer in this UserAnswers, for the question whose index/position is given, with a given Object answer.
addChoice(String, String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Add a Choice to this Question
addChoice(String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Add a Choice to this Question, generates a new key on the way
addQuestion(Question) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Add a Question to this Questionnaire
addUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Add a UserAnswers to this Questionnaire
addUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Add a UserAnswers to this Questionnaire

C

CHOICES_TABLE - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Filled in by subclasses by the setDatabaseParticulars() method
ClusterSafeQuestionnaire - class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire.
An extension of Questionnaire that is (I really hope) cluster-safe (i.e.
ClusterSafeQuestionnaire() - Constructor for class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
 
ClusterSafeQuestionnaire(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get a current Questionnaire from the RuntimeDataSource, given an id.
com.RuntimeCollective.questionnaire.bean - package com.RuntimeCollective.questionnaire.bean
The Questionnaire modules allows for the creation of complex Questionnaires, and the processing of data submitted by Users.

D

DATABASE_ID - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Filled in by subclasses by the setDatabaseParticulars() method
DATABASE_KEY - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Filled in by subclasses by the setDatabaseParticulars() method
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
The name of the database table for this bean type.
DATABASE_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
The name of the database table for this bean type.
Description - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
The description
Description - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
The Description of this SimpleQuestion
DisplayTexts - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
 
delete() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Delete this bean from the database.
delete() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Delete this QuestionnaireLink from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Delete this bean from the database.
delete() - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Delete this bean from the database.
deleteWithAnswers() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Delete the UserAnswers and all the Answers.

G

getAllUserAnswers() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get all UserAnswers from this Questionnaire
getAllUserAnswers(boolean) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get all member UserAnswers OR anon UserAnswers
getAllUserAnswers() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get all UserAnswers from this Questionnaire
getAllUserAnswers(boolean) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get all member UserAnswers OR anon UserAnswers
getAllUserAnswersAsList() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
List version of getAllUserAnswers().
getAllUserAnswersForUser(User) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get all UserAnswers from a given User for this Questionnaire
getAllUserAnswersForUser(User) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get all UserAnswers from a given User for this Questionnaire
getAnonP() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the AnonP
getAnswer(int) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get an Answer from this UserAnswers
getAnswerDate() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get the AnswerDate
getAnswerGiven() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Get the AnswerGiven of this Answer
getAnswerGiven() - Method in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Get the AnswerGiven of this Answer
getAnswerGiven() - Method in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Get the AnswerGiven of this Answer
getAnswerGiven() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Get the AnswerGiven of this Answer
getAnsweredQuestion() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Get the AnsweredQuestion of this Answer
getAnsweredQuestion() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Get the AnsweredQuestion of this Answer
getAnsweredQuestionnaire() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get the AnsweredQuestionnaire
getAnsweringUser() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get the AnsweringUser
getAnswers() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get all Answers from this UserAnswers
getDescription() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Get the Description of this Question
getDescription() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the description
getDescription() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Get the Description of this SimpleQuestion
getDisplayText(int) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get a DisplayText from this Question
getDisplayTexts() - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get all DisplayTexts from this Question
getId() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Get the unique id of this bean instance.
getId() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Get the unique id of this bean instance.
getId() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Get the unique id of this bean instance.
getId() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Get the unique id of this bean instance.
getId() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get the unique id of this bean instance.
getIndexOfAnswer(Answer) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get the (first) index of a Answer in this UserAnswers
getIndexOfKey(String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get the (first) index of a Key in this Question
getIndexOfQuestion(Question) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the (first) index of a Question in this Questionnaire
getIndexOfUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get the (first) index of a UserAnswers in this Questionnaire
getIndexOfUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the (first) index of a UserAnswers in this Questionnaire
getKey(int) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get a Key from this Question
getKeys() - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get all Keys from this Question
getLinkText() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Get the LinkText: for a QuestionnaireLink, this uses the Questionnaire's Name.
getLinkURL() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Get the LinkURL: a link to viewPage or previewPage For plain users, you should check if the link is displayable before calling this.
getName() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Get the Name of this Question
getName() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the name
getName() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Get the Name of this SimpleQuestion
getNotPolls(boolean) - Static method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Static method to get all the questionnaires that are not polls from the database.
getNotPollsAsList(boolean) - Static method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Static method to get all the polls from the database.
getNumberOfAnonVotes() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get the number of anonomous votes, ie the number of UsersAnswers where the userId is -1
getNumberOfAnonVotes() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the number of anonomous votes, ie the number of UsersAnswers where the userId is -1
getNumberOfLoggedOnVotes() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the number of logged on user votes, ie votes not made anon
getNumberOfVotes() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get the number of votes, ie the number of UserAnswers
getNumberOfVotes() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the number of votes, ie the number of UserAnswers
getOpenInNewWindow() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Get the OpenInNewWindow: always no for QuestionnaireLink.
getPolls(boolean) - Static method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Static method to get all the polls from the database.
getPollsAsList(boolean) - Static method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Static method to get all the polls from the database.
getProvisionalPosition() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Gets the next possible position for a UserAnswer, by examining the database
getQuestion(int) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get a Question from this Questionnaire
getQuestionnaire() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Get the Questionnaire of this Question
getQuestionnaire() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Get the Questionnaire
getQuestionnaire() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Get the Questionnaire of this Question
getQuestions() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get all Questions from this Questionnaire
getSecret() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get whether the results of the poll are secret to normal users
getUserAnswers() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Get the UserAnswers of this Answer
getUserAnswers(int) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Get a UserAnswers from this Questionnaire
getUserAnswers(int) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get a UserAnswers from this Questionnaire
getUserAnswers() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Get the UserAnswers of this Answer

H

HTTP - Static variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
 

I

id - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
This object's id
id - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
This object's id
id - Variable in class com.RuntimeCollective.questionnaire.bean.UserAnswers
This object's id
idFromUA(Object) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Returns the ID of a UserAnswers object, if indeed this object is a UserAnswers
init() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Initialise this object.
isAnonP() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get the AnonP
isAnswerValid(Object) - Method in class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
Check the validity of a raw Object answer for this Question.
isAnswerValid(Object) - Method in class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
Check the validity of a raw Object answer for this Question.
isAnswerValid(Object) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Check the validity of a raw Object answer for this Question.
isAnswerValid(Object) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Check the validity of a raw Object answer for this Question.
isAnswerValid(Object) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Check the validity of a raw Object answer for this Question.
isDisplayable() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Is this link displayable, ie is it valid ?
isNewChoiceValid(String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Check the validity of a new choice (as in, before actually adding it).
isSecret() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get whether the results of the poll are secret to normal users

K

Keys - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
The Keys and DisplayTexts

M

ManyInManyStringsQuestion - class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion.
Question implementation which offers the choice of many Strings between many.
ManyInManyStringsQuestion() - Constructor for class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
Construct a new blank ManyInManyStringsQuestion, giving it a new unique ID.
ManyInManyStringsQuestion(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
Get a current ManyInManyStringsQuestion from the RuntimeDataSource, given an id.
ManyStringAnswer - class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer.
Answer implementation which consists of a Collection of Strings.
ManyStringAnswer() - Constructor for class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Construct a new empty ManyStringAnswer, giving it a new unique ID.
ManyStringAnswer(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Get a current ManyStringAnswer from the RuntimeDataSource, given an id.
makeNewAnswer(Object) - Method in class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
Make a new Answer to this Question, based on a row answer Object.
makeNewAnswer(Object) - Method in class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
Make a new Answer to this Question, based on a row answer Object.
makeNewAnswer(Object) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Make a new Answer to this Question, based on a row answer Object.
makeNewAnswer(Object) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Make a new Answer to this Question, based on a row answer Object.
makeNewAnswer(Object) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Make a new Answer to this Question, based on a row answer Object.

N

Name - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
The name
Name - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
The Name of this SimpleQuestion

O

OneInManyStringsQuestion - class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion.
Question implementation which offers the choice of one String between many.
OneInManyStringsQuestion() - Constructor for class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
Construct a new blank OneInManyStringsQuestion, giving it a new unique ID.
OneInManyStringsQuestion(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
Get a current OneInManyStringsQuestion from the RuntimeDataSource, given an id.
OneStringAnswer - class com.RuntimeCollective.questionnaire.bean.OneStringAnswer.
Answer implementation which consists of a String.
OneStringAnswer() - Constructor for class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Construct a new blank OneStringAnswer, giving it a new unique ID.
OneStringAnswer(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Get a current OneStringAnswer from the RuntimeDataSource, given an id.

P

PAGEROOT - Static variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
 

Q

QUESTION_TABLE - Static variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
 
Question - interface com.RuntimeCollective.questionnaire.bean.Question.
Interface to implement if you want to create a new kind of Question for Questionnaires.
Questionnaire - class com.RuntimeCollective.questionnaire.bean.Questionnaire.
The Questionnaire class, which is basically a Publishable container of Questions and UserAnswers.
Questionnaire() - Constructor for class com.RuntimeCollective.questionnaire.bean.Questionnaire
Construct a new blank Questionnaire, giving it a new unique ID.
Questionnaire(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.Questionnaire
Get a current Questionnaire from the RuntimeDataSource, given an id.
QuestionnaireId - Variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Does this QuestionnaireLink link to a Questionnaire, and then which one ?
QuestionnaireId - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
The Questionnaire
QuestionnaireLink - class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink.
The QuestionnaireLink class implements the abstract Link class, by linking to a Questionnaire.
QuestionnaireLink() - Constructor for class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Construct a new blank QuestionnaireLink, giving it a new unique ID.
QuestionnaireLink(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Get a QuestionnaireLink from the database, given an id.
Questions - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
The Questions

R

REAL_DATABASE_TABLE - Variable in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Filled in by subclasses by the setDatabaseParticulars() method
removeAnswer(Answer) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Remove an Answer from this UserAnswers
removeChoice(String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Remove a Choice from this Question
removeChoiceIfNoVotes(String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Remove a choice from this question only if no votes have been cast in the overall questionnaire
removeQuestion(Question) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Remove a Question from this Questionnaire
removeUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Remove a UserAnswers from this Questionnaire
removeUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Remove a UserAnswers from this Questionnaire

S

Secret - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Whether the results of the poll are secret to normal users
SimpleAnswer - class com.RuntimeCollective.questionnaire.bean.SimpleAnswer.
Basic and incomplete implementation of the Answer interface, which you can subclass at will to create new types of Answers.
SimpleAnswer() - Constructor for class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Construct a new blank SimpleAnswer, giving it a new unique ID.
SimpleAnswer(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Get a current SimpleAnswer from the RuntimeDataSource, given an id.
SimpleQuestion - class com.RuntimeCollective.questionnaire.bean.SimpleQuestion.
Basic and incomplete implementation of the Question interface, which you can subclass at will to create new types of Questions.
SimpleQuestion() - Constructor for class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Construct a new blank SimpleQuestion, giving it a new unique ID.
SimpleQuestion(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Get a current SimpleQuestion from the RuntimeDataSource, given an id.
save() - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Save this bean to the database.
save() - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Save this QuestionnaireLink to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Save this bean to the database.
save() - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Save this bean to the database.
setAnonP(boolean) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set the AnonP
setAnswer(int, Answer) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Set an Answer in this UserAnswers
setAnswerDate(Date) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Set the AnswerDate
setAnswerGiven(Object) - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Set the AnswerGiven of this Answer
setAnswerGiven(Object) - Method in class com.RuntimeCollective.questionnaire.bean.ManyStringAnswer
Set the AnswerGiven of this Answer
setAnswerGiven(Object) - Method in class com.RuntimeCollective.questionnaire.bean.OneStringAnswer
Set the AnswerGiven of this Answer
setAnswerGiven(Object) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Set the AnswerGiven of this Answer
setAnsweredQuestion(Question) - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Set the AnsweredQuestion of this Answer
setAnsweredQuestion(Question) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Set the AnsweredQuestion of this Answer
setAnsweredQuestionnaire(Questionnaire) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Set the AnsweredQuestionnaire
setAnsweringUser(User) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Set the AnsweringUser
setDatabaseParticulars() - Method in class com.RuntimeCollective.questionnaire.bean.ManyInManyStringsQuestion
Fill in details of the database tables used by this class
setDatabaseParticulars() - Method in class com.RuntimeCollective.questionnaire.bean.OneInManyStringsQuestion
Fill in details of the database tables used by this class
setDatabaseParticulars() - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Subclasses must use this method to set the values of REAL_DATABASE_TABLE, CHOICES_TABLE, DATABASE_ID, and DATABASE_KEY, as used by the constructors and save/delete methods.
setDescription(String) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Set the Description of this Question
setDescription(String) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set the description
setDescription(String) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Set the Description of this SimpleQuestion
setDisplayText(int, String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Set a DisplayText in this Question
setId(int) - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Set the unique id of this bean instance.
setId(int) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Set the unique id of this bean instance.
setId(int) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Set the unique id of this bean instance.
setId(int) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Set the unique id of this bean instance.
setId(int) - Method in class com.RuntimeCollective.questionnaire.bean.UserAnswers
Set the unique id of this bean instance.
setKey(int, String) - Method in class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Set a Key in this Question
setName(String) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Set the Name of this Question
setName(String) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set the name
setName(String) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Set the Name of this SimpleQuestion
setQuestion(int, Question) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set a Question in this Questionnaire
setQuestionnaire(Questionnaire) - Method in interface com.RuntimeCollective.questionnaire.bean.Question
Set the Questionnaire of this Question
setQuestionnaire(Questionnaire) - Method in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
Set the Questionnaire
setQuestionnaire(Questionnaire) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleQuestion
Set the Questionnaire of this Question
setSecret(boolean) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set whether the results of the poll are secret to normal users
setUserAnswers(UserAnswers) - Method in interface com.RuntimeCollective.questionnaire.bean.Answer
Set the UserAnswers of this Answer
setUserAnswers(int, UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Set a UserAnswers in this Questionnaire.
setUserAnswers(int, UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.Questionnaire
Set a UserAnswers in this Questionnaire
setUserAnswers(UserAnswers) - Method in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
Set the UserAnswers of this Answer

T

TheUserAnswers - Variable in class com.RuntimeCollective.questionnaire.bean.Questionnaire
The UserAnswers

U

UserAnswers - class com.RuntimeCollective.questionnaire.bean.UserAnswers.
The UserAnswers class, which is basically a set of Answers given by a User to a Questionnaire.
UserAnswers() - Constructor for class com.RuntimeCollective.questionnaire.bean.UserAnswers
Construct a new blank UserAnswers, giving it a new unique ID.
UserAnswers(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.UserAnswers
Get a current UserAnswers from the RuntimeDataSource, given an id.
UserAnswersId - Variable in class com.RuntimeCollective.questionnaire.bean.SimpleAnswer
The UserAnswers
uaFromId(Object) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Returns a UserAnswers from an Integer object , if indeed this object is an Integer
unsaved - Variable in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
A list of UserAnswers added to this Questionnaire since the last save.
updateProvisionalPosition(int) - Method in class com.RuntimeCollective.questionnaire.bean.ClusterSafeQuestionnaire
Check the provisional position for the UserAnswer stored at position unsavedIndex in the unsaved List, to make sure it hasn't been used by another UserAnswer in the meantime.

V

VIEWQUESTIONNAIRE - Static variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
 
VIEWQUESTIONNAIREPATHPARAM - Static variable in class com.RuntimeCollective.questionnaire.bean.QuestionnaireLink
 

X

XInManyStringsQuestion - class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion.
Common superclass for OneInManyStringsQuestion and ManyInManyStringsQuestion - contains methods useful for both.
XInManyStringsQuestion() - Constructor for class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Construct a new blank XInManyStringsQuestion, giving it a new unique ID.
XInManyStringsQuestion(int) - Constructor for class com.RuntimeCollective.questionnaire.bean.XInManyStringsQuestion
Get a current XInManyStringsQuestion from the RuntimeDataSource, given an id.

A C D G H I K M N O P Q R S T U V X