|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.outage.DaoWebOutageRepository
public class DaoWebOutageRepository
DaoWebOutageRepository class.
| Constructor Summary | |
|---|---|
DaoWebOutageRepository()
|
|
| 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 DaoWebOutageRepository()
| Method Detail |
|---|
@Transactional public int countMatchingOutageSummaries(OutageCriteria criteria)
countMatchingOutageSummaries
countMatchingOutageSummaries in interface WebOutageRepositorycriteria - a OutageCriteria object.
@Transactional public int countMatchingOutages(OutageCriteria criteria)
countMatchingOutages
countMatchingOutages in interface WebOutageRepositorycriteria - a OutageCriteria object.
@Transactional public OutageSummary[] getMatchingOutageSummaries(OutageCriteria criteria)
getMatchingOutageSummaries
getMatchingOutageSummaries in interface WebOutageRepositorycriteria - a OutageCriteria object.
OutageSummary objects.@Transactional public Outage[] getMatchingOutages(OutageCriteria criteria)
getMatchingOutages
getMatchingOutages in interface WebOutageRepositorycriteria - a OutageCriteria object.
Outage objects.@Transactional public Outage getOutage(int OutageId)
getOutage
getOutage in interface WebOutageRepositoryOutageId - a int.
Outage object.@Transactional public int countCurrentOutages()
WebOutageRepository
countCurrentOutages in interface WebOutageRepository@Transactional public OutageSummary[] getCurrentOutages(int rows)
WebOutageRepository
getCurrentOutages in interface WebOutageRepositoryrows - the number of outages to return.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||