static GroupInfo | GroupInfo.createGroup(java.lang.String name, java.lang.String descr, boolean isDisabled, boolean areAllAppsAllowed) | Creates a new group with the specified information. |
---|
static GroupInfo | GroupInfo.createGroup(java.sql.Connection conn, java.lang.String name, java.lang.String descr, boolean isDisabled, boolean areAllAppsAllowed) | Creates a new group with the specified information. |
---|
static GroupInfo[] | GroupInfo.getAllGroups(boolean reload) | Gets all the groups from the database. |
---|
static GroupInfo[] | GroupInfo.getAllGroups(java.sql.Connection conn) | Gets all the groups from the database. |
---|
static GroupInfo | GroupInfo.getGroup(java.lang.String name, boolean reload) | Gets the group with the specified name. |
---|
GroupInfo[] | BasicUserInfo.getGroups(boolean reload) | Gets the groups of this user. |
---|
static GroupInfo[] | GroupInfo.getGroups(long[] groupIDs, boolean reload) | Gets the groups for the group IDs. |
---|
static GroupInfo[] | GroupInfo.getGroups(java.lang.String[] names, boolean reload) | Gets the groups for the names. |
---|
static GroupInfo[] | GroupInfo.getGroups(java.sql.Connection conn, java.lang.String[] names) | Gets the groups for the names from the database. |
---|
static GroupInfo[] | GroupInfo.loadGroups(java.sql.Connection conn, boolean returnGroupInfoArray) | Loads all the groups. |
---|