Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.rsi.ipstat.UserTable

Uses of UserTable in com.rsi.ipstat
 

Methods in com.rsi.ipstat that return UserTable
static UserTable DBManager.getUserByID(int id)
           
static UserTable DBManager.getUserList()
           
static UserTable DBManager.getUserShortList()
           
 

Methods in com.rsi.ipstat with parameters of type UserTable
static boolean DBManager.userAdd(UserTable usr)
           
static boolean DBManager.userUpdate(UserTable usr)