Interface EditNotifications

All Known Implementing Classes:
EditNotificationsImpl

public interface EditNotifications
Represents functionality of the 'Edit notifications' screen.
Since:
v4.4
  • Method Details

    • notificationSchemeId

      int notificationSchemeId()
      ID of associated notification scheme.
      Returns:
      ID of the notification scheme
    • addNotificationsForEvent

      EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType)
      Add simple (parameterless) notification type for given event ID.
      Parameters:
      eventId - ID of the event to add to
      notificationType - notification type to add
      Returns:
      this instance
      See Also:
    • addNotificationsForEvent

      EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
      Add parameterized notification type for given event ID.
      Parameters:
      eventId - ID of the event to add to
      notificationType - notification types to add
      paramValue - form parameter value associated with given notification type
      Returns:
      this instance
      See Also:
    • deleteEntryWithId

      EditNotifications deleteEntryWithId(int entryId)
      Add parameterized notification type for given event ID.
      Parameters:
      entryId - ID of the entry to delete
      Returns:
      this instance
      See Also: