public class AssociationServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements AssociationService
Constructor and Description |
---|
AssociationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
getAssociations(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<ViewAssociation> |
requestRows(String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters)
Retrieve a set of associations from the registry with the given request
parameters.
|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> getAssociations(String serverUrl, String guid)
getAssociations
in interface AssociationService
public com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> requestRows(String serverUrl, com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
requestRows
in interface AssociationService
request
- number of rows, offset and sortfilters
- filter and search paramspublic static String indexToColumnName(int index)
gov.nasa.pds.registry.ui.client.RegistryUI#createTableDefinition()
Copyright © 2010–2015 Planetary Data System. All rights reserved.