Uses of Class
org.gcube.vomanagement.usermanagement.model.GCubeGroup
Packages that use GCubeGroup
Package
Description
-
Uses of GCubeGroup in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that return GCubeGroupModifier and TypeMethodDescriptionGroupManager.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 associatedGroupManager.getGroup(long groupId) GroupManager.getRootVO()Methods in org.gcube.vomanagement.usermanagement that return types with arguments of type GCubeGroupModifier and TypeMethodDescriptionGroupManager.getGateways()Retrieve the list of GCubeGroups that are Gateways (i.e. groups with no father and children).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) GroupManager.listVresByUser(long userId) * @return the list of user VREs -
Uses of GCubeGroup in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that return GCubeGroupModifier and TypeMethodDescriptionLiferayGroupManager.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 associatedLiferayGroupManager.getGroup(long groupId) LiferayGroupManager.getRootVO()Methods in org.gcube.vomanagement.usermanagement.impl that return types with arguments of type GCubeGroupModifier and TypeMethodDescriptionLiferayGroupManager.getGateways()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) LiferayGroupManager.listVresByUser(long userId) -
Uses of GCubeGroup in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that return GCubeGroupModifier and TypeMethodDescriptionLiferayWSGroupManager.createRootVO(String rootVOName, String description) LiferayWSGroupManager.createVRE(String virtualResearchEnvName, long virtualOrgGroupId, String description) LiferayWSGroupManager.getGroup(long groupId) LiferayWSGroupManager.getRootVO()Methods in org.gcube.vomanagement.usermanagement.impl.ws that return types with arguments of type GCubeGroupModifier and TypeMethodDescriptionLiferayWSGroupManager.getGateways()LiferayWSGroupManager.listGroups()LiferayWSGroupManager.listGroupsAndRolesByUser(long userId) LiferayWSGroupManager.listGroupsByUser(long userId) LiferayWSGroupManager.listGroupsByUserAndSite(long userId, String serverName) LiferayWSGroupManager.listGroupsByUserAndSiteGroupId(long userId, long siteGroupId) LiferayWSGroupManager.listVresByUser(long userId) -
Uses of GCubeGroup in org.gcube.vomanagement.usermanagement.model
Methods in org.gcube.vomanagement.usermanagement.model that return types with arguments of type GCubeGroupMethod parameters in org.gcube.vomanagement.usermanagement.model with type arguments of type GCubeGroupModifier and TypeMethodDescriptionvoidGCubeGroup.setChildren(List<GCubeGroup> children) Sets the children.Constructor parameters in org.gcube.vomanagement.usermanagement.model with type arguments of type GCubeGroupModifierConstructorDescriptionGCubeGroup(long groupId, long parentGroupId, String groupName, String description, String friendlyURL, long logoId, int userCount, List<GCubeGroup> children, GroupMembershipType membershipType) Instantiates a new g cube group.GCubeGroup(long groupId, long parentGroupId, String groupName, String description, String friendlyURL, long logoId, List<GCubeGroup> children) Instantiates a new g cube group.GCubeGroup(long groupId, long parentGroupId, String groupName, String description, String friendlyURL, long logoId, List<GCubeGroup> children, GroupMembershipType membershipType) Instantiates a new g cube group.