com.hack23.cia.service.external.val.impl
Class ValApiImpl

Package class diagram package ValApiImpl
java.lang.Object
  extended by com.hack23.cia.service.external.common.impl.AbstractXmlAgentImpl
      extended by com.hack23.cia.service.external.val.impl.ValApiImpl
All Implemented Interfaces:
ValApi

@Component
public class ValApiImpl
extends AbstractXmlAgentImpl
implements ValApi


Constructor Summary
ValApiImpl()
           
 
Method Summary
 List<SwedenCountyElectoralRegion> getCountyElectoralRegions()
           
 List<SwedenCountyData> getCountyRegions()
           
 List<SwedenElectionType> getElectionTypes()
           
 List<SwedenParliamentElectoralRegion> getParliamentElectoralRegions()
           
 
Methods inherited from class com.hack23.cia.service.external.common.impl.AbstractXmlAgentImpl
retriveContent, setNameSpaceOnXmlStream, unmarshallXml, unmarshallXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValApiImpl

public ValApiImpl()
Method Detail

getElectionTypes

public List<SwedenElectionType> getElectionTypes()
                                          throws Exception
Specified by:
getElectionTypes in interface ValApi
Throws:
Exception

getParliamentElectoralRegions

public List<SwedenParliamentElectoralRegion> getParliamentElectoralRegions()
                                                                    throws Exception
Specified by:
getParliamentElectoralRegions in interface ValApi
Throws:
Exception

getCountyElectoralRegions

public List<SwedenCountyElectoralRegion> getCountyElectoralRegions()
                                                            throws Exception
Specified by:
getCountyElectoralRegions in interface ValApi
Throws:
Exception

getCountyRegions

public List<SwedenCountyData> getCountyRegions()
                                        throws Exception
Specified by:
getCountyRegions in interface ValApi
Throws:
Exception


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