Uses of Class
com.peter.user.User

Packages that use User
  
com.peter.user   
 

Uses of User in
 

Methods in with parameters of type User
 boolean UserHandler.addNewUser(java.io.PrintWriter pw, User user)
          Adds a new User the DB.
 

Uses of User in com.peter.user
 

Methods in com.peter.user that return User
 User[] DBUser.getUserFromDBM(DBMatrix dbm)
          Returns an array of fetched User from the database.
 User[] DBUser.getUsers()
          Fetch an array of User from the database.
 User[] DBUser.getUsers(User user)
          Fetch an array of User from the database, with the same value as each variable in user has.
static User User.getUser(java.util.HashMap map)
          Converts a HashMap to a new User
 

Methods in com.peter.user with parameters of type User
 int DBUser.addUser(User user)
          Adds one User to the database.
 int DBUser.deleteUser(User user)
          Deleting one object from the database.
 int DBUser.updateUser(User user)
          Update one object in the database.
 User[] DBUser.getUsers(User user)
          Fetch an array of User from the database, with the same value as each variable in user has.