Class DAONotifications

java.lang.Object
overit.geocall.da.DAO0
overit.geocallapp.wfm.notifications.notification.da.DAONotifications
All Implemented Interfaces:
Serializable, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Identified

@Table("ANOTIFICATION") @Pool("Pool") @Pk("ANOTID") @Sequence("SANOTIFICATION") @Factory("ANOTID_ACOM") @Order("ANOTID") public class DAONotifications extends DAO0
See Also:
  • Field Details

    • SELECT_AAVV_TO_NOTIFY

      public static final Command SELECT_AAVV_TO_NOTIFY
    • SELECT_DEVICES_TO_NOTIFY

      public static final Command SELECT_DEVICES_TO_NOTIFY
    • SELECT_UNMANAGED_NOTIFICATIONS

      public static final Command SELECT_UNMANAGED_NOTIFICATIONS
    • FUNCTION_NOTIFICATIONS_ACCESS

      public static final String FUNCTION_NOTIFICATIONS_ACCESS
  • Constructor Details

    • DAONotifications

      public DAONotifications()
  • Method Details