| Package | Description |
|---|---|
| org.gcube.portlets.admin.manageusers.client | |
| org.gcube.portlets.admin.manageusers.client.view | |
| org.gcube.portlets.admin.manageusers.server |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PortalUserDTO> |
ManageUsersService.getAvailableUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageUsersServiceAsync.getAvailableUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<PortalUserDTO>> callback) |
boolean |
ManageUsersService.registerUsers(List<PortalUserDTO> users2Register) |
void |
ManageUsersServiceAsync.registerUsers(List<PortalUserDTO> users2Register,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
| Modifier and Type | Method and Description |
|---|---|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<PortalUserDTO> |
VREDeploymentView.getGridSelectionModel() |
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<PortalUserDTO> |
Display.getGridSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
VREDeploymentView.enableActionButtons(PortalUserDTO selectedItem)
change the button to enable in the bottom bar depending on the status of the selected VRE
|
void |
Display.enableActionButtons(PortalUserDTO selectedItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
VREDeploymentView.setData(List<PortalUserDTO> data) |
void |
Display.setData(List<PortalUserDTO> data) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PortalUserDTO> |
ManageUsersServiceImpl.getAvailableUsers() |
ArrayList<PortalUserDTO> |
ManageUsersServiceImpl.getNonBelongingUsersForVRE()
Retrieves all the users that are registered to portal but are not registered to the current VO
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManageUsersServiceImpl.registerUsers(List<PortalUserDTO> users2Register)
register the user to the VRE and in the HL Group, plus send notifications to the users
it is needed to issue a fake membership request otherwise if the user is loggedIn it is not able to access the VRE unless she logout and login
|
Copyright © 2024. All rights reserved.