Package org.opennms.netmgt.dao.api
Interface MonitoringSystemDao
-
- All Superinterfaces:
OnmsDao<OnmsMonitoringSystem,java.lang.String>
- All Known Implementing Classes:
MockMonitoringSystemDao
,MonitoringSystemDaoHibernate
public interface MonitoringSystemDao extends OnmsDao<OnmsMonitoringSystem,java.lang.String>
-
-
Method Summary
-
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
-
-