Class ContractNotificationManager

java.lang.Object
bitel.billing.server.contract.bean.ContractNotificationManager

@Deprecated
public class ContractNotificationManager
extends java.lang.Object
  • Field Details

    • log

      protected org.apache.logging.log4j.Logger log
      Deprecated.
  • Constructor Details

    • ContractNotificationManager

      public ContractNotificationManager​(java.sql.Connection con)
      Deprecated.
  • Method Details

    • updateNotification

      public void updateNotification​(ContractNotification notice)
      Deprecated.
    • deleteNotification

      public void deleteNotification​(int id)
      Deprecated.
    • getNotification

      public ContractNotification getNotification​(int id)
      Deprecated.
    • getNotificationList

      public java.util.List<ContractNotification> getNotificationList​(int cid)
      Deprecated.
    • getNewNotificationsCount

      public int getNewNotificationsCount​(int cid)
      Deprecated.