Uses of Class
userman.User

Packages that use User
userman This module of the Environmental Simulation Project web application supports user management. 
 

Uses of User in userman
 

Methods in userman that return User
 User UserManager.getEditedUser()
          Getter for the editedUser property.
 User UserManager.getUser()
          Getter for the user property.
 

Methods in userman with parameters of type User
 void UserManager.updateUser(User user)
          Updates a user's database information.