| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<UserInfo> |
FilterPanel.filterData(ArrayList<UserInfo> availableUsers) |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<UserInfo> |
FilterPanel.filterData(ArrayList<UserInfo> availableUsers) |
protected void |
UsersInfoGrid.updateGridData(ArrayList<UserInfo> usersData) |
protected void |
UsersInfoGrid.updateLocalRegisteredUsersInfo(ArrayList<UserInfo> newUsers)
Updates the current registered users with the new added users
|
| Constructor and Description |
|---|
UnregisteredUsersWindow(UsersInfoGrid uiGrid,
com.gwtext.client.widgets.grid.GridPanel existingUsersGrid,
ArrayList<UserInfo> unregisteredUsers) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<UserInfo> |
UsersManagementService.getAllRegisteredUsers() |
ArrayList<UserInfo> |
UsersManagementService.getRegisteredUsersForaVO() |
ArrayList<UserInfo> |
UsersManagementService.getUnregisteredUsersForVO() |
ArrayList<UserInfo> |
UsersManagementService.getUsersRequests() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersManagementServiceAsync.getAllRegisteredUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserInfo>> callback) |
void |
UsersManagementServiceAsync.getRegisteredUsersForaVO(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserInfo>> callback) |
void |
UsersManagementServiceAsync.getUnregisteredUsersForVO(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserInfo>> callback) |
void |
UsersManagementServiceAsync.getUsersRequests(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserInfo>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<UserInfo> |
UsersManagementServlet.getAllRegisteredUsers()
Returns all the users that are registered in VOMS.
|
ArrayList<UserInfo> |
UsersManagementServlet.getRegisteredUsersForaVO()
Returns all the users and their roles that are registered to the current VO
|
ArrayList<UserInfo> |
UsersManagementServlet.getUnregisteredUsersForVO()
Retrieves all the users that are registered to portal but are not registered to the current VO
|
ArrayList<UserInfo> |
UsersManagementServlet.getUsersRequests()
This method returns a hash map with key the username of the new user and value an array list with all the roles that this
user requests
|
| Modifier and Type | Method and Description |
|---|---|
int |
UserInfo.compareTo(UserInfo arg0) |
Copyright © 2014. All Rights Reserved.