Searched refs:deleteNotifyList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java89 private Set deleteNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
190 deleteNotifyList = getNotificationList(USER_DELETE_NOTIFICATION_LIST);
202 return (deleteNotifyList != null && !deleteNotifyList.isEmpty());
239 if (deleteNotifyList != null && !deleteNotifyList.isEmpty()) {
240 sendEmail(deleteNotifyList, attributes, "497", "491", "494");
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java89 private Set deleteNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
190 deleteNotifyList = getNotificationList(USER_DELETE_NOTIFICATION_LIST);
202 return (deleteNotifyList != null && !deleteNotifyList.isEmpty());
239 if (deleteNotifyList != null && !deleteNotifyList.isEmpty()) {
240 sendEmail(deleteNotifyList, attributes, "497", "491", "494");

Completed in 37 milliseconds