gov.nasa.pds.registry.ui.client
Interface AssociationServiceAsync
public interface AssociationServiceAsync
Asynchronous interface to the association service
- Author:
- jagander, hyunlee
Method Summary |
void |
getAssociations(String serverUrl,
String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
|
void |
requestRows(String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
|
getAssociations
void getAssociations(String serverUrl,
String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
requestRows
void requestRows(String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
Copyright © 2010–2014 Planetary Data System. All rights reserved.