Package | Description |
---|---|
gov.nasa.pds.tracking.tracking.db |
Modifier and Type | Method and Description |
---|---|
ArchiveStatus |
ArchiveStatusDao.getLatestArchiveStatus(String logical_identifier,
String ver)
Archive Status Query - Query the archive_status table for the latest archive status of a given product.
|
Modifier and Type | Method and Description |
---|---|
List<ArchiveStatus> |
ArchiveStatusDao.getArchiveStatusList(String logical_identifier,
String ver)
Archive Status List Query – Query the archive_status table for the archive status progression of a given product.
|
List<ArchiveStatus> |
ArchiveStatusDao.getArchiveStatusOrderByVersion() |
List<ArchiveStatus> |
ArchiveStatusDao.getArchiveStatusOrderByVersion(String title) |
Modifier and Type | Method and Description |
---|---|
int |
ArchiveStatusDao.insertArchiveStatus(ArchiveStatus aStatus) |
Copyright © 2019. All rights reserved.