Interface MyVREsServiceAsync
-
public interface MyVREsServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURI, com.google.gwt.user.client.rpc.AsyncCallback<AuthorizationBean> callback)voidgetSiteLandingPagePath(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidgetUserVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<String,ArrayList<VRE>>> callback)
-
-
-
Method Detail
-
getUserVREs
void getUserVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<String,ArrayList<VRE>>> callback)
-
getSiteLandingPagePath
void getSiteLandingPagePath(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
getOAuthTempCode
void getOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURI, com.google.gwt.user.client.rpc.AsyncCallback<AuthorizationBean> callback)
-
-