| Modifier and Type | Method and Description |
|---|---|
Control |
Control.addSelector(Selector s) |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ControlController.listControls(String scenario) |
| Modifier and Type | Method and Description |
|---|---|
int |
ControlController.createControl(String scenario,
Control control) |
int |
ControlController.updateControl(String scenario,
Control control) |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ReportController.getControlsByMetric(String scenario,
String metric) |
| Modifier and Type | Method and Description |
|---|---|
Control |
GenericControlDAO.get(String scenario,
String controlName) |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
GenericControlDAO.listControls(String scenario) |
List<Control> |
GenericControlDAO.listControls(String scenario,
String metric) |
| Modifier and Type | Method and Description |
|---|---|
int |
GenericControlDAO.create(Control control) |
int |
GenericControlDAO.update(Control control) |
| Modifier and Type | Method and Description |
|---|---|
Control |
ControlDAO.get(String scenario,
String controlName) |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ControlDAO.listControls(String scenario) |
List<Control> |
ControlDAO.listControls(String scenario,
String metric) |
| Modifier and Type | Method and Description |
|---|---|
int |
ControlDAO.create(Control control) |
int |
ControlDAO.update(Control control) |
Copyright © 2015. All Rights Reserved.