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   
gov.nasa.pds.registry.ui.server   
 

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()
          Get products starting from the first record, with no filtering, the default sort and the default number of records.
static ViewProducts ConnectionManager.getProducts(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(Integer start, Integer numResults)
          Get products starting from the given record number and number of records.
static ViewProducts ConnectionManager.getProducts(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
           
 

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

Methods in gov.nasa.pds.registry.ui.server that return ViewProducts
 ViewProducts ProductsServiceImpl.getProducts()
          Get a default set of products.
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.