Method Summary |
|
public static void | addSelectColumns(Criteria criteria) |
public static Criteria | buildCriteria(User user) Builds a criteria object based upon an User object. |
public static boolean | checkExists(User user) Checks if a User is defined in the system. |
public static List | doSelect(Criteria criteria) Issues a select based on a criteria.
Parameters: criteria - Object containing data that is used to createthe SELECT statement. |
public static List | doSelect(Criteria criteria, User current) Issues a select based on a criteria.
Parameters: criteria - Object containing data that is used to createthe SELECT statement. Parameters: current - User object that is to be used as part of theresults - if not passed, then a new one is created. |
public static List | doSelect(Criteria criteria, Connection dbConn) Issues a select based on a criteria. |
public static void | doUpdate(Criteria criteria) Issues an update based on a criteria. |
public static String | getColumnName(String name) Returns the full name of a column. |
public String | getFullColumnName(String name) Returns the full name of a column. |
public static Class | getOMClass() The type of User this peer will instantiate. |
protected static TableMap | getTableMap() Returns the TableMap related to this peer. |
public static String | getTableName() Get the name of this table. |
public static void | populateObject(Record row, int offset, User obj) |
public static User | row2Object(Record row, int offset, Class cls) Implementss torque peers' method. |
public static List | selectAllConfirmedUsers() Returns a vector of all confirmed User objects. |
public static List | selectAllUsers() Returns a vector of all User objects. |