com.hack23.cia.service.component.agent.impl.worldbank
Class WorldbankImportServiceImpl

Package class diagram package WorldbankImportServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.component.agent.impl.worldbank.WorldbankImportServiceImpl
All Implemented Interfaces:
WorldbankImportService

@Component(value="WorldbankImportService")
@Transactional(propagation=MANDATORY)
public class WorldbankImportServiceImpl
extends Object
implements WorldbankImportService

The Class WorldbankImportServiceImpl.


Constructor Summary
WorldbankImportServiceImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldbankImportServiceImpl

public WorldbankImportServiceImpl()
Method Detail

getWorldBankCountryMap

public Map<String,String> getWorldBankCountryMap()
Description copied from interface: WorldbankImportService
Gets the world bank country map.

Specified by:
getWorldBankCountryMap in interface WorldbankImportService
Returns:
the world bank country map

getWorldBankDataMap

public Map<String,String> getWorldBankDataMap()
Description copied from interface: WorldbankImportService
Gets the world bank data map.

Specified by:
getWorldBankDataMap in interface WorldbankImportService
Returns:
the world bank data map

getWorldBankIndicatorElementMap

public Map<String,String> getWorldBankIndicatorElementMap()
Description copied from interface: WorldbankImportService
Gets the world bank indicator element map.

Specified by:
getWorldBankIndicatorElementMap in interface WorldbankImportService
Returns:
the world bank indicator element map

updateCountryElement

public void updateCountryElement(CountryElement country)
Description copied from interface: WorldbankImportService
Update country element.

Specified by:
updateCountryElement in interface WorldbankImportService
Parameters:
country - the country

updateData

public void updateData(List<Data> data)
Description copied from interface: WorldbankImportService
Update data.

Specified by:
updateData in interface WorldbankImportService
Parameters:
data - the data

updateIndicatorElement

public void updateIndicatorElement(IndicatorElement object)
Description copied from interface: WorldbankImportService
Update indicator element.

Specified by:
updateIndicatorElement in interface WorldbankImportService
Parameters:
object - the object


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