org.opennms.netmgt.dao
Interface AlarmDao

All Superinterfaces:
OnmsDao<OnmsAlarm,Integer>
All Known Implementing Classes:
AlarmDaoHibernate

public interface AlarmDao
extends OnmsDao<OnmsAlarm,Integer>

AlarmDao interface.

Version:
$Id: $
Author:
ranger

Method Summary
 OnmsAlarm findByReductionKey(String reductionKey)
          findByReductionKey
 
Methods inherited from interface org.opennms.netmgt.dao.OnmsDao
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update
 

Method Detail

findByReductionKey

OnmsAlarm findByReductionKey(String reductionKey)

findByReductionKey

Parameters:
reductionKey - a String object.
Returns:
a OnmsAlarm object.


Copyright © 2011. All Rights Reserved.