Class CostMapItemFullFileReader
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.code.importer.CostMapItemFullFileReader
- All Implemented Interfaces:
CostMapItemReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGeocodesFromString
(String importString, String result, int costMapId, Period period) 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
-
getGeocodesFromString
public List<VoiceCostMapItem> getGeocodesFromString(String importString, String result, int costMapId, Period period) - Specified by:
getGeocodesFromString
in interfaceCostMapItemReader
-
getTitle
- Specified by:
getTitle
in interfaceCostMapItemReader
-