gov.nasa.pds.registry.ui.client
Interface ClassificationNodeServiceAsync


public interface ClassificationNodeServiceAsync

Asynchronous interface to the node service

Author:
hyunlee

Method Summary
 void getClassificationNodes(String serverUrl, String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> 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<ViewClassificationNode>> callback)
           
 

Method Detail

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<ViewClassificationNode>> callback)

getClassificationNodes

void getClassificationNodes(String serverUrl,
                            String guid,
                            com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> callback)


Copyright © 2010–2014 Planetary Data System. All rights reserved.