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

Packages that use Government
Package Description
org.directdemocracyportal.democracy.model.application   
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   
 

Uses of Government in org.directdemocracyportal.democracy.model.application
 

Methods in org.directdemocracyportal.democracy.model.application that return Government
Modifier and Type Method and Description
 Government GovernmentPortal.getGovernment()
          Gets the government.
 

Methods in org.directdemocracyportal.democracy.model.application with parameters of type Government
Modifier and Type Method and Description
 void GovernmentPortal.setGovernment(Government government)
          Sets the government.
 

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

Methods in org.directdemocracyportal.democracy.model.world that return Government
Modifier and Type Method and Description
 Government Election.getGovernment()
          Gets the government.
 

Methods in org.directdemocracyportal.democracy.model.world with parameters of type Government
Modifier and Type Method and Description
 void Election.setGovernment(Government government)
          Sets the government.
 

Uses of Government in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that return Government
Modifier and Type Method and Description
 Government PortalServiceImpl.createGovernment(java.lang.String name, java.lang.Long countryId, GovernmentType governmentType, java.lang.String headOfstate)
           
 Government PortalService.createGovernment(java.lang.String name, java.lang.Long countryId, GovernmentType governmentType, java.lang.String headOfState)
          Creates the government.
 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.
 Government PortalServiceImpl.getGovernment(java.lang.Long governmentId)
           
 Government PortalService.getGovernment(java.lang.Long governmentId)
          Gets the government.
 

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

Methods in org.directdemocracyportal.democracy.service with parameters of type Government
Modifier and Type Method and Description
 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 Government in org.directdemocracyportal.democracy.service.dao
 

Methods in org.directdemocracyportal.democracy.service.dao that return types with arguments of type Government
Modifier and Type Method and Description
 java.util.List<Government> GovernmentDAO.getAllNationalGovernments()
          Gets the all national governments.
 

Methods in org.directdemocracyportal.democracy.service.dao with parameters of type Government
Modifier and Type Method and Description
 GovernmentPortal PortalDAO.findGovernmentPortal(Government government)
          Find government portal.
 

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

Methods in org.directdemocracyportal.democracy.service.dao.hibernate that return types with arguments of type Government
Modifier and Type Method and Description
 java.util.List<Government> HibernateGovernmentDAO.getAllNationalGovernments()
           
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate with parameters of type Government
Modifier and Type Method and Description
 GovernmentPortal HibernatePortalDAO.findGovernmentPortal(Government government)
           
 

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

Methods in org.directdemocracyportal.democracy.service.governmentloader with parameters of type Government
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 Government in org.directdemocracyportal.democracy.web.views
 

Constructors in org.directdemocracyportal.democracy.web.views with parameters of type Government
Constructor and Description
GovernmentOverviewPanel(Government government, java.util.List<PoliticalParty> parties)
          Instantiates a new government overview panel.
 

Constructor parameters in org.directdemocracyportal.democracy.web.views with type arguments of type Government
Constructor and Description
GovernmentsPanel(java.util.List<Government> governments)
          Instantiates a new governments panel.
 



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