|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(gov.nasa.pds.registry.query.ExtrinsicQuery query,
Integer start,
Integer numResults)
Retrieve products from remote registry service. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |