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

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

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

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

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

Methods in org.gcube.portlets.admin.usersmanagementportlet.gwt.server that throw CurrentGroupRetrievalException
 Boolean UsersManagementServlet.addNewUsersToVO(ArrayList<String> users)
          This method is invoked to add new Users to a VO.
 Boolean UsersManagementServlet.addUsersToVO(ArrayList<String> users)
          Add users to the current VO
 Boolean UsersManagementServlet.denyRequests(String[] users)
          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.