Interface DrWebService


public interface DrWebService
  • Method Details

    • tariffAVDList

      List<TariffAVD> tariffAVDList(int contractId, boolean forNew) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • tariffAVDUpdate

      int tariffAVDUpdate(TariffAVD tariffAVD) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • tariffAVDDelete

      void tariffAVDDelete(int tariffId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDList

      List<AgentAVD> agentAVDList(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDChangeTariff

      void agentAVDChangeTariff(int agentId, int tariffId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDBlock

      void agentAVDBlock(int agentId, int monthCount) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDDelete

      void agentAVDDelete(int agentId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDActive

      void agentAVDActive(int agentId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDRecalculate

      void agentAVDRecalculate(String email, List<Integer> contractIds, String comment, Date startMonth) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • agentAVDClear

      void agentAVDClear(List<Integer> contractIds, Date startMonth) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException