Uses of Class
org.gcube.vomanagement.usermanagement.exception.UserManagementSystemException
Packages that use UserManagementSystemException
Package
Description
-
Uses of UserManagementSystemException in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that throw UserManagementSystemExceptionModifier and TypeMethodDescriptionUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) accept a membership request and optionally add the user to the groupbooleanRoleManager.assignRolesToUser(long userId, long groupId, long[] roleId) booleanRoleManager.assignRoleToUser(long userId, long groupId, long roleId) booleanRoleManager.assignTeamToUser(long userId, long teamId) associate one team to the existing teams of uservoidUserManager.assignUserToGroup(long groupId, long userId) this method assigns the user to the Group and perform other necessary actions (such as adding him to the HL Folder)booleanRoleManager.createRole(String roleName, String roleDescription) GroupManager.createRootVO(String rootVOName, String description) This method only creates the Group (site), no private or public pages are associatedRoleManager.createTeam(long creatorUserId, long groupId, String teamName, String teamDescription) RoleManager.createTeam(long groupId, String teamName, String teamDescription) it will crate the Team as Administrator, use the other method to pass the userIdUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, int type) Create the user and let you choose if you want to send him/her a mail notification and force or not the user to change his/her password.UserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, String mySpacesn, String twittersn, String facebooksn, String skypesn, String jabbersn, String aimsn, int type) Create the user and let you choose if you want to send him/her a mail notification and force or not the user to change his/her password.UserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, int type) Create the user and let you choose if you want to send him/her a mail notification and force or not the user to change his/her password.UserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, int type) Create the user without sending notification mail and without forcing him to change the password at first login.This method only creates the Group (site), no private or public pages are associatedThis method only creates the Group (site), no private or public pages are associatedbooleanRoleManager.deleteRole(long roleId) RoleManager.deleteTeam(long teamId) booleanRoleManager.deleteTeams(long groupId) voidUserManager.deleteUserByEMail(String email) Delete a user given his mailvoidUserManager.dismissUserFromGroup(long groupId, long userId) this method removes the user to the Group and perform other necessary actions (such as removing him from the HL Folder)GroupManager.getGroup(long groupId) longGroupManager.getGroupId(String groupName) longGroupManager.getGroupIdFromInfrastructureScope(String scope) longGroupManager.getGroupParentId(long groupId) GroupManager.getInfrastructureScope(long groupId) UserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus status) RoleManager.getRole(long roleId) GroupManager.getRootVO()GroupManager.getRootVOName()GroupManager.getScope(long groupId) Deprecated.please use getInfrastructureScope(long groupId)RoleManager.getTeam(long teamId) UserManager.getUserByEmail(String email) UserManager.getUserById(long userId) UserManager.getUserByScreenName(String username) Deprecated.use getUserByUsernameUserManager.getUserByUsername(String username) UserManager.getUserContactsByGroup(long userId, long scopeGroupId) longUserManager.getUserProfessionalBackground(long userId) intUserManager.getUsersCount()Returns the number of total users.GroupManager.isRootVO(long groupId) GroupManager.isVO(long groupId) GroupManager.isVRE(long groupId) GroupManager.listGroups()* @return a flat list of VOs and VREs present in this gateway mapped as @seeGCubeGroupGroupManager.listGroupsAndRolesByUser(long userId) GroupManager.listGroupsByUser(long userId) GroupManager.listGroupsByUserAndSite(long userId, String serverName) GroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) UserManager.listMembershipRequestsByGroup(long groupId) UserManager.listPendingMembershipRequestsByGroup(long groupId) UserManager.listUnregisteredUsersByGroup(long groupId) UserManager.listUsers()UserManager.listUsers(boolean indexed) UserManager.listUsers(int start, int end) Returns a range of all the users.UserManager.listUsersAndRolesByGroup(long groupId) UserManager.listUsersByGroup(long groupId) UserManager.listUsersByGroup(long groupId, boolean indexed) UserManager.listUsersByGroup(long groupId, int start, int end) UserManager.listUsersByGroupAndRole(long groupId, long roleId) UserManager.listUsersByGroupName(String name) UserManager.listUsersByTeam(long teamId) /**GroupManager.listVresByUser(long userId) * @return the list of user VREsUserManager.rejectMembershipRequest(long userId, long groupId, String replyUsername, String replyComment) rejects a membership requestbooleanRoleManager.removeAllRolesFromUser(long userId, long... groupIds) booleanRoleManager.removeRoleFromUser(long userId, long groupId, long roleId) UserManager.requestMembership(long userId, long groupId, String comment) request the membership to a restricted Site, no further actions are performed (no emails are sent, nor notifications)voidUserManager.setUserProfessionalBackground(long userId, String summary) Save the user professional background -
Uses of UserManagementSystemException in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that throw UserManagementSystemExceptionModifier and TypeMethodDescriptionLiferayUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) accept a membership request and optionally add the user to the groupbooleanLiferayRoleManager.assignRolesToUser(long userId, long groupId, long[] roleIds) booleanLiferayRoleManager.assignRoleToUser(long userId, long groupId, long roleId) booleanLiferayRoleManager.assignTeamToUser(long userId, long teamId) voidLiferayUserManager.assignUserToGroup(long groupId, long userId) this method assigns the user to the Group and perform other necessary actions (such as adding him to the HL Folder)booleanLiferayRoleManager.createRole(String roleName, String roleDescription) LiferayGroupManager.createRootVO(String rootVOName, String description) This method only creates the Group (site), no private or public pages are associatedLiferayRoleManager.createTeam(long userId, long groupId, String teamName, String teamDescription) LiferayRoleManager.createTeam(long groupId, String teamName, String teamDescription) it will crate the Team as Administrator, use the other method to pass the userIdLiferayUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, int type) Create the user and let you choose if you want to send him/her a mail notification and force or not the user to change his/her password.LiferayUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, String mySpacesn, String twittersn, String facebooksn, String skypesn, String jabbersn, String aimsn, int type) LiferayUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, int type) Create the user and let you choose if you want to send him/her a mail notification and force or not the user to change his/her password.LiferayUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, int type) Create the user without sending notification mail and without forcing him to change the password at first login.This method only creates the Group (site), no private or public pages are associatedLiferayGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) This method only creates the Group (site), no private or public pages are associatedbooleanLiferayRoleManager.deleteRole(long roleId) LiferayRoleManager.deleteTeam(long teamId) booleanLiferayRoleManager.deleteTeams(long groupId) voidLiferayUserManager.deleteUserByEMail(String email) voidLiferayUserManager.dismissUserFromGroup(long groupId, long userId) this method removes the user to the Group and perform other necessary actions (such as removing him from the HL Folder)LiferayGroupManager.getGroup(long groupId) longLiferayGroupManager.getGroupId(String groupName) longLiferayGroupManager.getGroupIdFromInfrastructureScope(String scope) longLiferayGroupManager.getGroupParentId(long groupId) LiferayGroupManager.getInfrastructureScope(long groupId) LiferayUserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus requestStatus) LiferayGroupManager.getRootVO()LiferayGroupManager.getRootVOName()LiferayGroupManager.getScope(long groupId) Deprecated.please use getInfrastructureScope(long groupId)LiferayRoleManager.getTeam(long teamId) LiferayUserManager.getUserByEmail(String emailAddress) LiferayUserManager.getUserById(long userId) LiferayUserManager.getUserByScreenName(String username) Deprecated.LiferayUserManager.getUserByUsername(String username) LiferayUserManager.getUserContactsByGroup(long userId, long scopeGroupId) longLiferayUserManager.getUserProfessionalBackground(long userId) intLiferayUserManager.getUsersCount()Returns the number of total users.LiferayGroupManager.isRootVO(long groupId) LiferayGroupManager.isVO(long groupId) LiferayGroupManager.isVRE(long groupId) LiferayGroupManager.listGroups()* @return a flat list of VOs and VREs present in this gateway mapped as @seeGCubeGroupLiferayGroupManager.listGroupsAndRolesByUser(long userId) LiferayGroupManager.listGroupsByUser(long userId) LiferayGroupManager.listGroupsByUserAndSite(long userId, String serverName) LiferayGroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) LiferayUserManager.listMembershipRequestsByGroup(long groupId) LiferayUserManager.listPendingMembershipRequestsByGroup(long groupId) LiferayUserManager.listUnregisteredUsersByGroup(long groupId) LiferayUserManager.listUsers()LiferayUserManager.listUsers(boolean indexed) LiferayUserManager.listUsers(int start, int end) Returns a range of all the users.LiferayUserManager.listUsersAndRolesByGroup(long groupId) LiferayUserManager.listUsersByGroup(long groupId) LiferayUserManager.listUsersByGroup(long groupId, boolean indexed) LiferayUserManager.listUsersByGroup(long groupId, int start, int end) LiferayUserManager.listUsersByGroupAndRole(long groupId, long roleId) LiferayUserManager.listUsersByGroupName(String name) LiferayUserManager.listUsersByTeam(long teamId) /**LiferayGroupManager.listVresByUser(long userId) LiferayUserManager.rejectMembershipRequest(long requestUserId, long groupId, String replyUsername, String replyComment) rejects a membership requestbooleanLiferayRoleManager.removeAllRolesFromUser(long userId, long... groupIds) booleanLiferayRoleManager.removeRoleFromUser(long userId, long groupId, long roleId) LiferayUserManager.requestMembership(long userId, long groupId, String comment) request the membership to a restricted Site, no further actions are performed (no emails are sent, nor notifications)voidLiferayUserManager.setUserProfessionalBackground(long userId, String summary) -
Uses of UserManagementSystemException in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that throw UserManagementSystemExceptionModifier and TypeMethodDescriptionLiferayWSUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) booleanLiferayWSRoleManager.assignRolesToUser(long userId, long groupId, long[] roleId) booleanLiferayWSRoleManager.assignRoleToUser(long userId, long groupId, long roleId) booleanLiferayWSRoleManager.assignTeamToUser(long userId, long teamId) voidLiferayWSUserManager.assignUserToGroup(long groupId, long userId) booleanLiferayWSRoleManager.createRole(String roleName, String roleDescription) LiferayWSGroupManager.createRootVO(String rootVOName, String description) LiferayWSRoleManager.createTeam(long creatorUserId, long groupId, String teamName, String teamDescription) LiferayWSRoleManager.createTeam(long groupId, String teamName, String teamDescription) LiferayWSUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, int type) LiferayWSUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, byte[] portraitBytes, String mySpacesn, String twittersn, String facebooksn, String skypesn, String jabbersn, String aimsn, int type) LiferayWSUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, boolean sendEmail, boolean forcePasswordReset, int type) LiferayWSUserManager.createUser(boolean autoScreenName, String username, String email, String firstName, String middleName, String lastName, String jobTitle, String location_industry, String backgroundSummary, boolean male, String reminderQuestion, String reminderAnswer, int type) LiferayWSGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) booleanLiferayWSRoleManager.deleteRole(long roleId) LiferayWSRoleManager.deleteTeam(long teamId) booleanLiferayWSRoleManager.deleteTeams(long groupId) voidLiferayWSUserManager.deleteUserByEMail(String email) voidLiferayWSUserManager.dismissUserFromGroup(long groupId, long userId) LiferayWSGroupManager.getGroup(long groupId) longLiferayWSGroupManager.getGroupId(String groupName) longLiferayWSGroupManager.getGroupIdFromInfrastructureScope(String scope) longLiferayWSGroupManager.getGroupParentId(long groupId) LiferayWSGroupManager.getInfrastructureScope(long groupId) LiferayWSUserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus status) LiferayWSRoleManager.getRole(long roleId) LiferayWSGroupManager.getRootVO()LiferayWSGroupManager.getRootVOName()LiferayWSGroupManager.getScope(long groupId) LiferayWSRoleManager.getTeam(long teamId) LiferayWSUserManager.getUserByEmail(String email) LiferayWSUserManager.getUserById(long userId) LiferayWSUserManager.getUserByScreenName(String username) LiferayWSUserManager.getUserByUsername(String username) LiferayWSUserManager.getUserContactsByGroup(long userId, long scopeGroupId) longLiferayWSUserManager.getUserProfessionalBackground(long userId) intLiferayWSUserManager.getUsersCount()LiferayWSGroupManager.isRootVO(long groupId) LiferayWSGroupManager.isVO(long groupId) LiferayWSGroupManager.isVRE(long groupId) LiferayWSGroupManager.listGroups()LiferayWSGroupManager.listGroupsAndRolesByUser(long userId) LiferayWSGroupManager.listGroupsByUser(long userId) LiferayWSGroupManager.listGroupsByUserAndSite(long userId, String serverName) LiferayWSGroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) LiferayWSUserManager.listMembershipRequestsByGroup(long groupId) LiferayWSUserManager.listPendingMembershipRequestsByGroup(long groupId) LiferayWSUserManager.listUnregisteredUsersByGroup(long groupId) LiferayWSUserManager.listUsers()LiferayWSUserManager.listUsers(boolean indexed) LiferayWSUserManager.listUsers(int start, int end) LiferayWSUserManager.listUsersAndRolesByGroup(long groupId) LiferayWSUserManager.listUsersByGroup(long groupId) LiferayWSUserManager.listUsersByGroup(long groupId, boolean indexed) LiferayWSUserManager.listUsersByGroup(long groupId, int start, int end) LiferayWSUserManager.listUsersByGroupAndRole(long groupId, long roleId) LiferayWSUserManager.listUsersByGroupName(String name) LiferayWSUserManager.listUsersByTeam(long teamId) LiferayWSGroupManager.listVresByUser(long userId) LiferayWSUserManager.rejectMembershipRequest(long userId, long groupId, String replyUsername, String replyComment) booleanLiferayWSRoleManager.removeAllRolesFromUser(long userId, long... groupIds) booleanLiferayWSRoleManager.removeRoleFromUser(long userId, long groupId, long roleId) LiferayWSUserManager.requestMembership(long userId, long groupId, String comment) voidLiferayWSUserManager.setUserProfessionalBackground(long userId, String summary)