public class ManageUsersServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements ManageUsersService
| Constructor and Description |
|---|
ManageUsersServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PortalUserDTO> |
getAvailableUsers() |
ArrayList<PortalUserDTO> |
getNonBelongingUsersForVRE()
Retrieves all the users that are registered to portal but are not registered to the current VO
|
boolean |
registerUsers(List<PortalUserDTO> users2Register)
register the user to the VRE and in the HL Group, plus send notifications to the users
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic ArrayList<PortalUserDTO> getAvailableUsers()
getAvailableUsers in interface ManageUsersServicepublic ArrayList<PortalUserDTO> getNonBelongingUsersForVRE()
public boolean registerUsers(List<PortalUserDTO> users2Register)
registerUsers in interface ManageUsersServiceCopyright © 2016. All Rights Reserved.