|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| org.directdemocracyportal.democracy.model.world | |
| org.directdemocracyportal.democracy.service |
| Uses of Issue in org.directdemocracyportal.democracy.model.world |
|---|
| Modifier and Type | Method and Description |
|---|---|
Issue |
VoteResult.getIssue()
Gets the issue. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Issue> |
Resolution.getIssues()
Gets the issues. |
| Modifier and Type | Method and Description |
|---|---|
void |
VoteResult.setIssue(Issue issue)
Sets the 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 |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||