Uses of Class
org.gcube.portlets.admin.usersmanagementportlet.gwt.shared.UserInfo

Packages that use UserInfo
org.gcube.portlets.admin.usersmanagementportlet.gwt.client   
org.gcube.portlets.admin.usersmanagementportlet.gwt.client.interfaces   
org.gcube.portlets.admin.usersmanagementportlet.gwt.server   
org.gcube.portlets.admin.usersmanagementportlet.gwt.shared   
 

Uses of UserInfo in org.gcube.portlets.admin.usersmanagementportlet.gwt.client
 

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.client that return types with arguments of type UserInfo
protected  ArrayList<UserInfo> FilterPanel.filterData(ArrayList<UserInfo> availableUsers)
           
 

Method parameters in org.gcube.portlets.admin.usersmanagementportlet.gwt.client with type arguments of type UserInfo
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 parameters in org.gcube.portlets.admin.usersmanagementportlet.gwt.client with type arguments of type UserInfo
UnregisteredUsersWindow(UsersInfoGrid uiGrid, com.gwtext.client.widgets.grid.GridPanel existingUsersGrid, ArrayList<UserInfo> unregisteredUsers)
           
 

Uses of UserInfo in org.gcube.portlets.admin.usersmanagementportlet.gwt.client.interfaces
 

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.client.interfaces that return types with arguments of type UserInfo
 ArrayList<UserInfo> UsersManagementService.getAllRegisteredUsers()
           
 ArrayList<UserInfo> UsersManagementService.getRegisteredUsersForaVO()
           
 ArrayList<UserInfo> UsersManagementService.getUnregisteredUsersForVO()
           
 ArrayList<UserInfo> UsersManagementService.getUsersRequests()
           
 

Method parameters in org.gcube.portlets.admin.usersmanagementportlet.gwt.client.interfaces with type arguments of type UserInfo
 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)
           
 

Uses of UserInfo in org.gcube.portlets.admin.usersmanagementportlet.gwt.server
 

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.server that return types with arguments of type UserInfo
 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
 

Uses of UserInfo in org.gcube.portlets.admin.usersmanagementportlet.gwt.shared
 

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.shared with parameters of type UserInfo
 int UserInfo.compareTo(UserInfo arg0)
           
 



Copyright © 2013. All Rights Reserved.