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

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

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

Subclasses of Role in org.directdemocracyportal.democracy.model.application
Modifier and Type Class and Description
 class UserRole
          The Class UserRole.
 

Uses of Role in org.directdemocracyportal.democracy.model.core
 

Methods in org.directdemocracyportal.democracy.model.core that return Role
Modifier and Type Method and Description
 Role GroupAgent.findDefinedRoleByName(java.lang.String name)
          Find defined role by name.
 

Methods in org.directdemocracyportal.democracy.model.core that return types with arguments of type Role
Modifier and Type Method and Description
 java.util.Set<Role> GroupAgent.getDefinedRoles()
          Gets the defined roles.
 java.util.Set<Role> Agent.getRoles()
          Gets the roles.
 

Method parameters in org.directdemocracyportal.democracy.model.core with type arguments of type Role
Modifier and Type Method and Description
 void GroupAgent.setDefinedRoles(java.util.Set<Role> definedRoles)
          Sets the defined roles.
 void Agent.setRoles(java.util.Set<Role> roles)
          Sets the roles.
 

Uses of Role in org.directdemocracyportal.democracy.model.world
 

Methods in org.directdemocracyportal.democracy.model.world that return Role
Modifier and Type Method and Description
 Role Person.getRoleInOrg(Organisation organisation)
          Gets the role in org.
 

Uses of Role in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that return Role
Modifier and Type Method and Description
 Role PortalServiceImpl.createRoleInOrg(java.lang.String roleName, Organisation organisation)
           
 Role PortalService.createRoleInOrg(java.lang.String roleName, Organisation organisation)
          Creates the role in org.
 

Methods in org.directdemocracyportal.democracy.service with parameters of type Role
Modifier and Type Method and Description
 void PortalServiceImpl.addRolePlayed(Role role, Person person)
           
 void PortalService.addRolePlayed(Role role, Person person)
          Adds the role played.
 



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