Class ContractNotificationManager

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

@Deprecated public class ContractNotificationManager extends Object
  • Field Details

    • log

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

    • ContractNotificationManager

      public ContractNotificationManager(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 List<ContractNotification> getNotificationList(int cid)
      Deprecated.
    • getNewNotificationsCount

      public int getNewNotificationsCount(int cid)
      Deprecated.