|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.outage.JdbcWebOutageRepository
public class JdbcWebOutageRepository
JdbcWebOutageRepository class.
| Constructor Summary | |
|---|---|
JdbcWebOutageRepository()
|
|
| Method Summary | |
|---|---|
int |
countCurrentOutages()
Count the current number of nodes with outages. |
int |
countMatchingOutages(OutageCriteria criteria)
countMatchingOutages |
int |
countMatchingOutageSummaries(OutageCriteria criteria)
countMatchingOutageSummaries |
OutageSummary[] |
getCurrentOutages(int rows)
Get the current list of outages by node. |
Outage[] |
getMatchingOutages(OutageCriteria criteria)
getMatchingOutages |
OutageSummary[] |
getMatchingOutageSummaries(OutageCriteria criteria)
getMatchingOutageSummaries |
Outage |
getOutage(int outageId)
getOutage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcWebOutageRepository()
| Method Detail |
|---|
public int countCurrentOutages()
countCurrentOutages in interface WebOutageRepositorypublic OutageSummary[] getCurrentOutages(int rows)
getCurrentOutages in interface WebOutageRepositoryrows - the number of outages to return.
public int countMatchingOutages(OutageCriteria criteria)
countMatchingOutages
countMatchingOutages in interface WebOutageRepositorycriteria - a OutageCriteria object.
public Outage[] getMatchingOutages(OutageCriteria criteria)
getMatchingOutages
getMatchingOutages in interface WebOutageRepositorycriteria - a OutageCriteria object.
Outage objects.public int countMatchingOutageSummaries(OutageCriteria criteria)
countMatchingOutageSummaries
countMatchingOutageSummaries in interface WebOutageRepositorycriteria - a OutageCriteria object.
public OutageSummary[] getMatchingOutageSummaries(OutageCriteria criteria)
getMatchingOutageSummaries
getMatchingOutageSummaries in interface WebOutageRepositorycriteria - a OutageCriteria object.
OutageSummary objects.public Outage getOutage(int outageId)
getOutage
getOutage in interface WebOutageRepositoryoutageId - a int.
Outage object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||