Interface AlarmNotificationManager

    • Method Detail

      • getProfile

        AlarmNotificationProfile getProfile​(long profileId)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getProfileNames

        java.util.List<java.lang.String> getProfileNames()
      • addAlarmNotificationProfileType

        void addAlarmNotificationProfileType​(AlarmNotificationProfileType type)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAlarmNotificationProfileType

        void removeAlarmNotificationProfileType​(AlarmNotificationProfileType type)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception