| Methods in org.rhq.enterprise.server.alert that throw AlertDefinitionUpdateException |
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerBean.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
|
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 |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean updateInternals)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean purgeInternals)
|
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 |
AlertTemplateManagerLocal.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean purgeInternals)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerBean.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertTemplate,
boolean purgeInternals)
|
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean purgeInternals)
|
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerBean.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean purgeInternals)
|