|
Class Summary |
| AccessControl |
Class that handles privilegies for the User class.
|
| AnswerFreeText |
Class to model freetext answers. |
| AnswerMultipleChoice |
Class to model multiplechoice answers.
|
| DataAccess |
This class handles the interaction with the underlying storage technology.
|
| Evaluation |
This is a container class to handle a users submitted answers for a questionnaire.
|
| PasswordService |
Singleton class that handles the encryption of passwords. |
| QuestionFreeText |
Class to model a freetext question.
|
| QuestionMultipleChoice |
Class to model multipechoice questions
Besides what is implemented from its superclass it handles the list of possible answers for the multiplechoice question. |
| Questionnaire |
Class to model questionnaires.
|
| QuestionPage |
Class to model pages in questionnaires.
|
| Report |
This class is made for containing and calculating on the evaluations that
users write in. |
| ReportOutput |
Most of the standard code is taking from an example that Sean C. |
| TestOrDie |
Junit test. |
| User |
Class to model users.
|
| UserComponent |
Class to handle the composite structure of users and usergroups |
| UserGroup |
Class to model UserGroups.
|