Interface RangeMapService


@MTOM(enabled=true) public interface RangeMapService
  • Method Details

    • rangeMapList

      List<RangeMap> rangeMapList(String order) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapGet

      RangeMap rangeMapGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapUpdate

      void rangeMapUpdate(RangeMap b) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapDelete

      void rangeMapDelete(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapItemList

      List<RangeMapItem> rangeMapItemList(int id, Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapItemUpdate

      int rangeMapItemUpdate(int rangeMapId, RangeMapItem item) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapItemDelete

      void rangeMapItemDelete(int rangeMapId, int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapImport

      void rangeMapImport(int rangeMapId, boolean update, String prefix, String data) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • rangeMapExport

      void rangeMapExport(int rangeMapId, String code, javax.xml.ws.Holder<javax.activation.DataHandler> data) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException