public interface GenericControlDAO
| Modifier and Type | Method and Description |
|---|---|
int |
create(Control control) |
void |
delete(int id) |
Control |
get(String scenario,
String controlName) |
List<Control> |
listActiveControls(String scenario) |
List<Control> |
listActiveControls(String scenario,
String metric) |
List<Control> |
listControls(String scenario) |
List<Control> |
listControls(String scenario,
String metric) |
int |
update(Control control) |
Copyright © 2015. All Rights Reserved.