|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Government in org.directdemocracyportal.democracy.model.application |
|---|
| Modifier and Type | Method and Description |
|---|---|
Government |
GovernmentPortal.getGovernment()
Gets the government. |
| Modifier and Type | Method and Description |
|---|---|
void |
GovernmentPortal.setGovernment(Government government)
Sets the government. |
| Uses of Government in org.directdemocracyportal.democracy.model.world |
|---|
| Modifier and Type | Method and Description |
|---|---|
Government |
Election.getGovernment()
Gets the government. |
| Modifier and Type | Method and Description |
|---|---|
void |
Election.setGovernment(Government government)
Sets the government. |
| Uses of Government in org.directdemocracyportal.democracy.service |
|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Government> |
PortalServiceImpl.getGovernments()
|
java.util.List<Government> |
PortalService.getGovernments()
Gets the governments. |
| 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 |
|---|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Government> |
GovernmentDAO.getAllNationalGovernments()
Gets the all national governments. |
| Modifier and Type | Method and Description |
|---|---|
GovernmentPortal |
PortalDAO.findGovernmentPortal(Government government)
Find government portal. |
| Uses of Government in org.directdemocracyportal.democracy.service.dao.hibernate |
|---|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Government> |
HibernateGovernmentDAO.getAllNationalGovernments()
|
| Modifier and Type | Method and Description |
|---|---|
GovernmentPortal |
HibernatePortalDAO.findGovernmentPortal(Government government)
|
| Uses of Government 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 Government in org.directdemocracyportal.democracy.web.views |
|---|
| Constructor and Description |
|---|
GovernmentOverviewPanel(Government government,
java.util.List<PoliticalParty> parties)
Instantiates a new government overview panel. |
| Constructor and Description |
|---|
GovernmentsPanel(java.util.List<Government> governments)
Instantiates a new governments panel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||