|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Region in org.directdemocracyportal.democracy.model.world |
---|
Modifier and Type | Class and Description |
---|---|
class |
Country
The Class Country. |
Modifier and Type | Method and Description |
---|---|
Region |
Region.getParent()
Gets the parent. |
Region |
Organisation.getRegion()
Gets the region. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Region> |
Region.getParts()
Gets the parts. |
Modifier and Type | Method and Description |
---|---|
void |
Region.setParent(Region parent)
Sets the parent. |
void |
Organisation.setRegion(Region region)
Sets the region. |
Modifier and Type | Method and Description |
---|---|
void |
Region.setParts(java.util.Set<Region> parts)
Sets the parts. |
Uses of Region in org.directdemocracyportal.democracy.service |
---|
Modifier and Type | Method and Description |
---|---|
Region |
PortalServiceImpl.findRegionByName(java.lang.String name)
|
Region |
PortalService.findRegionByName(java.lang.String name)
Find region by name. |
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 Region in org.directdemocracyportal.democracy.service.dao |
---|
Modifier and Type | Method and Description |
---|---|
Region |
RegionDAO.findByName(java.lang.String name)
Find by name. |
Region |
CountryDAO.findRegionByName(java.lang.String name)
Find region by name. |
Region |
CountryDAO.saveRegion(Region region)
Save region. |
Modifier and Type | Method and Description |
---|---|
Portal |
PortalDAO.findRegionalByRegion(Region region)
Find regional by region. |
Region |
CountryDAO.saveRegion(Region region)
Save region. |
Uses of Region in org.directdemocracyportal.democracy.service.dao.hibernate |
---|
Modifier and Type | Method and Description |
---|---|
Region |
HibernateRegionDAO.findByName(java.lang.String name)
|
Region |
HibernateCountryDAO.findRegionByName(java.lang.String name)
|
Region |
HibernateCountryDAO.saveRegion(Region region)
|
Modifier and Type | Method and Description |
---|---|
Portal |
HibernatePortalDAO.findRegionalByRegion(Region region)
|
Region |
HibernateCountryDAO.saveRegion(Region region)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |