OpenCDSS / cdss-lib-dmi-hydrobase-rest-java

CDSS HydroBase REST web service client library written in Java
GNU General Public License v3.0
0 stars 0 forks source link

Move TSID formatting into table models. #5

Closed smalers closed 6 years ago

smalers commented 6 years ago

The TDIDS formatted from the table models that list time series was in TSTool_JFrame. This is fragmented because the datastore was what parsed the TSIDs to read the time series. Need to move as datastore-specific code into the datastore.

smalers commented 6 years ago

Added getTimeSeriesIdentifier method to each table model so that the TSTool_JFrame code allows the datastore to handle formatting TSIDs for the datastore. Close the issue.