org.gcube.portlets.user.joinnew.client
Interface JoinNewService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
JoinNewServiceImpl

@RemoteServiceRelativePath(value="greet")
public interface JoinNewService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 void addMembershipRequest(String scope, String optionalMessage)
           
 ArrayList<VO> getInfrastructureVOs()
           
 VO getRootVO()
           
 ResearchEnvironment getSelectedRE()
           
 Boolean isLayoutLoaded()
           
 void loadLayout(String scope, String URL)
           
 

Method Detail

getSelectedRE

ResearchEnvironment getSelectedRE()

isLayoutLoaded

Boolean isLayoutLoaded()

getInfrastructureVOs

ArrayList<VO> getInfrastructureVOs()

getRootVO

VO getRootVO()

addMembershipRequest

void addMembershipRequest(String scope,
                          String optionalMessage)

loadLayout

void loadLayout(String scope,
                String URL)


Copyright © 2013. All Rights Reserved.