|
||||||||||
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.AssociationQuery query)
|
static List<ViewAssociation> |
ConnectionManager.getAssociations(gov.nasa.pds.registry.query.AssociationQuery query,
Integer start,
Integer numResults)
|
static List<ViewAssociation> |
ConnectionManager.getAssociations(String lid,
String userVersion,
Integer start,
Integer numResults)
|
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 List<ViewAssociation> |
Registry_ui.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 lid,
String userVersion)
|
protected List<ViewAssociation> |
Registry_ui.getTempAssociations()
|
Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewAssociation | |
---|---|
void |
ProductTableModel.getAssociations(String lid,
String versionId,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> asyncCallback)
|
void |
AssociationServiceAsync.getAssociations(String lid,
String userVersion,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewAssociation>> callback)
|
protected void |
Registry_ui.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 lid,
String userVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |