Uses of Class
org.gcube.portlets.user.gcubelogin.shared.VO

Packages that use VO
org.gcube.portlets.user.gcubelogin.client.panels   
org.gcube.portlets.user.gcubelogin.client.stubs   
org.gcube.portlets.user.gcubelogin.client.wizard   
org.gcube.portlets.user.gcubelogin.server   
org.gcube.portlets.user.gcubelogin.shared   
 

Uses of VO in org.gcube.portlets.user.gcubelogin.client.panels
 

Method parameters in org.gcube.portlets.user.gcubelogin.client.panels with type arguments of type VO
 void PanelFilter.setVO(List<VO> result)
          Create a VO tree with some data in it.
 void PanelBody.setVO(List<VO> result)
          Create a VO tree with some data in it.
 

Constructors in org.gcube.portlets.user.gcubelogin.client.panels with parameters of type VO
PanelVO(VO vo)
           
 

Uses of VO in org.gcube.portlets.user.gcubelogin.client.stubs
 

Methods in org.gcube.portlets.user.gcubelogin.client.stubs that return VO
 VO NewLoginService.getRootVO()
           
 

Methods in org.gcube.portlets.user.gcubelogin.client.stubs that return types with arguments of type VO
 ArrayList<VO> NewLoginService.getInfrastructureVOs()
           
 ArrayList<VO> NewLoginService.getVresFromInfrastructure(String infrastructure, String startScopes)
           
 

Method parameters in org.gcube.portlets.user.gcubelogin.client.stubs with type arguments of type VO
 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)
           
 

Uses of VO in org.gcube.portlets.user.gcubelogin.client.wizard
 

Constructor parameters in org.gcube.portlets.user.gcubelogin.client.wizard with type arguments of type VO
VRESelector(NewLoginServiceAsync newLoginSvc, ArrayList<VO> myCurrentVOs)
           
 

Uses of VO in org.gcube.portlets.user.gcubelogin.server
 

Methods in org.gcube.portlets.user.gcubelogin.server that return VO
 VO LoginServiceImpl.getRootVO()
          return the root org
 

Methods in org.gcube.portlets.user.gcubelogin.server that return types with arguments of type VO
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)
           
 

Methods in org.gcube.portlets.user.gcubelogin.server with parameters of type VO
static void LoginServiceUtil.addMembershipRequest(String username, VO rootVO, String scope, String optionalMessage, String portalbasicurl, String gatewayName)
           
 

Method parameters in org.gcube.portlets.user.gcubelogin.server with type arguments of type VO
 Boolean LoginServiceImpl.installVREs(ArrayList<VO> parents)
          install the VREs chosen by the end user
 

Uses of VO in org.gcube.portlets.user.gcubelogin.shared
 

Methods in org.gcube.portlets.user.gcubelogin.shared with parameters of type VO
 int VO.compareTo(VO voToCompare)
          compare the number of vres
 



Copyright © 2013. All Rights Reserved.