public interface NewLoginService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
addMembershipRequest(String scope,
String optionalMessage) |
HashMap<String,ArrayList<CheckResult>> |
checkInfrastructure(String infrastructure,
String startScopes) |
Boolean |
checkVresPresence(String infrastructure,
String startScopes) |
Boolean |
createAdministratorAccount(String email,
String password,
String firstname,
String lastname) |
String[] |
getConfigFromGCore() |
ArrayList<VO> |
getInfrastructureVOs() |
VO |
getRootVO() |
ResearchEnvironment |
getSelectedRE() |
ArrayList<VO> |
getVresFromInfrastructure(String infrastructure,
String startScopes) |
Boolean |
installPortalEnv(String infrastructure,
String startScopes,
SelectedTheme theme,
boolean automaticRedirect) |
Boolean |
installVREs(ArrayList<VO> parents) |
Boolean |
isLayoutLoaded() |
void |
loadLayout(String scope,
String URL) |
ResearchEnvironment getSelectedRE()
Boolean isLayoutLoaded()
VO getRootVO()
Boolean installPortalEnv(String infrastructure, String startScopes, SelectedTheme theme, boolean automaticRedirect)
HashMap<String,ArrayList<CheckResult>> checkInfrastructure(String infrastructure, String startScopes)
infrastructure
- the infrastructure namestartScopes
- the starting scopesString[] getConfigFromGCore()
ArrayList<VO> getVresFromInfrastructure(String infrastructure, String startScopes)
infrastructure
- the infrastructure namestartScopes
- the starting scopesCopyright © 2015. All Rights Reserved.