org.gcube.portlets.admin.resourcemanagement.client.utils
Class Callbacks
java.lang.Object
org.gcube.portlets.admin.resourcemanagement.client.utils.Callbacks
public class Callbacks
- extends Object
In order to simplify the management of asynchronous commands
executed by the application that involve access to the servlet
the invocations have been represented in Commands
and
the related callbacks here.
- Author:
- Daniele Strollo (ISTI-CNR)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handleGetAvailableScopes
public static final com.google.gwt.user.client.rpc.AsyncCallback<List<String>> handleGetAvailableScopes
handleLoadResourceTree
public static final com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> handleLoadResourceTree
- Once received the list of Types/Subtypes they are shown in a tree panel.
Here implemented the logics for that.
handleReloadResourceTree
public static final com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> handleReloadResourceTree
- Once received the list of Types/Subtypes they are shown in a tree panel.
Here implemented the logics for that.
handleLoadResourceDetailsGrid
public static final com.google.gwt.user.client.rpc.AsyncCallback<List<String>> handleLoadResourceDetailsGrid
- Once received the list of resource profiles for resources of a given type,
they will be shown inside a grid that is created here.
handleFilterResourceDetailsGrid
public static final com.google.gwt.user.client.rpc.AsyncCallback<List<String>> handleFilterResourceDetailsGrid
handleGetResourceProfile
public static final com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.resourcemanagement.support.shared.types.datamodel.CompleteResourceProfile> handleGetResourceProfile
handleGetDeploymentReport
public static final com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.resourcemanagement.support.shared.types.Tuple<String>> handleGetDeploymentReport
Callbacks
public Callbacks()
builtResourceTree
public static final void builtResourceTree(HashMap<String,ArrayList<String>> result,
boolean clearGrid)
Copyright © 2014. All Rights Reserved.