| Methods in org.rhq.enterprise.server.alert that throw AlertDefinitionUpdateException |
AlertNotification |
AlertNotificationManagerLocal.addAlertNotification(Subject user,
int alertDefinitionId,
AlertNotification notification)
Add a new AlertNotification to the passed definition |
AlertNotification |
AlertNotificationManagerBean.addAlertNotification(Subject user,
int alertDefinitionId,
AlertNotification notification)
|
AlertDefinition |
AlertDefinitionManagerBean.updateAlertDefinition(Subject subject,
int alertDefinitionId,
AlertDefinition alertDefinition,
boolean purgeInternals)
|
AlertDefinition |
AlertDefinitionManagerLocal.updateAlertDefinition(Subject subject,
int alertDefinitionId,
AlertDefinition alertDefinition,
boolean updateInternals)
|
void |
AlertNotificationManagerLocal.updateAlertNotification(Subject subject,
int alertDefinitionId,
AlertNotification notification)
Persist changes to the passed AlertNotification |
AlertDefinition |
AlertTemplateManagerBean.updateAlertTemplate(Subject user,
AlertDefinition alertTemplate,
boolean purgeInternals)
|
AlertDefinition |
AlertTemplateManagerLocal.updateAlertTemplate(Subject user,
AlertDefinition alertDefinition,
boolean purgeInternals)
|
AlertDefinition |
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions(Subject subject,
AlertDefinition groupAlertDefinition,
boolean purgeInternals)
|
AlertDefinition |
GroupAlertDefinitionManagerBean.updateGroupAlertDefinitions(Subject subject,
AlertDefinition groupAlertDefinition,
boolean purgeInternals)
|