Uses of Class
gov.nasa.pds.registry.ui.shared.ViewProducts

Packages that use ViewProducts
gov.nasa.pds.registry.server.connection   
gov.nasa.pds.registry.ui.client   
 

Uses of ViewProducts in gov.nasa.pds.registry.server.connection
 

Methods in gov.nasa.pds.registry.server.connection that return ViewProducts
static ViewProducts ConnectionManager.getProducts(String serverUrl)
          Get products starting from the first record, with no filtering, the default sort and the default number of records.
static ViewProducts ConnectionManager.getProducts(String serverUrl, Integer start)
          Get products starting from the given record number, with no filtering, the default sort and the default number of records.
static ViewProducts ConnectionManager.getProducts(String serverUrl, Integer start, Integer numResults)
          Get products starting from the given record number and number of records.
static ViewProducts ConnectionManager.getProducts(String serverUrl, gov.nasa.pds.registry.query.RegistryQuery<gov.nasa.pds.registry.query.ExtrinsicFilter> query, Integer start, Integer numResults)
          Retrieve products from remote registry service.
 

Uses of ViewProducts in gov.nasa.pds.registry.ui.client
 

Fields in gov.nasa.pds.registry.ui.client declared as ViewProducts
protected  ViewProducts Associations.srcProducts
           
protected  ViewProducts Associations.targetProducts
           
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.