public interface SvtConfigDao
Modifier and Type | Method and Description |
---|---|
void |
deleteSvtConfigs(int run)
Delete SVT configurations for the run.
|
List<SvtConfigData> |
getSvtConfigs(int run)
Get the list of SVT configurations for the run.
|
void |
insertSvtConfigs(List<SvtConfigData> svtConfigs,
int run)
Insert SVT configurations.
|
void insertSvtConfigs(List<SvtConfigData> svtConfigs, int run)
svtConfigs
- the list of SVT configurationsrun
- the run numberList<SvtConfigData> getSvtConfigs(int run)
run
- the run numbervoid deleteSvtConfigs(int run)
run
- the run numberCopyright © 2019. All rights reserved.