Uses of Class
org.gcube.vomanagement.usermanagement.model.GCubeTeam
Packages that use GCubeTeam
Package
Description
-
Uses of GCubeTeam in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that return GCubeTeamModifier and TypeMethodDescriptionRoleManager.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) RoleManager.getTeam(long teamId) RoleManager.updateTeam(long teamId, String teamName, String teamDescription) Methods in org.gcube.vomanagement.usermanagement that return types with arguments of type GCubeTeamModifier and TypeMethodDescriptionRoleManager.listTeamsByGroup(long groupId) RoleManager.listTeamsByUserAndGroup(long userId, long groupId) Method parameters in org.gcube.vomanagement.usermanagement with type arguments of type GCubeTeamModifier and TypeMethodDescriptionbooleanRoleManager.deleteUserTeams(long userId, List<GCubeTeam> teams) delete a user from a list of teams -
Uses of GCubeTeam in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that return GCubeTeamModifier and TypeMethodDescriptionLiferayRoleManager.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) protected static GCubeTeamLiferayRoleManager.mapLRTeam(com.liferay.portal.kernel.model.Team t) LiferayRoleManager.updateTeam(long teamId, String teamName, String teamDescription) Methods in org.gcube.vomanagement.usermanagement.impl that return types with arguments of type GCubeTeamModifier and TypeMethodDescriptionLiferayRoleManager.listTeamsByGroup(long groupId) LiferayRoleManager.listTeamsByUserAndGroup(long userId, long groupId) Method parameters in org.gcube.vomanagement.usermanagement.impl with type arguments of type GCubeTeamModifier and TypeMethodDescriptionbooleanLiferayRoleManager.deleteUserTeams(long userId, List<GCubeTeam> teams) delete a user from a list of teams -
Uses of GCubeTeam in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that return GCubeTeamModifier and TypeMethodDescriptionLiferayWSRoleManager.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) LiferayWSRoleManager.updateTeam(long teamId, String teamName, String teamDescription) Methods in org.gcube.vomanagement.usermanagement.impl.ws that return types with arguments of type GCubeTeamModifier and TypeMethodDescriptionLiferayWSRoleManager.listTeamsByGroup(long groupId) LiferayWSRoleManager.listTeamsByUserAndGroup(long userId, long groupId) Method parameters in org.gcube.vomanagement.usermanagement.impl.ws with type arguments of type GCubeTeamModifier and TypeMethodDescriptionbooleanLiferayWSRoleManager.deleteUserTeams(long userId, List<GCubeTeam> teams)