Class CostMapItemStandartFileReader

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

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

    Constructors
    Constructor Description
    CostMapItemStandartFileReader()  
  • 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 getId()  
    java.lang.String getTitle()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CostMapItemStandartFileReader

      public CostMapItemStandartFileReader()
  • Method Details