Uses of Class
org.directdemocracyportal.democracy.model.core.GroupAgent

Packages that use GroupAgent
Package Description
org.directdemocracyportal.democracy.model.application   
org.directdemocracyportal.democracy.model.core   
org.directdemocracyportal.democracy.model.world   
org.directdemocracyportal.democracy.service   
 

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

Subclasses 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
 

Methods in org.directdemocracyportal.democracy.model.core that return GroupAgent
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.
 

Methods in org.directdemocracyportal.democracy.model.core that return types with arguments of type GroupAgent
Modifier and Type Method and Description
 java.util.Set<GroupAgent> GroupAgent.getChildren()
          Gets the children.
 

Methods in org.directdemocracyportal.democracy.model.core with parameters of type GroupAgent
Modifier and Type Method and Description
 void Role.setGroupAgent(GroupAgent organisation)
          Sets the group agent.
 void GroupAgent.setParent(GroupAgent parent)
          Sets the parent.
 

Method parameters in org.directdemocracyportal.democracy.model.core with type arguments of type GroupAgent
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
 

Subclasses 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
 

Methods in org.directdemocracyportal.democracy.service that return GroupAgent
Modifier and Type Method and Description
 GroupAgent PortalServiceImpl.getOrganisation(java.lang.Long organisationId)
           
 GroupAgent PortalService.getOrganisation(java.lang.Long organisationId)
          Gets the organisation.
 



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