Package org.opennms.netmgt.dao.mock
Class MockNotificationDao
- java.lang.Object
-
- org.opennms.netmgt.dao.mock.AbstractMockDao<OnmsNotification,Integer>
-
- org.opennms.netmgt.dao.mock.MockNotificationDao
-
- All Implemented Interfaces:
LegacyOnmsDao<OnmsNotification,Integer>
,NotificationDao
,OnmsDao<OnmsNotification,Integer>
,org.springframework.beans.factory.InitializingBean
public class MockNotificationDao extends AbstractMockDao<OnmsNotification,Integer> implements NotificationDao
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.dao.mock.AbstractMockDao
AbstractMockDao.NullEventForwarder
-
-
Constructor Summary
Constructors Constructor Description MockNotificationDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
generateId(OnmsNotification not)
protected Integer
getId(OnmsNotification notif)
-
Methods inherited from class org.opennms.netmgt.dao.mock.AbstractMockDao
afterPropertiesSet, clear, countAll, countMatching, countMatching, delete, delete, findAll, findMatching, findMatching, flush, get, getAlarmAssociationDao, getAlarmDao, getAssetRecordDao, getCategoryDao, getDistPollerDao, getEventDao, getIpInterfaceDao, getMonitoredServiceDao, getMonitoringLocationDao, getNodeDao, getServiceRegistry, getServiceTypeDao, getSnmpInterfaceDao, initialize, load, lock, save, saveOrUpdate, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.dao.api.LegacyOnmsDao
countMatching, findMatching
-
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
-
-
-
-
Method Detail
-
generateId
protected void generateId(OnmsNotification not)
- Specified by:
generateId
in classAbstractMockDao<OnmsNotification,Integer>
-
getId
protected Integer getId(OnmsNotification notif)
- Specified by:
getId
in classAbstractMockDao<OnmsNotification,Integer>
-
-