Class CostMapItemFullFileWithPrefixReader

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

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

    Constructors
    Constructor Description
    CostMapItemFullFileWithPrefixReader()  
  • 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

    • CostMapItemFullFileWithPrefixReader

      public CostMapItemFullFileWithPrefixReader()
  • Method Details