Class UserGroupProperties
java.lang.Object
quadbase.reportorganizer.organizerAPI.UserGroupProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemberToGroup(quadbase.reportorganizer.data.Group group, String[] ug) booleancreateGroup(String newGroup, String description, String[] ug) booleanbooleancreateUser(String userName, String fullName, String email, String password, String role, String securityLevel) booleandeleteGroup(String[] groups) booleandeleteUser(String[] users) booleanupdateAdmin(String editUser, String password) boolean
-
Constructor Details
-
UserGroupProperties
internal use only- Throws:
Exception
-
-
Method Details
-
getGroupUserTree
- Throws:
Exception
-
createUser
public boolean createUser(String userName, String fullName, String email, String password, String role) throws Exception - Throws:
Exception
-
createUser
public boolean createUser(String userName, String fullName, String email, String password, String role, String securityLevel) throws Exception - Throws:
Exception
-
createGroup
- Throws:
Exception
-
addMemberToGroup
public void addMemberToGroup(quadbase.reportorganizer.data.Group group, String[] ug) throws Exception - Throws:
Exception
-
updateAdmin
- Throws:
Exception
-
updateUser
public boolean updateUser(String editUser, String fullName, String email, String password, String role) throws Exception - Throws:
Exception
-
deleteUser
- Throws:
Exception
-
deleteGroup
- Throws:
Exception
-
getUserList
- Throws:
Exception
-
getGroupList
- Throws:
Exception
-
getUser
- Throws:
Exception
-
getGroup
- Throws:
Exception
-