|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Vote in org.directdemocracyportal.democracy.model.world |
---|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Vote> |
VoteResult.getVotes()
Gets the votes. |
Modifier and Type | Method and Description |
---|---|
void |
VoteResult.setVotes(java.util.Set<Vote> votes)
Sets the votes. |
Uses of Vote in org.directdemocracyportal.democracy.service.dao |
---|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vote> |
DocumentDAO.getVotesForPerson(Person person)
Gets the votes for person. |
Uses of Vote in org.directdemocracyportal.democracy.service.dao.hibernate |
---|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vote> |
HibernateDocumentDAO.getVotesForPerson(Person person)
|
Uses of Vote in org.directdemocracyportal.democracy.web.views |
---|
Constructor and Description |
---|
PersonProfilePanel(Person person,
java.util.List<Vote> votes)
Instantiates a new person profile panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |