Interface BlacklistService


public interface BlacklistService
  • Method Details

    • updateMode

      void updateMode(PhoneItemListMode mode) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateNumbers

      void updateNumbers(int itemId, List<PhoneItemListNumber> number) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNumbersForItem

      List<PhoneItemListNumber> getNumbersForItem(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getMode

      PhoneItemListMode getMode(int phoneItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException