Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U
G
generatePDFDocument(HttpServletRequest, ServletContext)
- Method in class net.sourceforge.jsurveyor.
ReportOutput
The method generates a pdf document, getting all data from report, and setting it up.
getAccessControl()
- Method in class net.sourceforge.jsurveyor.
User
Returns the AccessControl object that belongs to this user.
getAdminUserGroup()
- Method in class net.sourceforge.jsurveyor.
AccessControl
Retrieves the ArrayList of added userGroups.
getAllEvaluationsSize()
- Method in class net.sourceforge.jsurveyor.
Report
The method returns the size of the Arraylist allEvaluations that contains the reference to all evaluations taken from the database
getAnswer()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerFreeText
The method returns the answer for the person who wrote this answer.
getAnswerSize()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns the number of answers
getAnswers()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns an ArrayList containing toString representations of all the answers in the evaluation
getAnswers()
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method returns a String Array with the text for each answer, in the ArrayList innerAnswersFreeText for this instance of InnerQuestionFreeText.
getChoice()
- Method in class net.sourceforge.jsurveyor.
AnswerMultipleChoice
Returns the index number of the answered choice.
getChoice()
- Method in class net.sourceforge.jsurveyor.
QuestionMultipleChoice
This method returns the text of the different choices.
getCity()
- Method in class net.sourceforge.jsurveyor.
User
Returns the city.
getCountry()
- Method in class net.sourceforge.jsurveyor.
User
Returns the country.
getEmail()
- Method in class net.sourceforge.jsurveyor.
User
Returns the email.
getEvaluationID()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns the evaluations ID.
getEvaluations(int)
- Method in class net.sourceforge.jsurveyor.
Report
Method getEvaluations, this method runs through all evaluations for that questionnaire and takes out each of them and compares them with the ones already in the ArrayList usableEvaluations.
getFreeText()
- Method in class net.sourceforge.jsurveyor.
AnswerFreeText
Returns the answered freetext
getFullName()
- Method in class net.sourceforge.jsurveyor.
User
Returns the fullname.
getGroupName()
- Method in class net.sourceforge.jsurveyor.
UserGroup
Returns the name of the usergroup.
getInnerAnswerMultipleChoice()
- Method in class net.sourceforge.jsurveyor.
Report
The method return the ArrayList innerAnswerMultipleChoice which contains the references to the instances of InnerAnswerMultipleChoice in the report
getInnerAnswerMultipleChoiceDistribution()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerMultipleChoice
This method return an int Array of how many answers there is at each choice
getInnerAnswerMultipleChoiceDistribution(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method gets the instance of the type InnerAnswerMultipleChoice at the index j in the ArrayLisy innerAnswerMultipleChoice.
getInnerAnswerMultipleChoiceQuestionID()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerMultipleChoice
The method returns the questionID that this is the answer for.
getInnerAnswerMultipleChoiceQuestionText()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerMultipleChoice
This method returns the questionText for it's respective instance of InnerAnswerMultipleChoice.
getInnerAnswerMultipleChoiceQuestionText(int)
- Method in class net.sourceforge.jsurveyor.
Report
Method getInnerAnswerMultipleChoiceQuestionText
getInnerAnswerMultipleChoiceSize()
- Method in class net.sourceforge.jsurveyor.
Report
The method return the size of the ArrayList
getInnerAnswerMultipleChoiceText()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerMultipleChoice
This method returns a String Array containing each individual text for each choice
getInnerAnswerMultipleChoiceText(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method returns a String Array for a specific InnerAnswerMultipleChoice, where the String contains the text for each choice posibility
getInnerAnswerSize()
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method returns the number of answers in the ArrayList innerAnswersFreeText.
getInnerAnswerSize(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method returns the number of answers to this instance of InnerQuestionFreeText.
getInnerAnswerText(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method returns a String Array consisting of all the answers for that instanceOf InnerQuestionFreeText.
getInnerFreeTextSize()
- Method in class net.sourceforge.jsurveyor.
Report
This method returns the size of the Arraylist that contains the references to the objects of the Class.
getInnerQuestionFreeText(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method return the Question text for the instance of InnerQuestionFreeText
getInnerQuestionFreeTextSize(int)
- Method in class net.sourceforge.jsurveyor.
Report
this returns the number of answers for the Question at index i in the ArrayList innerQuestionFreeText.
getInnerQuestionText()
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method returns the Question Text.
getInnerUserText(int)
- Method in class net.sourceforge.jsurveyor.
Report
The method returns a String Array consisting of all the users for that instanceOf InnerQuestionFreeText.
getInstance()
- Static method in class net.sourceforge.jsurveyor.
PasswordService
Method that returns a singleton instance of this class.
getIntroText()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns the intro text of the questionnaire.
getOwner()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns the owner of the questionnaire.
getParents()
- Method in class net.sourceforge.jsurveyor.
UserComponent
Returns an ArrayList with toString representation of the added parents.
getPassword()
- Method in class net.sourceforge.jsurveyor.
User
Returns the encrypted form of the password.
getQuestionID()
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method returns the questionID
getQuestionPageID()
- Method in class net.sourceforge.jsurveyor.
QuestionPage
Returns the ID of the page.
getQuestionnaireID()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns an id of the questionnaire that this is an evaluation for.
getQuestionnaireID()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns the id of the questionnaire.
getQuestionnaireIntroText()
- Method in class net.sourceforge.jsurveyor.
Report
The method returns the text that was in the intro in the used questionnaire
getQuestionnaireName()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns the name of the questionnaire.
getQuestionnaireName()
- Method in class net.sourceforge.jsurveyor.
Report
The method returns the name for the questionnaire
getRefChildren()
- Method in class net.sourceforge.jsurveyor.
UserComponent
Returns an ArrayList with toString representations of the added children.
getRefParents()
- Method in class net.sourceforge.jsurveyor.
UserComponent
Returns an ArrayList with toString representations of the added parents.
getRefQuestionPages()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns an ArrayList with toString representations of the added questionPages.
getRefQuestions()
- Method in class net.sourceforge.jsurveyor.
QuestionPage
Returns an ArrayList with toString representations of the added Questions.
getRefUserGroups()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns an ArrayList with toString representations of the userGroups that are allowed to answer the questionnaire.
getState()
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Returns whether or not the questionnaire is active.
getTimestamp()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns the timestamp of the object.
getUsableEvaluationsSize()
- Method in class net.sourceforge.jsurveyor.
Report
The method returns the size of the Arraylist usableEvaluations which contains the references to the newest evaluations for each user
getUserGroupID()
- Method in class net.sourceforge.jsurveyor.
UserGroup
Returns the ID of the usergroup.
getUserGroupName()
- Method in class net.sourceforge.jsurveyor.
UserGroup
Returns the name of the usergroup.
getUserName()
- Method in class net.sourceforge.jsurveyor.
Evaluation
Returns the username of the person that has submitted this evaluation.
getUserName()
- Method in class net.sourceforge.jsurveyor.
Report.InnerAnswerFreeText
The method returns the username for the person who wrote this answer.
getUserName()
- Method in class net.sourceforge.jsurveyor.
User
Returns the username.
getUserType()
- Method in class net.sourceforge.jsurveyor.
AccessControl
Returns the userType
getUsers()
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method returns a String Array with the username for each answer, in the ArrayList innerAnswersFreeText for this instance of InnerQuestionFreeText.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U