com.hack23.cia.service.component.agent.impl.itsyourparliamenteu
Class ItsyourParliamentEuImportServiceImpl

Package class diagram package ItsyourParliamentEuImportServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.component.agent.impl.itsyourparliamenteu.ItsyourParliamentEuImportServiceImpl
All Implemented Interfaces:
ItsyourParliamentEuImportService

@Component(value="ItsyourParliamentEuImportService")
@Transactional(propagation=MANDATORY)
public class ItsyourParliamentEuImportServiceImpl
extends Object
implements ItsyourParliamentEuImportService

The Class ItsyourParliamentEuImportServiceImpl.


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

Constructor Detail

ItsyourParliamentEuImportServiceImpl

public ItsyourParliamentEuImportServiceImpl()
Method Detail

getEuCountryDetailsMap

public Map<String,String> getEuCountryDetailsMap()
Description copied from interface: ItsyourParliamentEuImportService
Gets the eu country details map.

Specified by:
getEuCountryDetailsMap in interface ItsyourParliamentEuImportService
Returns:
the eu country details map

getEuCountryInfoMap

public Map<String,String> getEuCountryInfoMap()
Description copied from interface: ItsyourParliamentEuImportService
Gets the eu country info map.

Specified by:
getEuCountryInfoMap in interface ItsyourParliamentEuImportService
Returns:
the eu country info map

getEuMissingMepInfo

public List<String> getEuMissingMepInfo()
Description copied from interface: ItsyourParliamentEuImportService
Gets the eu missing mep info.

Specified by:
getEuMissingMepInfo in interface ItsyourParliamentEuImportService
Returns:
the eu missing mep info

getEuMissingVoteInfo

public List<String> getEuMissingVoteInfo()
Description copied from interface: ItsyourParliamentEuImportService
Gets the eu missing vote info.

Specified by:
getEuMissingVoteInfo in interface ItsyourParliamentEuImportService
Returns:
the eu missing vote info

getEuVotes

public List<String> getEuVotes()
Description copied from interface: ItsyourParliamentEuImportService
Gets the eu votes.

Specified by:
getEuVotes in interface ItsyourParliamentEuImportService
Returns:
the eu votes

updateCountrydetails

public void updateCountrydetails(Countrydetails country)
Description copied from interface: ItsyourParliamentEuImportService
Update countrydetails.

Specified by:
updateCountrydetails in interface ItsyourParliamentEuImportService
Parameters:
country - the country

updateCountryinfoEuElement

public void updateCountryinfoEuElement(CountryinfoEuElement countryInfo)
Description copied from interface: ItsyourParliamentEuImportService
Update countryinfo eu element.

Specified by:
updateCountryinfoEuElement in interface ItsyourParliamentEuImportService
Parameters:
countryInfo - the country info

updateMepinfoEuElement

public void updateMepinfoEuElement(MepinfoEuElement mepInfo)
Description copied from interface: ItsyourParliamentEuImportService
Update mepinfo eu element.

Specified by:
updateMepinfoEuElement in interface ItsyourParliamentEuImportService
Parameters:
mepInfo - the mep info

updateVoteinfoEuElement

public void updateVoteinfoEuElement(VoteinfoEuElement voteInfo)
Description copied from interface: ItsyourParliamentEuImportService
Update voteinfo eu element.

Specified by:
updateVoteinfoEuElement in interface ItsyourParliamentEuImportService
Parameters:
voteInfo - the vote info

updateVotesEuData

public void updateVotesEuData(VotesEuData votes)
Description copied from interface: ItsyourParliamentEuImportService
Update votes eu data.

Specified by:
updateVotesEuData in interface ItsyourParliamentEuImportService
Parameters:
votes - the votes


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