Package org.opennms.netmgt.dao.api
Interface AlarmAssociationDao
-
- All Superinterfaces:
OnmsDao<AlarmAssociation,Integer>
- All Known Implementing Classes:
AlarmAssociationDaoHibernate
,MockAlarmAssociationDao
public interface AlarmAssociationDao extends OnmsDao<AlarmAssociation,Integer>
AlarmDao
manages all persistence. Never need to call this dao to persist elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AlarmAssociation>
getAssociationsForSituation(int situationId)
-
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
-
getAssociationsForSituation
List<AlarmAssociation> getAssociationsForSituation(int situationId)
-
-