| java.lang.Object com.espada.bugtracker.app.Roles
Roles | public class Roles (Code) | | This is the User class.
When an instance of User is created, the class searches the database for an
existing user with the corresponding user id, and fills up the object properties.
Currently not implemented! I add users manually for now ...
To create a new user in the database, the static method User.createUser() must be used.
version: : $Id: Roles.java,v 1.7 2001/04/16 06:45:47 manik Exp $
author: : Manik Surtani
|
Constructor Summary | |
public | Roles() | public | Roles(int roleId) |
found | public boolean found(Code) | | |
Roles | public Roles(int roleId)(Code) | | |
update | public boolean update(int uid, int pid, int rid)(Code) | | |
|
|