com.hack23.cia.service.component.agent.impl.itsyourparliamenteu
Interface ItsyourParliamentEuImportService

Package class diagram package ItsyourParliamentEuImportService
All Known Implementing Classes:
ItsyourParliamentEuImportServiceImpl

public interface ItsyourParliamentEuImportService

The Interface ItsyourParliamentEuImportService.


Method Summary
 Map<String,String> getEuCountryDetailsMap()
          Gets the eu country details map.
 Map<String,String> getEuCountryInfoMap()
          Gets the eu country info map.
 List<String> getEuMissingMepInfo()
          Gets the eu missing mep info.
 List<String> getEuMissingVoteInfo()
          Gets the eu missing vote info.
 List<String> getEuVotes()
          Gets the eu votes.
 void updateCountrydetails(Countrydetails country)
          Update countrydetails.
 void updateCountryinfoEuElement(CountryinfoEuElement countryInfo)
          Update countryinfo eu element.
 void updateMepinfoEuElement(MepinfoEuElement mepInfo)
          Update mepinfo eu element.
 void updateVoteinfoEuElement(VoteinfoEuElement voteInfo)
          Update voteinfo eu element.
 void updateVotesEuData(VotesEuData votes)
          Update votes eu data.
 

Method Detail

getEuCountryDetailsMap

Map<String,String> getEuCountryDetailsMap()
Gets the eu country details map.

Returns:
the eu country details map

getEuCountryInfoMap

Map<String,String> getEuCountryInfoMap()
Gets the eu country info map.

Returns:
the eu country info map

getEuMissingMepInfo

List<String> getEuMissingMepInfo()
Gets the eu missing mep info.

Returns:
the eu missing mep info

getEuMissingVoteInfo

List<String> getEuMissingVoteInfo()
Gets the eu missing vote info.

Returns:
the eu missing vote info

getEuVotes

List<String> getEuVotes()
Gets the eu votes.

Returns:
the eu votes

updateCountrydetails

void updateCountrydetails(Countrydetails country)
Update countrydetails.

Parameters:
country - the country

updateCountryinfoEuElement

void updateCountryinfoEuElement(CountryinfoEuElement countryInfo)
Update countryinfo eu element.

Parameters:
countryInfo - the country info

updateMepinfoEuElement

void updateMepinfoEuElement(MepinfoEuElement mepInfo)
Update mepinfo eu element.

Parameters:
mepInfo - the mep info

updateVoteinfoEuElement

void updateVoteinfoEuElement(VoteinfoEuElement voteInfo)
Update voteinfo eu element.

Parameters:
voteInfo - the vote info

updateVotesEuData

void updateVotesEuData(VotesEuData votes)
Update votes eu data.

Parameters:
votes - the votes


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