Method Summary |
|
public static Criteria | buildCriteria(Group group) |
public static boolean | checkExists(Group group) Checks if a Group 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 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 static String | getTableName() Get the name of this table. |
public static GroupSet | retrieveSet() Retrieves/assembles a GroupSet of all of the Groups. |
public static GroupSet | retrieveSet(Criteria criteria) Retrieves/assembles a GroupSet based on the Criteria passed in
Parameters: criteria - The criteria to use. throws: Exception - a generic exception. |