Uses of Class
org.opennms.netmgt.model.OnmsUserNotification
-
Packages that use OnmsUserNotification Package Description org.opennms.netmgt.dao.mock org.opennms.netmgt.model This file is part of OpenNMS(R). -
-
Uses of OnmsUserNotification in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsUserNotification Modifier and Type Method Description protected void
MockUserNotificationDao. generateId(OnmsUserNotification not)
protected Integer
MockUserNotificationDao. getId(OnmsUserNotification userNotif)
-
Uses of OnmsUserNotification in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return types with arguments of type OnmsUserNotification Modifier and Type Method Description Set<OnmsUserNotification>
OnmsNotification. getUsersNotified()
getUsersNotifiedMethod parameters in org.opennms.netmgt.model with type arguments of type OnmsUserNotification Modifier and Type Method Description void
OnmsNotification. setUsersNotified(Set<OnmsUserNotification> usersnotifieds)
setUsersNotifiedConstructor parameters in org.opennms.netmgt.model with type arguments of type OnmsUserNotification Constructor Description OnmsNotification(Integer notifyId, String textMsg, String subject, String numericMsg, Date pageTime, Date respondTime, String answeredBy, InetAddress ipAddress, OnmsServiceType serviceType, String queueId, OnmsEvent event, OnmsNode node, Set<OnmsUserNotification> usersNotified, String notifConfigName)
full constructorOnmsNotification(Integer notifyId, String textMsg, OnmsEvent event, OnmsNode node, Set<OnmsUserNotification> usersNotified)
minimal constructor
-