Package | Description |
---|---|
org.opennms.web.svclayer | |
org.opennms.web.svclayer.model | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
AggregateStatus |
SiteStatusViewService.getAggregateStatus(String statusViewName,
String statusSite,
String rowLabel)
getAggregateStatus
|
Modifier and Type | Method and Description |
---|---|
Collection<AggregateStatus> |
SiteStatusViewService.createAggregateStatuses(AggregateStatusView statusView)
createAggregateStatuses
|
Collection<AggregateStatus> |
SiteStatusViewService.createAggregateStatuses(AggregateStatusView statusView,
String statusSite)
createAggregateStatuses
|
Collection<AggregateStatus> |
SiteStatusViewService.createAggregateStatusesUsingNodeId(int nodeId,
String viewName)
createAggregateStatusesUsingNodeId
|
Modifier and Type | Method and Description |
---|---|
AggregateStatus |
SurveillanceTable.getStatus(int row,
int col)
getStatus
|
AggregateStatus[] |
SurveillanceTable.getStatusRow(int row)
getStatusRow
|
AggregateStatus[][] |
SurveillanceTable.getStatusTable()
getStatusTable
|
Modifier and Type | Method and Description |
---|---|
List<AggregateStatus> |
SurveillanceTable.getColumnOrderedRow(AggregateStatus[] row)
This method returns on ordered list of Aggregate Status columns
based on the array argument.
|
List<AggregateStatus> |
SurveillanceTable.getColumnOrderedRow(int row)
This method returns on ordered list of Aggregate Status columns
based on the row specified from the status internal table.
|
Map<String,List<AggregateStatus>> |
SurveillanceTable.getColumnOrderedRowsWithHeaders()
Handy method for return a map with the key being the row header and the
value being an ordered collection of aggregate stati.
|
List<List<AggregateStatus>> |
SurveillanceTable.getOrderedRows()
This method returns an ordered list of Aggregate Status rows
and columns the internal table.
|
Modifier and Type | Method and Description |
---|---|
List<AggregateStatus> |
SurveillanceTable.getColumnOrderedRow(AggregateStatus[] row)
This method returns on ordered list of Aggregate Status columns
based on the array argument.
|
void |
SurveillanceTable.setStatus(int row,
int col,
AggregateStatus status)
setStatus
|
void |
SurveillanceTable.setStatusTable(AggregateStatus[][] statusTable)
setStatusTable
|
Modifier and Type | Method and Description |
---|---|
AggregateStatus |
DefaultSiteStatusViewService.getAggregateStatus(String statusViewName,
String statusSite,
String rowLabel)
getAggregateStatus
|
Modifier and Type | Method and Description |
---|---|
Collection<AggregateStatus> |
DefaultSiteStatusViewService.createAggregateStatuses(AggregateStatusView statusView)
createAggregateStatuses
|
Collection<AggregateStatus> |
DefaultSiteStatusViewService.createAggregateStatuses(AggregateStatusView statusView,
String statusSite)
createAggregateStatuses
|
Collection<AggregateStatus> |
DefaultSiteStatusViewService.createAggregateStatusesUsingNodeId(int nodeId,
String viewName)
createAggregateStatusesUsingNodeId
|
Collection<AggregateStatus> |
DefaultSiteStatusViewService.createAggregateStatusUsingAssetColumn(AggregateStatusView statusView)
createAggregateStatusUsingAssetColumn
|
Copyright © 2021. All rights reserved.