Package | Description |
---|---|
gov.nasa.pds.tracking.tracking.db |
Modifier and Type | Method and Description |
---|---|
Product |
ProductDao.getProduct(String idf,
String ver) |
Product |
ProductDao.updateProduct(Product prod) |
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductDao.getProducts(String type)
Product Query - Query the product table for a list of products by type.
|
List<Product> |
ProductDao.getProductsAssociatedAllTypeReferencesOrderByTitle(String instRef,
String investRef,
String nodeRef) |
List<Product> |
ProductDao.getProductsAssociatedDeliveriesOrderByTitle(String instRef,
String investRef)
Product Delivery Query - Query the product, delivery and *_reference
tables for a list of products that have associated deliveries.
|
List<Product> |
ProductDao.getProductsOrderByTitle() |
List<Product> |
ProductDao.getProductsWithLatestReleases(String instRef,
String investRef,
String nodeRef) |
List<Product> |
ProductDao.getProductsWithStatus() |
Modifier and Type | Method and Description |
---|---|
int |
ProductDao.insertProduct(Product prod) |
Product |
ProductDao.updateProduct(Product prod) |
Copyright © 2019. All rights reserved.