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) |
String[] |
getInfrastructureConfig() |
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[] getInfrastructureConfig()
ArrayList<VO> getVresFromInfrastructure(String infrastructure, String startScopes)
infrastructure - the infrastructure namestartScopes - the starting scopesCopyright © 2016. All Rights Reserved.