Interface UsersNotification

All Superinterfaces:
Comparable<UsersNotification>
All Known Implementing Classes:
UsersNotificationImpl

public interface UsersNotification extends Comparable<UsersNotification>
Class to store output of database query for notifications associated with a specific user The plan is needed for the UI display.
  • Method Details

    • getPlan

      Plan getPlan()
      The plan the notification rule applies to
      Returns:
    • getNotificationRule

      NotificationRule getNotificationRule()
      The notification rule
      Returns: