Package | Description |
---|---|
org.opennms.features.vaadin.surveillanceviews.service | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.v1 | |
org.opennms.web.rest.v2 |
Modifier and Type | Method and Description |
---|---|
List<OnmsNotification> |
DefaultSurveillanceViewService.getNotificationsForCategories(Set<OnmsCategory> rowCategories,
Set<OnmsCategory> colCategories,
Map<OnmsNotification,String> customSeverity)
Returns the list og OpenNMS notification instacnes for a given set of row and column categories.
|
List<OnmsNotification> |
SurveillanceViewService.getNotificationsForCategories(Set<OnmsCategory> rowCategories,
Set<OnmsCategory> colCategories,
Map<OnmsNotification,String> customSeverity)
Returns the list og OpenNMS notification instacnes for a given set of row and column categories.
|
Modifier and Type | Method and Description |
---|---|
List<OnmsNotification> |
DefaultSurveillanceViewService.getNotificationsForCategories(Set<OnmsCategory> rowCategories,
Set<OnmsCategory> colCategories,
Map<OnmsNotification,String> customSeverity)
Returns the list og OpenNMS notification instacnes for a given set of row and column categories.
|
List<OnmsNotification> |
SurveillanceViewService.getNotificationsForCategories(Set<OnmsCategory> rowCategories,
Set<OnmsCategory> colCategories,
Map<OnmsNotification,String> customSeverity)
Returns the list og OpenNMS notification instacnes for a given set of row and column categories.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MockNotificationDao.generateId(OnmsNotification not) |
protected Integer |
MockNotificationDao.getId(OnmsNotification notif) |
Modifier and Type | Method and Description |
---|---|
OnmsNotification |
OnmsUserNotification.getNotification()
getNotification
|
Modifier and Type | Method and Description |
---|---|
Set<OnmsNotification> |
OnmsEvent.getNotifications()
getNotifications
|
List<OnmsNotification> |
OnmsNotificationCollection.getObjects() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsUserNotification.setNotification(OnmsNotification notification)
setNotification
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsEvent.setNotifications(Set<OnmsNotification> notifications)
setNotifications
|
Constructor and Description |
---|
OnmsUserNotification(String userId,
Date notifyTime,
String media,
String contactInfo,
String autoNotify,
OnmsNotification notification,
Integer id)
full constructor
|
Constructor and Description |
---|
OnmsNotificationCollection(Collection<? extends OnmsNotification> notifications) |
Modifier and Type | Method and Description |
---|---|
OnmsNotification |
NotificationRestService.getNotification(Integer notifId)
getNotification
|
Modifier and Type | Method and Description |
---|---|
protected OnmsNotification |
NotificationRestService.doGet(javax.ws.rs.core.UriInfo uriInfo,
Integer id) |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsNotification> |
NotificationRestService.createListWrapper(Collection<OnmsNotification> list) |
protected Class<OnmsNotification> |
NotificationRestService.getDaoClass() |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsNotification> |
NotificationRestService.createListWrapper(Collection<OnmsNotification> list) |
Copyright © 2021. All rights reserved.