Uses of Class
org.directdemocracyportal.democracy.model.world.Country

Packages that use Country
Package Description
org.directdemocracyportal.democracy.model.world   
org.directdemocracyportal.democracy.service   
org.directdemocracyportal.democracy.service.dao   
org.directdemocracyportal.democracy.service.dao.hibernate   
org.directdemocracyportal.democracy.service.governmentloader   
org.directdemocracyportal.democracy.web.views.dialogs   
 

Uses of Country in org.directdemocracyportal.democracy.model.world
 

Methods in org.directdemocracyportal.democracy.model.world that return Country
Modifier and Type Method and Description
 Country Organisation.getCountry()
          Gets the country.
 

Methods in org.directdemocracyportal.democracy.model.world with parameters of type Country
Modifier and Type Method and Description
 void Organisation.setCountry(Country country)
          Sets the country.
 

Uses of Country in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that return Country
Modifier and Type Method and Description
 Country PortalServiceImpl.createCountry(java.lang.String name)
           
 Country PortalService.createCountry(java.lang.String sverige)
          Creates the country.
 Country PortalServiceImpl.findCountryByName(java.lang.String name)
           
 Country PortalService.findCountryByName(java.lang.String country)
          Find country by name.
 

Methods in org.directdemocracyportal.democracy.service that return types with arguments of type Country
Modifier and Type Method and Description
 java.util.List<Country> PortalServiceImpl.getCountries()
           
 java.util.List<Country> PortalService.getCountries()
          Gets the countries.
 

Methods in org.directdemocracyportal.democracy.service with parameters of type Country
Modifier and Type Method and Description
 Organisation PortalServiceImpl.createOrganisation(java.lang.String name, java.lang.String abbr, Country country, Region region, OrganisationType organisationType, Organisation parent)
           
 Organisation PortalService.createOrganisation(java.lang.String name, java.lang.String abbr, Country country, Region region, OrganisationType organisationType, Organisation parent)
          Creates the organisation.
 PoliticalParty PortalServiceImpl.createPoliticalParty(java.lang.String name, java.lang.String shortCode, Country country, Region region)
           
 PoliticalParty PortalService.createPoliticalParty(java.lang.String name, java.lang.String shortCode, Country country, Region region)
          Creates the political party.
 Government PortalServiceImpl.createRegionalGovernment(java.lang.String name, Country country, Region region, OrganisationType organisationType, Government parentGovernment)
           
 Government PortalService.createRegionalGovernment(java.lang.String name, Country country, Region region, OrganisationType organisationType, Government parentGovernment)
          Creates the regional government.
 

Uses of Country in org.directdemocracyportal.democracy.service.dao
 

Methods in org.directdemocracyportal.democracy.service.dao that return Country
Modifier and Type Method and Description
 Country CountryDAO.findByName(java.lang.String name)
          Find by name.
 

Methods in org.directdemocracyportal.democracy.service.dao with parameters of type Country
Modifier and Type Method and Description
 Portal PortalDAO.findNationalByCountry(Country country)
          Find national by country.
 

Uses of Country in org.directdemocracyportal.democracy.service.dao.hibernate
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate that return Country
Modifier and Type Method and Description
 Country HibernateCountryDAO.findByName(java.lang.String name)
           
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate with parameters of type Country
Modifier and Type Method and Description
 Portal HibernatePortalDAO.findNationalByCountry(Country country)
           
 

Uses of Country in org.directdemocracyportal.democracy.service.governmentloader
 

Methods in org.directdemocracyportal.democracy.service.governmentloader with parameters of type Country
Modifier and Type Method and Description
 void SwedishGovernmentImporterImpl.importInternationalGovernments(Government government, Country country)
          Import international governments.
 void SwedishGovernmentImporterImpl.importRegiononalGovernments(Government government, Country country)
          Import regiononal governments.
 void SwedishGovernmentImporterImpl.importRegionsAndMunicipals(Government government, Country country)
          Import regions and municipals.
 

Uses of Country in org.directdemocracyportal.democracy.web.views.dialogs
 

Constructor parameters in org.directdemocracyportal.democracy.web.views.dialogs with type arguments of type Country
Constructor and Description
CreatePartyDialog(java.util.List<Country> countries)
          Instantiates a new creates the party dialog.
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.