public interface JoinNewServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
addMembershipRequest(String scope,
String optionalMessage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getInfrastructureVOs(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback) |
void |
getRootVO(com.google.gwt.user.client.rpc.AsyncCallback<VO> callback) |
void |
getSelectedVRE(long organizationId,
com.google.gwt.user.client.rpc.AsyncCallback<VRE> callback) |
void |
isExistingInvite(long organizationid,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
isUserRegistered(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
loadLayout(String scope,
String URL,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
registerUser(String scope,
long organizationid,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getSelectedVRE(long organizationId, com.google.gwt.user.client.rpc.AsyncCallback<VRE> callback)
void isUserRegistered(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getInfrastructureVOs(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback)
void getRootVO(com.google.gwt.user.client.rpc.AsyncCallback<VO> callback)
void addMembershipRequest(String scope, String optionalMessage, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void loadLayout(String scope, String URL, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void registerUser(String scope, long organizationid, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void isExistingInvite(long organizationid, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2015. All Rights Reserved.