public class MockAlarmAssociationDao extends AbstractMockDao<AlarmAssociation,Integer> implements AlarmAssociationDao
AbstractMockDao.NullEventForwarder
Constructor and Description |
---|
MockAlarmAssociationDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
generateId(AlarmAssociation ass) |
List<AlarmAssociation> |
getAssociationsForSituation(int situationId) |
protected Integer |
getId(AlarmAssociation ass) |
Integer |
save(AlarmAssociation ass) |
void |
update(AlarmAssociation ass) |
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, saveOrUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, saveOrUpdate
public Integer save(AlarmAssociation ass)
save
in interface OnmsDao<AlarmAssociation,Integer>
save
in class AbstractMockDao<AlarmAssociation,Integer>
public void update(AlarmAssociation ass)
update
in interface OnmsDao<AlarmAssociation,Integer>
update
in class AbstractMockDao<AlarmAssociation,Integer>
protected void generateId(AlarmAssociation ass)
generateId
in class AbstractMockDao<AlarmAssociation,Integer>
protected Integer getId(AlarmAssociation ass)
getId
in class AbstractMockDao<AlarmAssociation,Integer>
public List<AlarmAssociation> getAssociationsForSituation(int situationId)
getAssociationsForSituation
in interface AlarmAssociationDao
Copyright © 2021. All rights reserved.