Uses of Class
com.iizix.server.db.GroupInfo
Uses of GroupInfo in com.iizix.server.db
Modifier and TypeMethodDescriptionstatic GroupInfo
GroupInfo.createGroup
(String name, String descr, boolean isDisabled, boolean areAllAppsAllowed) Creates a new group with the specified information.static GroupInfo
GroupInfo.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 GroupInfo
Gets 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.Modifier and TypeMethodDescriptionint
BasicUserInfo.addGroups
(Connection conn, GroupInfo... groups) Adds the groups to the user.static BasicUserInfo
BasicUserInfo.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.int
BasicUserInfo.removeGroups
(Connection conn, GroupInfo... groups) Removes the groups from the user.Uses of GroupInfo in com.iizix.server.prop