Uses of Class
org.rhq.enterprise.server.alert.InvalidAlertDefinitionException

Packages that use InvalidAlertDefinitionException
org.rhq.enterprise.server.alert   
org.rhq.enterprise.server.test   
 

Uses of InvalidAlertDefinitionException in org.rhq.enterprise.server.alert
 

Methods in org.rhq.enterprise.server.alert that throw InvalidAlertDefinitionException
 int AlertDefinitionManagerBean.createAlertDefinition(Subject subject, AlertDefinition alertDefinition, Integer resourceId)
           
 int AlertDefinitionManagerLocal.createAlertDefinition(Subject subject, AlertDefinition alertDefinition, Integer resourceId)
           
 int AlertTemplateManagerBean.createAlertTemplate(Subject user, AlertDefinition alertTemplate, Integer resourceTypeId)
           
 int AlertTemplateManagerLocal.createAlertTemplate(Subject user, AlertDefinition alertDefinition, Integer resourceTypeId)
           
 int GroupAlertDefinitionManagerLocal.createGroupAlertDefinitions(Subject subject, AlertDefinition alertDefinition, Integer resourceGroupId)
           
 int GroupAlertDefinitionManagerBean.createGroupAlertDefinitions(Subject subject, AlertDefinition groupAlertDefinition, Integer resourceGroupId)
           
 AlertDefinition AlertDefinitionManagerBean.updateAlertDefinition(Subject subject, int alertDefinitionId, AlertDefinition alertDefinition, boolean purgeInternals)
           
 AlertDefinition AlertDefinitionManagerLocal.updateAlertDefinition(Subject subject, int alertDefinitionId, AlertDefinition alertDefinition, boolean updateInternals)
           
 void AlertTemplateManagerBean.updateAlertDefinitionsForResource(Subject user, Integer resourceId)
           
 void AlertTemplateManagerLocal.updateAlertDefinitionsForResource(Subject user, Integer resourceId)
           
 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)
           
 

Uses of InvalidAlertDefinitionException in org.rhq.enterprise.server.test
 

Methods in org.rhq.enterprise.server.test that throw InvalidAlertDefinitionException
 void AlertTemplateTestLocal.cloneAlertTemplate(int alertTemplateId, int numberOfClones)
           
 void AlertTemplateTestBean.cloneAlertTemplate(int alertTemplateId, int numberOfClones)
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.