public class ClassificationNodeServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements ClassificationNodeService
| Constructor and Description | 
|---|
ClassificationNodeServiceImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> | 
getClassificationNodes(String serverUrl,
                      String guid)  | 
static String | 
indexToColumnName(int index)
Convert index to column name
 
 NOTE: This is a hack to deal with the fact that the request object only
 knows the column index of any sort. 
 | 
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> | 
requestRows(String serverUrl,
           com.google.gwt.gen2.table.client.TableModelHelper.Request request,
           Map<String,String> filters)
Retrieve a set of classification nodes from the registry with the given request
 parameters. 
 | 
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> requestRows(String serverUrl, com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
requestRows in interface ClassificationNodeServicerequest - number of rows, offset and sortfilters - filter and search paramspublic com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> getClassificationNodes(String serverUrl, String guid)
getClassificationNodes in interface ClassificationNodeServicepublic static String indexToColumnName(int index)
gov.nasa.pds.registry.ui.client.RegistryUI#createTableDefinition()Copyright © 2010–2016 Planetary Data System. All rights reserved.