Uses of Class
org.directdemocracyportal.democracy.model.world.Issue

Packages that use Issue
Package Description
org.directdemocracyportal.democracy.model.world   
org.directdemocracyportal.democracy.service   
 

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

Methods in org.directdemocracyportal.democracy.model.world that return Issue
Modifier and Type Method and Description
 Issue VoteResult.getIssue()
          Gets the issue.
 

Methods in org.directdemocracyportal.democracy.model.world that return types with arguments of type Issue
Modifier and Type Method and Description
 java.util.List<Issue> Resolution.getIssues()
          Gets the issues.
 

Methods in org.directdemocracyportal.democracy.model.world with parameters of type Issue
Modifier and Type Method and Description
 void VoteResult.setIssue(Issue issue)
          Sets the issue.
 

Method parameters in org.directdemocracyportal.democracy.model.world with type arguments of type Issue
Modifier and Type Method and Description
 void Resolution.setIssues(java.util.List<Issue> issues)
          Sets the issues.
 

Uses of Issue in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service with parameters of type Issue
Modifier and Type Method and Description
 void PortalServiceImpl.addResolutionIssue(Resolution resolution, Issue issue, VoteResult voteResult)
           
 void PortalService.addResolutionIssue(Resolution resolution, Issue issue, VoteResult voteResult)
          Adds the resolution issue.
 



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