protected int handleRemove(Subject subject, RemoveNotificationsForm removeForm) throws Exception {
Integer[] roleNotificationIds = removeForm.getRoles();
Integer alertDefinitionId = removeForm.getAd();
AlertNotificationManagerLocal alertNotificationManager = LookupUtil.getAlertNotificationManager();
return alertNotificationManager.removeNotifications(subject, alertDefinitionId, roleNotificationIds);
}
}