org.opennms.web.rest
Class NotificationRestService
java.lang.Object
org.opennms.web.rest.OnmsRestService
org.opennms.web.rest.NotificationRestService
@Component
@PerRequest
@Scope(value="prototype")
public class NotificationRestService
- extends OnmsRestService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationRestService
public NotificationRestService()
getNotification
@Transactional
public OnmsNotification getNotification(String notifId)
getCount
@Transactional
public String getCount()
getNotifications
@Transactional
public OnmsNotificationCollection getNotifications()
updateNotification
@Transactional
public void updateNotification(String notifId,
Boolean ack)
updateNotifications
@Transactional
public void updateNotifications(MultivaluedMapImpl formProperties)
Copyright © 2009. All Rights Reserved.