Interface ClassificationRuleDao
-
- All Known Implementing Classes:
ClassificationRuleDaoImpl
public interface ClassificationRuleDao extends OnmsDao<Rule,java.lang.Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Rule>
findAllEnabledRules()
java.util.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
-
-