com.hack23.cia.service.component.agent.impl.worldbank
Interface WorldbankImportService

Package class diagram package WorldbankImportService
All Known Implementing Classes:
WorldbankImportServiceImpl

public interface WorldbankImportService

The Interface WorldbankImportService.


Method Summary
 Map<String,String> getWorldBankCountryMap()
          Gets the world bank country map.
 Map<String,String> getWorldBankDataMap()
          Gets the world bank data map.
 Map<String,String> getWorldBankIndicatorElementMap()
          Gets the world bank indicator element map.
 void updateCountryElement(CountryElement country)
          Update country element.
 void updateData(List<Data> data)
          Update data.
 void updateIndicatorElement(IndicatorElement object)
          Update indicator element.
 

Method Detail

getWorldBankCountryMap

Map<String,String> getWorldBankCountryMap()
Gets the world bank country map.

Returns:
the world bank country map

getWorldBankDataMap

Map<String,String> getWorldBankDataMap()
Gets the world bank data map.

Returns:
the world bank data map

getWorldBankIndicatorElementMap

Map<String,String> getWorldBankIndicatorElementMap()
Gets the world bank indicator element map.

Returns:
the world bank indicator element map

updateCountryElement

void updateCountryElement(CountryElement country)
Update country element.

Parameters:
country - the country

updateData

void updateData(List<Data> data)
Update data.

Parameters:
data - the data

updateIndicatorElement

void updateIndicatorElement(IndicatorElement object)
Update indicator element.

Parameters:
object - the object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.