Uses of Class
org.gcube.vomanagement.usermanagement.exception.GroupRetrievalFault
Packages that use GroupRetrievalFault
Package
Description
-
Uses of GroupRetrievalFault in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that throw GroupRetrievalFaultModifier 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)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 userIdThis 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.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) intUserManager.getGroupUsersCount(long groupId) Returns the number of users in the group (VRE).GroupManager.getInfrastructureScope(long groupId) UserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus status) long* @param roleNameGroupManager.getRootVO()GroupManager.getRootVOName()GroupManager.getScope(long groupId) Deprecated.please use getInfrastructureScope(long groupId)UserManager.getUserContactsByGroup(long userId, long scopeGroupId) GroupManager.getVirtualGroups(long actualGroupId) Virtual Groups are handled as Custom attributes in Liferay Sites tableGroupManager.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.listGroupsByUser(long userId) GroupManager.listGroupsByUserAndSite(long userId, String serverName) GroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) UserManager.listMembershipRequestsByGroup(long groupId) UserManager.listPendingMembershipRequestsByGroup(long groupId) RoleManager.listRolesByUserAndGroup(long userId, long groupId) RoleManager.listTeamsByGroup(long groupId) RoleManager.listTeamsByUserAndGroup(long userId, long groupId) UserManager.listUnregisteredUsersByGroup(long groupId) 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) GroupManager.listVresByUser(long userId) * @return the list of user VREsGroupManager.readCustomAttr(long groupId, String attributeKey) UserManager.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)voidGroupManager.saveCustomAttr(long groupId, String attributeKey, Serializable value) UserManager.searchUsersByGroup(String keywords, long groupId) GroupManager.updateGroupDescription(long groupId, String description) -
Uses of GroupRetrievalFault in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that throw GroupRetrievalFaultModifier 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) 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)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 userIdThis 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.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) intLiferayUserManager.getGroupUsersCount(long groupId) Returns the number of users in the group (VRE).LiferayGroupManager.getInfrastructureScope(long groupId) LiferayUserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus requestStatus) long* @param roleNameLiferayGroupManager.getRootVO()LiferayGroupManager.getRootVOName()LiferayGroupManager.getScope(long groupId) Deprecated.please use getInfrastructureScope(long groupId)LiferayUserManager.getUserContactsByGroup(long userId, long scopeGroupId) LiferayGroupManager.getVirtualGroups(long actualGroupId) Virtual Groups are handled as Custom attributes in Liferay Sites tableLiferayGroupManager.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.listGroupsByUser(long userId) LiferayGroupManager.listGroupsByUserAndSite(long userId, String serverName) LiferayGroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) LiferayUserManager.listMembershipRequestsByGroup(long groupId) LiferayUserManager.listPendingMembershipRequestsByGroup(long groupId) LiferayRoleManager.listRolesByUserAndGroup(long userId, long groupId) LiferayRoleManager.listTeamsByGroup(long groupId) LiferayRoleManager.listTeamsByUserAndGroup(long userId, long groupId) LiferayUserManager.listUnregisteredUsersByGroup(long groupId) 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) LiferayGroupManager.listVresByUser(long userId) LiferayGroupManager.readCustomAttr(long groupId, String attributeKey) 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)voidLiferayGroupManager.saveCustomAttr(long groupId, String attributeKey, Serializable value) LiferayUserManager.searchUsersByGroup(String keywords, long groupId) LiferayGroupManager.updateGroupDescription(long groupId, String description) -
Uses of GroupRetrievalFault in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that throw GroupRetrievalFaultModifier 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) LiferayWSGroupManager.createRootVO(String rootVOName, String description) LiferayWSRoleManager.createTeam(long creatorUserId, long groupId, String teamName, String teamDescription) LiferayWSRoleManager.createTeam(long groupId, String teamName, String teamDescription) LiferayWSGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) voidLiferayWSUserManager.dismissUserFromGroup(long groupId, long userId) LiferayWSGroupManager.getGroup(long groupId) longLiferayWSGroupManager.getGroupId(String groupName) longLiferayWSGroupManager.getGroupIdFromInfrastructureScope(String scope) longLiferayWSGroupManager.getGroupParentId(long groupId) intLiferayWSUserManager.getGroupUsersCount(long groupId) LiferayWSGroupManager.getInfrastructureScope(long groupId) LiferayWSUserManager.getMembershipRequests(long userId, long groupId, MembershipRequestStatus status) longLiferayWSGroupManager.getRootVO()LiferayWSGroupManager.getRootVOName()LiferayWSGroupManager.getScope(long groupId) LiferayWSUserManager.getUserContactsByGroup(long userId, long scopeGroupId) LiferayWSGroupManager.getVirtualGroups(long actualGroupId) LiferayWSGroupManager.isRootVO(long groupId) LiferayWSGroupManager.isVO(long groupId) LiferayWSGroupManager.isVRE(long groupId) LiferayWSGroupManager.listGroups()LiferayWSGroupManager.listGroupsByUser(long userId) LiferayWSGroupManager.listGroupsByUserAndSite(long userId, String serverName) LiferayWSGroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) LiferayWSUserManager.listMembershipRequestsByGroup(long groupId) LiferayWSUserManager.listPendingMembershipRequestsByGroup(long groupId) LiferayWSRoleManager.listRolesByUserAndGroup(long userId, long groupId) LiferayWSRoleManager.listTeamsByGroup(long groupId) LiferayWSRoleManager.listTeamsByUserAndGroup(long userId, long groupId) LiferayWSUserManager.listUnregisteredUsersByGroup(long groupId) 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) LiferayWSGroupManager.listVresByUser(long userId) LiferayWSGroupManager.readCustomAttr(long groupId, String attributeKey) 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) voidLiferayWSGroupManager.saveCustomAttr(long groupId, String attributeKey, Serializable value) LiferayWSUserManager.searchUsersByGroup(String keywords, long groupId) LiferayWSGroupManager.updateGroupDescription(long groupId, String description)