org.opennms.systemreport.dao
Class EventCountDaoHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate<OnmsEvent,Integer>
              extended by org.opennms.systemreport.dao.EventCountDaoHibernate
All Implemented Interfaces:
OnmsDao<OnmsEvent,Integer>, EventCountDao, org.springframework.beans.factory.InitializingBean

public class EventCountDaoHibernate
extends AbstractDaoHibernate<OnmsEvent,Integer>
implements EventCountDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
EventCountDaoHibernate()
           
 
Method Summary
 Set<CountedObject<String>> getUeiCounts(Integer limit)
           
 
Methods inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate
bulkDelete, clear, countAll, countMatching, delete, deleteAll, evict, find, find, findAll, findMatching, findMatchingObjects, findObjects, findUnique, findUnique, findUnique, flush, get, initialize, load, merge, queryInt, queryInt, save, saveOrUpdate, update
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.dao.OnmsDao
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update
 

Constructor Detail

EventCountDaoHibernate

public EventCountDaoHibernate()
Method Detail

getUeiCounts

public Set<CountedObject<String>> getUeiCounts(Integer limit)
Specified by:
getUeiCounts in interface EventCountDao


Copyright © 2011. All Rights Reserved.