Package org.opennms.netmgt.dao.api
Interface MonitoringLocationDao
-
- All Superinterfaces:
OnmsDao<OnmsMonitoringLocation,String>
- All Known Implementing Classes:
MockMonitoringLocationDao
,MonitoringLocationDaoHibernate
public interface MonitoringLocationDao extends OnmsDao<OnmsMonitoringLocation,String>
MonitoringLocationDao interface.
- Author:
- Seth, Mathew Brozowski, David Hustace
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_MONITORING_LOCATION_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsMonitoringLocation
getDefaultLocation()
-
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
-
-
-
-
Field Detail
-
DEFAULT_MONITORING_LOCATION_ID
static final String DEFAULT_MONITORING_LOCATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultLocation
OnmsMonitoringLocation getDefaultLocation()
-
-