public interface JoinServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
addMembershipRequest(String scope,
String optionalMessage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getSelectedVRE(Long vreId,
com.google.gwt.user.client.rpc.AsyncCallback<VRE> callback) |
void |
getVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback) |
void |
isExistingInvite(long siteId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
joinVRE(Long vreId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
readInvite(String inviteId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> callback) |
void |
registerUser(String scope,
long vreId,
boolean isInvitation,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback)
void getSelectedVRE(Long vreId, com.google.gwt.user.client.rpc.AsyncCallback<VRE> callback)
void addMembershipRequest(String scope, String optionalMessage, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void registerUser(String scope, long vreId, boolean isInvitation, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void isExistingInvite(long siteId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void readInvite(String inviteId, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> callback)
Copyright © 2016. All Rights Reserved.