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
  • Constructor Details

    • PSNNotificationSender

      public PSNNotificationSender()
  • Method Details

    • getInstance

      public static PSNNotificationSender getInstance()
    • sendNotificationForGetOrCreatePseudonym

      public boolean sendNotificationForGetOrCreatePseudonym(String clientId, String domainName, String value, String result)
    • sendNotificationForGetOrCreatePseudonyms

      public boolean sendNotificationForGetOrCreatePseudonyms(String clientId, String domainName, Set<String> values, Map<String,String> result)
    • sendNotificationForAnonymiseEntry

      public boolean sendNotificationForAnonymiseEntry(String clientId, String domainName, String value)
    • sendNotificationForAnonymiseEntries

      public boolean sendNotificationForAnonymiseEntries(String clientId, String domainName, Set<String> values, Map<String,AnonymisationResult> result)
    • sendNotificationForDeleteEntry

      public boolean sendNotificationForDeleteEntry(String clientId, String domainName, String value)
    • sendNotificationForDeleteEntries

      public boolean sendNotificationForDeleteEntries(String clientId, String domainName, Set<String> values, Map<String,DeletionResult> result)
    • sendNotificationForInsertValuePseudonymPair

      public boolean sendNotificationForInsertValuePseudonymPair(String clientId, String domainName, String value, String pseudonym)
    • sendNotificationForInsertValuePseudonymPairs

      public boolean sendNotificationForInsertValuePseudonymPairs(String clientId, String domainName, Map<String,String> pairs, List<InsertPairExceptionDTO> result)