@RemoteServiceRelativePath(value="JoinService")
public interface JoinService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
addMembershipRequest(String scope,
String optionalMessage) |
VRE |
getSelectedVRE(Long vreId) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
getVREs() |
String |
isExistingInvite(long siteId) |
String |
joinVRE(Long vreId) |
org.gcube.portal.databook.shared.UserInfo |
readInvite(String inviteId) |
boolean |
registerUser(String scope,
long vreId,
boolean isInvitation) |
LinkedHashMap<VRECategory,ArrayList<VRE>> getVREs()
boolean registerUser(String scope, long vreId, boolean isInvitation)
String isExistingInvite(long siteId)
org.gcube.portal.databook.shared.UserInfo readInvite(String inviteId)
Copyright © 2017. All Rights Reserved.