| Methods in org.rhq.enterprise.server.alert that throw AlertNotificationValidationException |
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerLocal.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Add a new AlertNotification to the passed definition |
void |
AlertNotificationManagerLocal.updateAlertNotification(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Persist changes to the passed AlertNotification |
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerBean.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertTemplate,
boolean purgeInternals)
|