Uses of Class
com.iizix.server.db.GroupInfo
Packages that use GroupInfo
Uses of GroupInfo in com.iizix.server.db
Methods in com.iizix.server.db that return GroupInfoModifier and TypeMethodDescriptionstatic GroupInfoGroupInfo.createGroup(String name, String descr, boolean isDisabled, boolean areAllAppsAllowed) Creates a new group with the specified information.static GroupInfoGroupInfo.createGroup(Connection conn, String name, 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(Connection conn) Gets all the groups from the database.static GroupInfoGets the group with the specified name.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[]Gets the groups for the names.static GroupInfo[]GroupInfo.getGroups(Connection conn, String[] names) Gets the groups for the names from the database.static GroupInfo[]GroupInfo.loadGroups(Connection conn, boolean returnGroupInfoArray) Loads all the groups.Methods in com.iizix.server.db with parameters of type GroupInfoModifier and TypeMethodDescriptionintBasicUserInfo.addGroups(Connection conn, GroupInfo... groups) Adds the groups to the user.static BasicUserInfoBasicUserInfo.createNewUser(Connection conn, String userName, String hashPW, boolean changePW, String email, String langCode, boolean hasLoggedIn, Map<String, String> details, GroupInfo... groups) Creates a new user and writes the information to the database.intBasicUserInfo.removeGroups(Connection conn, GroupInfo... groups) Removes the groups from the user.Uses of GroupInfo in com.iizix.server.prop
Methods in com.iizix.server.prop that return GroupInfo