|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Country in org.directdemocracyportal.democracy.model.world |
---|
Modifier and Type | Method and Description |
---|---|
Country |
Organisation.getCountry()
Gets the country. |
Modifier and Type | Method and Description |
---|---|
void |
Organisation.setCountry(Country country)
Sets the country. |
Uses of Country in org.directdemocracyportal.democracy.service |
---|
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. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Country> |
PortalServiceImpl.getCountries()
|
java.util.List<Country> |
PortalService.getCountries()
Gets the countries. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
Country |
CountryDAO.findByName(java.lang.String name)
Find by name. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
Country |
HibernateCountryDAO.findByName(java.lang.String name)
|
Modifier and Type | Method and Description |
---|---|
Portal |
HibernatePortalDAO.findNationalByCountry(Country country)
|
Uses of Country in org.directdemocracyportal.democracy.service.governmentloader |
---|
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 and Description |
---|
CreatePartyDialog(java.util.List<Country> countries)
Instantiates a new creates the party dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |