org.opennms.systemreport.dao
Interface EventCountDao

All Superinterfaces:
OnmsDao<OnmsEvent,Integer>
All Known Implementing Classes:
EventCountDaoHibernate

public interface EventCountDao
extends OnmsDao<OnmsEvent,Integer>


Method Summary
 Set<CountedObject<String>> getUeiCounts(Integer limit)
           
 
Methods inherited from interface org.opennms.netmgt.dao.OnmsDao
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update
 

Method Detail

getUeiCounts

Set<CountedObject<String>> getUeiCounts(Integer limit)


Copyright © 2011. All Rights Reserved.