| Package | Description |
|---|---|
| br.org.scadabr.db.dao | |
| br.org.scadabr.rt |
| Modifier and Type | Field and Description |
|---|---|
private EventDetectorTemplateVO |
EventDetectorTemplateDao.TemplateEventDetectorRowMapper.template |
| Modifier and Type | Method and Description |
|---|---|
EventDetectorTemplateVO |
EventDetectorTemplateDao.getEventDetectorTemplate(int id) |
EventDetectorTemplateVO |
EventDetectorTemplateDao.EventDetectorTemplateRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<EventDetectorTemplateVO> |
EventDetectorTemplateDao.getByEventDetectorTemplateByName(java.lang.String name) |
java.util.List<EventDetectorTemplateVO> |
EventDetectorTemplateDao.getEventDetectorTemplatesWithoutDetectors() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<PointEventDetectorVO> |
EventDetectorTemplateDao.getEventDetectors(EventDetectorTemplateVO template) |
void |
EventDetectorTemplateDao.insertEventDetectorTemplate(EventDetectorTemplateVO eventDetectorTemplate) |
private void |
EventDetectorTemplateDao.saveEventDetectorReferences(EventDetectorTemplateVO eventDetectorTemplate) |
private void |
EventDetectorTemplateDao.setEventDetectors(EventDetectorTemplateVO template) |
private void |
EventDetectorTemplateDao.setRelationalData(EventDetectorTemplateVO template) |
| Constructor and Description |
|---|
TemplateEventDetectorRowMapper(EventDetectorTemplateVO template) |
| Modifier and Type | Field and Description |
|---|---|
private EventDetectorTemplateVO |
EventDetectorTemplateRT.eventDetectorTemplateVO |
| Constructor and Description |
|---|
EventDetectorTemplateRT(EventDetectorTemplateVO eventDetectorTemplateVO) |