Uses of Class
org.gcube.portlets.admin.usersmanagementportlet.gwt.client.exceptions.UserInfoRetrievalException

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

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

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.client.interfaces that throw UserInfoRetrievalException
 Boolean UsersManagementService.addUsersToVO(ArrayList<String> users)
           
 Boolean UsersManagementService.denyRequests(String[] users, boolean sendCustomMailToRejectedUsers)
           
 Boolean UsersManagementService.removeUsersFromVO(String[] users)
           
 void UsersManagementService.sendEmailToRegisteredUsers(String subject, String body)
           
 

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

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.server that throw UserInfoRetrievalException
 Boolean UsersManagementServlet.addUsersToVO(ArrayList<String> users)
          Add users to the current VO
 Boolean UsersManagementServlet.denyRequests(String[] users, boolean sendCustomMailToRejectedUsers)
          Denies a list of requests from users for registration
 Boolean UsersManagementServlet.removeUsersFromVO(String[] users)
          Removes the users with the given username from the current VO
 void UsersManagementServlet.sendEmailToRegisteredUsers(String subject, String body)
          Sends an email with the given subject and body to all registered users of the current VO/VRE
 



Copyright © 2013. All Rights Reserved.