Interface ClassificationRuleDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Rule>
findAllEnabledRules()
List<Rule>
findByDefinition(Rule http)
Rule
findByDefinition(Rule rule, Group group)
-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-