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, update
List<AlarmAssociation> getAssociationsForSituation(int situationId)
Copyright © 2021. All rights reserved.