org.opennms.web.outage
Interface WebOutageRepository
- All Known Implementing Classes:
- DaoWebOutageRepository, JdbcWebOutageRepository
public interface WebOutageRepository
countMatchingOutages
int countMatchingOutages(OutageCriteria criteria)
getOutage
Outage getOutage(int OutageId)
getMatchingOutages
Outage[] getMatchingOutages(OutageCriteria criteria)
countMatchingOutageSummaries
int countMatchingOutageSummaries(OutageCriteria criteria)
getMatchingOutageSummaries
OutageSummary[] getMatchingOutageSummaries(OutageCriteria criteria)
Copyright © 2009. All Rights Reserved.