A C D E F G I L M N P Q R S T U

R

Report - class net.sourceforge.jsurveyor.Report.
This class is made for containing and calculating on the evaluations that users write in.
Report() - Constructor for class net.sourceforge.jsurveyor.Report
Default Constructor for Report, with no inputs and values
Report(int) - Constructor for class net.sourceforge.jsurveyor.Report
Constructor for Report, this is the most used constructor for report it takes the questionnaireID as an input for knowing which quesionnaire to take, and calls 2 methods: getEvaluations(questionnaireID) and findTypeOfInnerAnswers()
Report.InnerAnswerFreeText - class net.sourceforge.jsurveyor.Report.InnerAnswerFreeText.
 
Report.InnerAnswerFreeText(String, long, String) - Constructor for class net.sourceforge.jsurveyor.Report.InnerAnswerFreeText
The only constructor for InnerAnswerFreeText
Report.InnerAnswerMultipleChoice - class net.sourceforge.jsurveyor.Report.InnerAnswerMultipleChoice.
This class contains all the values needed from the MultipleChoiceAnswers, like how the answers are distributed over each choice
Report.InnerAnswerMultipleChoice() - Constructor for class net.sourceforge.jsurveyor.Report.InnerAnswerMultipleChoice
This is the default constructor for InnerAnswerMultipleChoice
Report.InnerAnswerMultipleChoice(String, String[], int[], int) - Constructor for class net.sourceforge.jsurveyor.Report.InnerAnswerMultipleChoice
This is the most used constructor for InnerAnswerMultipleChoice, which creates an instance of InnerAnswerMultipleChoice and adds it to the ArrayList innerAnswerMultipleChoice.
Report.InnerQuestionFreeText - class net.sourceforge.jsurveyor.Report.InnerQuestionFreeText.
 
Report.InnerQuestionFreeText() - Constructor for class net.sourceforge.jsurveyor.Report.InnerQuestionFreeText
The default constructor for InnerQuestionFreeText
Report.InnerQuestionFreeText(String, int) - Constructor for class net.sourceforge.jsurveyor.Report.InnerQuestionFreeText
The Constructor creates an instance of InnerQuestionFreeText
ReportOutput - class net.sourceforge.jsurveyor.ReportOutput.
Most of the standard code is taking from an example that Sean C.
ReportOutput() - Constructor for class net.sourceforge.jsurveyor.ReportOutput
This is the deafult constructor for ReportOutput
removeAdminUserGroup(UserGroup) - Method in class net.sourceforge.jsurveyor.AccessControl
Removes a usergroup from the list.
removeChild(UserComponent) - Method in class net.sourceforge.jsurveyor.UserComponent
Removes the userComponent from child list.
removeChoice(int) - Method in class net.sourceforge.jsurveyor.QuestionMultipleChoice
Removes a choice at the nth position from the existing array of choices
removeParent(UserComponent) - Method in class net.sourceforge.jsurveyor.UserComponent
Removes a parent from the userComponent.
removeQuestion(Question) - Method in class net.sourceforge.jsurveyor.QuestionPage
Remove a question from the page.
removeQuestionPage(QuestionPage) - Method in class net.sourceforge.jsurveyor.Questionnaire
Removes a page of questions from the Questionnaire.
removeUserGroup(UserGroup) - Method in class net.sourceforge.jsurveyor.Questionnaire
Removes a usergroup from the Questionnaire, so that they no longer can answer it.
retrieveAllEvaluations(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves all evaluations corresponding to the Questionnaire with QuestionnaireID passed as argument, from the database.
retrieveAllRootUserGroups() - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves all UserGroup objects which has no parents, from the database.
retrieveAllUserGroups() - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves all UserGroup objects from the database.
retrieveAllUsers() - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves all Users from database, except those of UserType root.
retrieveAnswer(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves an Answer object from the corresponding Answer SQL-table.
retrieveEvaluation(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a Evaluation object from the database.
retrieveQuestion(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a Question object from the database.
retrieveQuestionPage(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a QuestionPage object from the database.
retrieveQuestionnaire(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a Questionnaire object from the database.
retrieveQuestionnairesForOwner(User) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves all Questionnaire objects from the database with User usr as owner.
retrieveUser(String) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a User object from the database.
retrieveUserGroup(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Retrieves a UserGroup object from the database.

A C D E F G I L M N P Q R S T U