public class SetTimestampsDaoJdbc extends java.lang.Object implements SetTimestampsDao
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | SetTimestampsDaoJdbc.FilterSetsTimestampInsertFilterSetsTimestampInsert Object. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | logger | 
| Constructor and Description | 
|---|
| SetTimestampsDaoJdbc() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.HashMap<java.lang.String,java.util.Date> | getSetTimestamps()Return a hash of the ages of the newest filter in each set/size. | 
| void | setDataSource(javax.sql.DataSource ds)Set the JDBC datasource reference | 
| void | updateFilterDates(java.util.LinkedHashMap<java.lang.String,java.lang.String> changed) | 
| void | updateSetTimestamp(java.lang.String setName)Update the timestamp for this set. | 
public void setDataSource(javax.sql.DataSource ds)
ds - The DataSource as generated by the Spring config/setup.public java.util.HashMap<java.lang.String,java.util.Date> getSetTimestamps()
SetTimestampsDaogetSetTimestamps in interface SetTimestampsDaopublic void updateFilterDates(java.util.LinkedHashMap<java.lang.String,java.lang.String> changed)
public void updateSetTimestamp(java.lang.String setName)
SetTimestampsDaoupdateSetTimestamp in interface SetTimestampsDaosetName - The SetSize to be updated. i.e. mlbXO_100