Uses of Class
org.gcube.vomanagement.usermanagement.exception.TeamRetrievalFault
Packages that use TeamRetrievalFault
Package
Description
-
Uses of TeamRetrievalFault in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that throw TeamRetrievalFaultModifier and TypeMethodDescriptionbooleanRoleManager.assignTeamToUser(long userId, long teamId) associate one team to the existing teams of userRoleManager.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 userIdRoleManager.deleteTeam(long teamId) booleanRoleManager.deleteUserTeams(long userId, long[] teamIds) delete a user from a list of teamsbooleanRoleManager.deleteUserTeams(long userId, List<GCubeTeam> teams) delete a user from a list of teamsRoleManager.getTeam(long teamId) UserManager.listUsersByTeam(long teamId) /**booleanRoleManager.setUserTeams(long userId, long[] teamIds) associate or not associate teams to a userRoleManager.updateTeam(long teamId, String teamName, String teamDescription) -
Uses of TeamRetrievalFault in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that throw TeamRetrievalFaultModifier and TypeMethodDescriptionbooleanLiferayRoleManager.assignTeamToUser(long userId, long teamId) LiferayRoleManager.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 userIdLiferayRoleManager.deleteTeam(long teamId) LiferayRoleManager.getTeam(long teamId) LiferayUserManager.listUsersByTeam(long teamId) /**booleanLiferayRoleManager.setUserTeams(long userId, long[] teamIds) associate or not associate teams to a userLiferayRoleManager.updateTeam(long teamId, String teamName, String teamDescription) -
Uses of TeamRetrievalFault in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that throw TeamRetrievalFaultModifier and TypeMethodDescriptionbooleanLiferayWSRoleManager.assignTeamToUser(long userId, long teamId) LiferayWSRoleManager.createTeam(long creatorUserId, long groupId, String teamName, String teamDescription) LiferayWSRoleManager.createTeam(long groupId, String teamName, String teamDescription) LiferayWSRoleManager.deleteTeam(long teamId) LiferayWSRoleManager.getTeam(long teamId) LiferayWSUserManager.listUsersByTeam(long teamId) booleanLiferayWSRoleManager.setUserTeams(long userId, long[] teamIds) LiferayWSRoleManager.updateTeam(long teamId, String teamName, String teamDescription)