notifsToReAssign.add(cliNotif);
}
}
}
AlertNotificationManagerLocal notificationManager = LookupUtil.getAlertNotificationManager();
List<Integer> notifIds = asIdList(notifsToReAssign);
Map<String, String> updates = Collections.singletonMap(CliSender.PROP_USER_ID,
Integer.toString(subject.getId()));
notificationManager.massReconfigure(notifIds, updates);
}