◆ add()
void eu.baltrad.beast.qc.AnomalyDetectorManager.add |
( |
AnomalyDetector | detector | ) |
|
|
inline |
◆ get()
AnomalyDetector eu.baltrad.beast.qc.AnomalyDetectorManager.get |
( |
String | name | ) |
|
|
inline |
◆ getMapper()
RowMapper< AnomalyDetector > eu.baltrad.beast.qc.AnomalyDetectorManager.getMapper |
( |
| ) |
|
|
inlineprotected |
- Returns
- the row mapper for anomaly detectors
◆ list()
List< AnomalyDetector > eu.baltrad.beast.qc.AnomalyDetectorManager.list |
( |
| ) |
|
|
inline |
◆ remove()
void eu.baltrad.beast.qc.AnomalyDetectorManager.remove |
( |
String | detector | ) |
|
|
inline |
◆ setJdbcTemplate()
void eu.baltrad.beast.qc.AnomalyDetectorManager.setJdbcTemplate |
( |
JdbcOperations | template | ) |
|
|
inline |
Sets the jdbc template to be used by this class.
- Parameters
-
◆ update()
void eu.baltrad.beast.qc.AnomalyDetectorManager.update |
( |
AnomalyDetector | detector | ) |
|
|
inline |
◆ validateName()
void eu.baltrad.beast.qc.AnomalyDetectorManager.validateName |
( |
String | name | ) |
|
|
inlineprotected |
Validates that the name is in correct format.
- Parameters
-
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/qc/AnomalyDetectorManager.java