Interface NotificationService


public interface NotificationService
  • Method Details

    • searchNotifications

      SearchResult<Notification> searchNotifications(Page page, boolean onlyActive) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • notificationDataGet

      Notification notificationDataGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • notificationDataUpdate

      int notificationDataUpdate(Notification notification) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • notificationDataDelete

      void notificationDataDelete(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException