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

D

DataAccess - class net.sourceforge.jsurveyor.DataAccess.
This class handles the interaction with the underlying storage technology.
DataAccess() - Constructor for class net.sourceforge.jsurveyor.DataAccess
 
deleteAnswer(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the Answer object, with the AnswerID passed as argument.
deleteEvaluation(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the Evaluation object with the evaluationID passed as argument, along with all answers corresponding to this evaluation.
deleteEvaluationsForQuestionnaire(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes all evaluations generated from the Questionnaire with questionnaireID, by using the method deleteEvaluation(int evaluationID) recursively.
deleteQuestion(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the Question object, with the QuestionID passed as argument.
deleteQuestionPage(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the QuestionPage object, with the QuestionPageID passed as argument.
deleteQuestionnaire(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the Questionnaire object with the QuestionnaireID passed as argument, along with all QuestionPages corresponding to this Questionnaire.
deleteUser(String) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the User object, and updates all UserGroups which the User was a member of.
deleteUserGroup(int) - Static method in class net.sourceforge.jsurveyor.DataAccess
Deletes the row containing the representation of the UserGroup object, and updates all Users and UserGroups which the UserGroup was affected with.
doEndTag() - Method in class net.sourceforge.jsurveyor.tags.LoginTag
Automatically called when closing the tag
doEndTag() - Method in class net.sourceforge.jsurveyor.tags.MainDesignTag
Automatically called when closing the tag.
doEndTag() - Method in class net.sourceforge.jsurveyor.tags.NoCacheTag
Automatically called when closing the tag.
doStartTag() - Method in class net.sourceforge.jsurveyor.tags.MainDesignTag
Automatically called when starting the tag.

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