|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewAssociation | |
---|---|
gov.nasa.pds.registry.server.connection | |
gov.nasa.pds.registry.ui.client | |
gov.nasa.pds.registry.ui.server |
Uses of ViewAssociation in gov.nasa.pds.registry.server.connection |
---|
Methods in gov.nasa.pds.registry.server.connection that return types with arguments of type ViewAssociation | |
---|---|
static List<ViewAssociation> |
ConnectionManager.getAssociations(gov.nasa.pds.registry.query.RegistryQuery<gov.nasa.pds.registry.query.AssociationFilter> query)
|
Uses of ViewAssociation in gov.nasa.pds.registry.ui.client |
---|
Fields in gov.nasa.pds.registry.ui.client with type parameters of type ViewAssociation | |
---|---|
protected com.google.gwt.gen2.table.client.PagingScrollTable<ViewAssociation> |
Associations.pagingScrollTable
The PagingScrollTable . |
protected List<ViewAssociation> |
Products.tempAssociations
|
Methods in gov.nasa.pds.registry.ui.client that return types with arguments of type ViewAssociation | |
---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationService.getAssociations(String guid)
|
com.google.gwt.gen2.table.client.PagingScrollTable<ViewAssociation> |
Associations.getPagingScrollTable()
|
protected List<ViewAssociation> |
Products.getTempAssociations()
|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationService.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters)
|
Methods in gov.nasa.pds.registry.ui.client with parameters of type ViewAssociation | |
---|---|
protected boolean |
AssociationTableModel.onSetRowValue(int row,
ViewAssociation rowValue)
|
void |
AssociationColumnDefinition.setCellValue(ViewAssociation rowValue,
String cellValue)
|
Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewAssociation | |
---|---|
void |
ProductTableModel.getAssociations(String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> asyncCallback)
|
void |
AssociationServiceAsync.getAssociations(String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
|
void |
AssociationServiceAsync.requestRows(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<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(List<ViewAssociation> tempAssociations)
|
Uses of ViewAssociation in gov.nasa.pds.registry.ui.server |
---|
Methods in gov.nasa.pds.registry.ui.server that return types with arguments of type ViewAssociation | |
---|---|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationServiceImpl.getAssociations(String guid)
|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation> |
AssociationServiceImpl.requestRows(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |