Class CostMapItemFullFileReader

java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.code.importer.CostMapItemFullFileReader
All Implemented Interfaces:
CostMapItemReader

public class CostMapItemFullFileReader
extends java.lang.Object
implements CostMapItemReader
  • Constructor Summary

    Constructors
    Constructor Description
    CostMapItemFullFileReader()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<VoiceCostMapItem> getGeocodesFromString​(java.lang.String importString, java.lang.String result, int costMapId, Period period)  
    java.lang.String getTitle()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ru.bitel.bgbilling.modules.voice.server.bean.code.CostMapItemReader

    getId
  • Constructor Details

    • CostMapItemFullFileReader

      public CostMapItemFullFileReader()
  • Method Details