Class PSNNotificationSender
java.lang.Object
org.emau.icmvc.ttp.notification.NotificationSender
org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
public class PSNNotificationSender
extends org.emau.icmvc.ttp.notification.NotificationSender
-
Field Summary
Fields inherited from class org.emau.icmvc.ttp.notification.NotificationSender
DEFAULT_NOTIFICATION_CLIENT_NAME, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PSNNotificationSenderbooleansendNotificationForAnonymiseEntries(String clientId, String domainName, Set<String> values, Map<String, AnonymisationResult> result) booleansendNotificationForAnonymiseEntry(String clientId, String domainName, String value) booleansendNotificationForDeleteEntries(String clientId, String domainName, Set<String> values, Map<String, DeletionResult> result) booleansendNotificationForDeleteEntry(String clientId, String domainName, String value) booleansendNotificationForGetOrCreatePseudonym(String clientId, String domainName, String value, String result) booleansendNotificationForGetOrCreatePseudonyms(String clientId, String domainName, Set<String> values, Map<String, String> result) booleansendNotificationForInsertValuePseudonymPair(String clientId, String domainName, String value, String pseudonym) booleansendNotificationForInsertValuePseudonymPairs(String clientId, String domainName, List<Map.Entry<String, String>> pairs, List<InsertPairExceptionDTO> result) Methods inherited from class org.emau.icmvc.ttp.notification.NotificationSender
getNotificationClientName, sendNotification, sendNotification
-
Constructor Details
-
PSNNotificationSender
public PSNNotificationSender()
-
-
Method Details
-
getInstance
-
sendNotificationForGetOrCreatePseudonym
-
sendNotificationForGetOrCreatePseudonyms
-
sendNotificationForAnonymiseEntry
-
sendNotificationForAnonymiseEntries
-
sendNotificationForDeleteEntry
-
sendNotificationForDeleteEntries
-
sendNotificationForInsertValuePseudonymPair
-
sendNotificationForInsertValuePseudonymPairs
-