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.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.ProductQuery query, Integer start, Integer numResults)
          Retrieve products from remote registry service.
 

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 © 2005-2010 Planetary Data System. All Rights Reserved.