Uses of Interface
org.opennms.web.notification.WebNotificationRepository
-
Packages that use WebNotificationRepository Package Description org.opennms.web.controller.notification org.opennms.web.notification -
-
Uses of WebNotificationRepository in org.opennms.web.controller.notification
Methods in org.opennms.web.controller.notification with parameters of type WebNotificationRepository Modifier and Type Method Description void
AcknowledgeNotificationController. setWebNotificationRepository(WebNotificationRepository webNotificationRepository)
setWebNotificationRepositoryvoid
NotificationFilterController. setWebNotificationRepository(WebNotificationRepository webNotificationRepository)
setWebNotificationRepository -
Uses of WebNotificationRepository in org.opennms.web.notification
Classes in org.opennms.web.notification that implement WebNotificationRepository Modifier and Type Class Description class
DaoWebNotificationRepository
DaoWebNotificationRepository class.
-