|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutageDao
OutageDao interface.
| Method Summary | |
|---|---|
int |
countOutagesByNode()
Get the number of nodes with outages. |
Integer |
currentOutageCount()
currentOutageCount |
Collection<OnmsOutage> |
currentOutages()
currentOutages |
Collection<OnmsOutage> |
findAll(Integer offset,
Integer limit)
findAll |
List<OutageSummary> |
getNodeOutageSummaries(int rows)
Get the list of current outages, one per node. |
Collection<OnmsOutage> |
matchingCurrentOutages(ServiceSelector selector)
matchingCurrentOutages |
| Methods inherited from interface org.opennms.netmgt.dao.OnmsDao |
|---|
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update |
| Method Detail |
|---|
Integer currentOutageCount()
currentOutageCount
Integer object.Collection<OnmsOutage> currentOutages()
currentOutages
Collection object.Collection<OnmsOutage> matchingCurrentOutages(ServiceSelector selector)
matchingCurrentOutages
selector - a ServiceSelector object.
Collection object.
Collection<OnmsOutage> findAll(Integer offset,
Integer limit)
findAll
offset - a Integer object.limit - a Integer object.
Collection object.int countOutagesByNode()
List<OutageSummary> getNodeOutageSummaries(int rows)
rows - The maximum number of outages to return.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||