|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GroupAgent in org.directdemocracyportal.democracy.model.application |
---|
Modifier and Type | Class and Description |
---|---|
class |
GovernmentPortal
The Class GovernmentPortal. |
class |
OnlinePoliticalParty
The Class OnlinePoliticalParty. |
class |
Portal
The Class Portal. |
Uses of GroupAgent in org.directdemocracyportal.democracy.model.core |
---|
Modifier and Type | Method and Description |
---|---|
GroupAgent |
GroupAgent.findOrgByName(java.lang.String name)
Find org by name. |
GroupAgent |
Role.getGroupAgent()
Gets the group agent. |
GroupAgent |
GroupAgent.getParent()
Gets the parent. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<GroupAgent> |
GroupAgent.getChildren()
Gets the children. |
Modifier and Type | Method and Description |
---|---|
void |
Role.setGroupAgent(GroupAgent organisation)
Sets the group agent. |
void |
GroupAgent.setParent(GroupAgent parent)
Sets the parent. |
Modifier and Type | Method and Description |
---|---|
void |
GroupAgent.setChildren(java.util.Set<GroupAgent> children)
Sets the children. |
Uses of GroupAgent in org.directdemocracyportal.democracy.model.world |
---|
Modifier and Type | Class and Description |
---|---|
class |
Government
The Class Government. |
class |
Organisation
The Class Organisation. |
class |
PoliticalParty
The Class PoliticalParty. |
Uses of GroupAgent in org.directdemocracyportal.democracy.service |
---|
Modifier and Type | Method and Description |
---|---|
GroupAgent |
PortalServiceImpl.getOrganisation(java.lang.Long organisationId)
|
GroupAgent |
PortalService.getOrganisation(java.lang.Long organisationId)
Gets the organisation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |