Interface ISMSNotificationUtils


public interface ISMSNotificationUtils
Utility class to modify sms notification behaviour thorough a velocity script at event processing time.
Author:
Fernando Boucquez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToPhoneNumber(String phoneNumber)
    Adds a new phone number to the recipient list.
    void
    Tags the event to not be notified.
    void
    Removes all the phone numbers for the recipients list, including the ones configured in the mapping and post functions.
  • Method Details

    • inhibitNotification

      void inhibitNotification()
      Tags the event to not be notified.
    • resetToPhoneNumbers

      void resetToPhoneNumbers()
      Removes all the phone numbers for the recipients list, including the ones configured in the mapping and post functions.
    • addToPhoneNumber

      void addToPhoneNumber(String phoneNumber)
      Adds a new phone number to the recipient list. The recipient list starts with the ones configured in the mapping and post functions.
      Parameters:
      phoneNumber - the new phone number.