Interface ContractNotificationService


public interface ContractNotificationService
  • Method Details

    • contractNotificationList

      List<ContractNotification> contractNotificationList(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • contractNotificationDelete

      void contractNotificationDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • contractNotificationUpdate

      int contractNotificationUpdate(int contractId, ContractNotification contractNotification) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • contractNotificationMarkRead

      void contractNotificationMarkRead(int contractId, int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • contractNotificationUnreadCount

      int contractNotificationUnreadCount(int contractId)