public interface AlarmAssociationDao extends OnmsDao<AlarmAssociation,Integer>
 AlarmDao manages all persistence. Never need to call this dao to persist elements 
| Modifier and Type | Method and Description | 
|---|---|
List<AlarmAssociation> | 
getAssociationsForSituation(int situationId)  | 
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, updateList<AlarmAssociation> getAssociationsForSituation(int situationId)
Copyright © 2020. All rights reserved.