Package | Description |
---|---|
gov.nasa.pds.registry.server.connection | |
gov.nasa.pds.registry.ui.client | |
gov.nasa.pds.registry.ui.server |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ViewAssociation> |
ConnectionManager.getAssociations(java.lang.String serverUrl,
gov.nasa.pds.registry.query.RegistryQuery<gov.nasa.pds.registry.query.AssociationFilter> query) |
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.gen2.table.client.PagingScrollTable<ViewAssociation> |
Associations.pagingScrollTable
The
PagingScrollTable . |
protected java.util.List<ViewAssociation> |
Products.tempAssociations |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationService.getAssociations(java.lang.String serverUrl,
java.lang.String guid) |
com.google.gwt.gen2.table.client.CachedTableModel<ViewAssociation> |
Associations.getCachedTableModel() |
com.google.gwt.gen2.table.client.PagingScrollTable<ViewAssociation> |
Associations.getPagingScrollTable() |
protected java.util.List<ViewAssociation> |
Products.getTempAssociations() |
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationService.requestRows(java.lang.String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
java.util.Map<java.lang.String,java.lang.String> filters) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AssociationTableModel.onSetRowValue(int row,
ViewAssociation rowValue) |
void |
AssociationColumnDefinition.setCellValue(ViewAssociation rowValue,
java.lang.String cellValue) |
Modifier and Type | Method and Description |
---|---|
void |
ProductTableModel.getAssociations(java.lang.String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> asyncCallback) |
void |
AssociationServiceAsync.getAssociations(java.lang.String serverUrl,
java.lang.String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback) |
void |
AssociationServiceAsync.requestRows(java.lang.String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
java.util.Map<java.lang.String,java.lang.String> filters,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback) |
void |
AssociationTableModel.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request,
com.google.gwt.gen2.table.client.TableModel.Callback<ViewAssociation> callback)
Get rows from table as necessary.
|
protected void |
Products.setTempAssociations(java.util.List<ViewAssociation> tempAssociations) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationServiceImpl.getAssociations(java.lang.String serverUrl,
java.lang.String guid) |
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationServiceImpl.requestRows(java.lang.String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
java.util.Map<java.lang.String,java.lang.String> filters)
Retrieve a set of associations from the registry with the given request
parameters.
|
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.