public interface NewLoginServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
addMembershipRequest(String scope,
String optionalMessage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
checkInfrastructure(String infrastructure,
String startScopes,
com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<CheckResult>>> callback) |
void |
checkVresPresence(String infrastructure,
String startScopes,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
createAdministratorAccount(String email,
String password,
String firstname,
String lastname,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getConfigFromGCore(com.google.gwt.user.client.rpc.AsyncCallback<String[]> 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 |
getSelectedRE(com.google.gwt.user.client.rpc.AsyncCallback<ResearchEnvironment> callback) |
void |
getVresFromInfrastructure(String infrastructure,
String startScopes,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback) |
void |
installPortalEnv(String infrastructure,
String startScopes,
SelectedTheme theme,
boolean automaticRedirect,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
installVREs(ArrayList<VO> parents,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
isLayoutLoaded(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 getSelectedRE(com.google.gwt.user.client.rpc.AsyncCallback<ResearchEnvironment> callback)
void isLayoutLoaded(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getInfrastructureVOs(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<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 getRootVO(com.google.gwt.user.client.rpc.AsyncCallback<VO> callback)
void installPortalEnv(String infrastructure, String startScopes, SelectedTheme theme, boolean automaticRedirect, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getConfigFromGCore(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
void checkInfrastructure(String infrastructure, String startScopes, com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<CheckResult>>> callback)
void checkVresPresence(String infrastructure, String startScopes, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getVresFromInfrastructure(String infrastructure, String startScopes, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback)
void installVREs(ArrayList<VO> parents, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2015. All Rights Reserved.