Modifier and Type | Method and Description |
---|---|
void |
PanelBody.setVO(List<VO> result)
Create a VO tree with some data in it.
|
void |
PanelFilter.setVO(List<VO> result)
Create a VO tree with some data in it.
|
Constructor and Description |
---|
PanelVO(VO vo) |
Modifier and Type | Method and Description |
---|---|
VO |
NewLoginService.getRootVO() |
Modifier and Type | Method and Description |
---|---|
ArrayList<VO> |
NewLoginService.getInfrastructureVOs() |
ArrayList<VO> |
NewLoginService.getVresFromInfrastructure(String infrastructure,
String startScopes) |
Modifier and Type | Method and Description |
---|---|
void |
NewLoginServiceAsync.getInfrastructureVOs(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback) |
void |
NewLoginServiceAsync.getRootVO(com.google.gwt.user.client.rpc.AsyncCallback<VO> callback) |
void |
NewLoginServiceAsync.getVresFromInfrastructure(String infrastructure,
String startScopes,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VO>> callback) |
Boolean |
NewLoginService.installVREs(ArrayList<VO> parents) |
void |
NewLoginServiceAsync.installVREs(ArrayList<VO> parents,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Constructor and Description |
---|
VRESelector(NewLoginServiceAsync newLoginSvc,
ArrayList<VO> myCurrentVOs) |
Modifier and Type | Method and Description |
---|---|
VO |
LoginServiceImpl.getRootVO()
return the root org
|
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<VO> |
LoginServiceUtil.getFakeVOs()
simply returns fake VOS for debugging purpose
|
ArrayList<VO> |
LoginServiceImpl.getInfrastructureVOs()
first method called by the UI
|
ArrayList<VO> |
LoginServiceImpl.getVresFromInfrastructure(String infrastructure,
String startScopes) |
Modifier and Type | Method and Description |
---|---|
static void |
LoginServiceUtil.addMembershipRequest(String username,
VO rootVO,
String scope,
String optionalMessage,
String portalbasicurl,
String gatewayName) |
Modifier and Type | Method and Description |
---|---|
Boolean |
LoginServiceImpl.installVREs(ArrayList<VO> parents)
install the VREs chosen by the end user
|
Modifier and Type | Method and Description |
---|---|
int |
VO.compareTo(VO voToCompare)
compare the number of vres
|
Copyright © 2015. All Rights Reserved.