Interface MyVREsService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
MyVREsServiceImpl
@RemoteServiceRelativePath("greet") public interface MyVREsService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the RPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationBeangetOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURL)StringgetSiteLandingPagePath()LinkedHashMap<String,ArrayList<VRE>>getUserVREs()
-
-
-
Method Detail
-
getUserVREs
LinkedHashMap<String,ArrayList<VRE>> getUserVREs()
-
getSiteLandingPagePath
String getSiteLandingPagePath()
-
getOAuthTempCode
AuthorizationBean getOAuthTempCode(String context, String state, String clientId, String authorisedRedirectURL)
-
-