public class ManageUsersServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements ManageUsersService
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_COMPANY_WEB_ID |
| Constructor and Description |
|---|
ManageUsersServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PortalUserDTO> |
getAvailableUsers() |
static String |
getDefaultCompanyWebId() |
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
it is needed to issue a fake membership request otherwise if the user is loggedIn it is not able to access the VRE unless she logout and login
|
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 static final String DEFAULT_COMPANY_WEB_ID
public ArrayList<PortalUserDTO> getAvailableUsers()
getAvailableUsers in interface ManageUsersServicepublic ArrayList<PortalUserDTO> getNonBelongingUsersForVRE()
public boolean registerUsers(List<PortalUserDTO> users2Register)
registerUsers in interface ManageUsersServicepublic static String getDefaultCompanyWebId()
Copyright © 2019. All Rights Reserved.