Uses of Class
org.gcube.vomanagement.usermanagement.exception.UserManagementPortalException
Packages that use UserManagementPortalException
Package
Description
-
Uses of UserManagementPortalException in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that throw UserManagementPortalExceptionModifier and TypeMethodDescriptionUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) accept a membership request and optionally add the user to the groupvoidUserManager.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)GroupManager.createRootVO(String rootVOName, String description) 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 associatedThis method only creates the Group (site), no private or public pages are associatedvoidUserManager.deleteUserByEMail(String email) Delete a user given his mailUserManager.rejectMembershipRequest(long userId, long groupId, String replyUsername, String replyComment) rejects a membership request -
Uses of UserManagementPortalException in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that throw UserManagementPortalExceptionModifier and TypeMethodDescriptionLiferayUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) accept a membership request and optionally add the user to the groupvoidLiferayUserManager.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)LiferayGroupManager.createRootVO(String rootVOName, String description) 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 associatedLiferayGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) This method only creates the Group (site), no private or public pages are associatedvoidLiferayUserManager.deleteUserByEMail(String email) LiferayUserManager.rejectMembershipRequest(long requestUserId, long groupId, String replyUsername, String replyComment) rejects a membership request -
Uses of UserManagementPortalException in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that throw UserManagementPortalExceptionModifier and TypeMethodDescriptionLiferayWSUserManager.acceptMembershipRequest(long requestUserId, long groupId, boolean addUserToGroup, String replyUsername, String replyComment) voidLiferayWSUserManager.assignUserToGroup(long groupId, long userId) LiferayWSGroupManager.createRootVO(String rootVOName, String description) LiferayWSGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) voidLiferayWSUserManager.deleteUserByEMail(String email) LiferayWSUserManager.rejectMembershipRequest(long userId, long groupId, String replyUsername, String replyComment)