|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use User | |
| net.sourceforge.jsurveyor | |
| Uses of User in net.sourceforge.jsurveyor |
| Methods in net.sourceforge.jsurveyor that return User | |
static User |
DataAccess.retrieveUser(java.lang.String key)
Retrieves a User object from the database. |
| Methods in net.sourceforge.jsurveyor with parameters of type User | |
static void |
DataAccess.storeUser(User usr)
Stores the passed User object in the corresponding User SQL-table |
static java.util.ArrayList |
DataAccess.retrieveQuestionnairesForOwner(User usr)
Retrieves all Questionnaire objects from the database with User usr as owner. |
static java.util.ArrayList |
DataAccess.fetchQuestionnaires(User usr)
Fetch all Questionnaire objects which the User passed as argument may answer. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||