org.opennms.web.outage
Class DaoWebOutageRepository
java.lang.Object
org.opennms.web.outage.DaoWebOutageRepository
- All Implemented Interfaces:
- WebOutageRepository
public class DaoWebOutageRepository
- extends Object
- implements WebOutageRepository
- Author:
- brozow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaoWebOutageRepository
public DaoWebOutageRepository()
countMatchingOutageSummaries
@Transactional
public int countMatchingOutageSummaries(OutageCriteria criteria)
- Specified by:
countMatchingOutageSummaries in interface WebOutageRepository
countMatchingOutages
@Transactional
public int countMatchingOutages(OutageCriteria criteria)
- Specified by:
countMatchingOutages in interface WebOutageRepository
getMatchingOutageSummaries
@Transactional
public OutageSummary[] getMatchingOutageSummaries(OutageCriteria criteria)
- Specified by:
getMatchingOutageSummaries in interface WebOutageRepository
getMatchingOutages
@Transactional
public Outage[] getMatchingOutages(OutageCriteria criteria)
- Specified by:
getMatchingOutages in interface WebOutageRepository
getOutage
@Transactional
public Outage getOutage(int OutageId)
- Specified by:
getOutage in interface WebOutageRepository
Copyright © 2009. All Rights Reserved.