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

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

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

Interface to the nodes service

Author:
hyunlee

Method Summary
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> getClassificationNodes(String guid)
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
           
 

Method Detail

requestRows

com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request,
                                                                                                           Map<String,String> filters)

getClassificationNodes

com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> getClassificationNodes(String guid)


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.