| Package | Description |
|---|---|
| com.jalios.jcms.vote |
| Modifier and Type | Method and Description |
|---|---|
Vote |
VoteManager.createVote(Publication pub,
Member mbr,
java.util.Map context,
int rating)
Creates a vote and returns it
|
Vote |
VoteManager.getVote(Publication pub,
Member mbr)
Return a Vote bound on given Publication and given Member
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Vote> |
VoteManager.getNegativeVoteList(Publication pub)
Return the positive vote List for given Publication
|
java.util.List<Vote> |
VoteManager.getPositiveVoteList(Publication pub)
Return the positive vote List for given Publication
|
java.util.List<Vote> |
VoteManager.getVoteList(Publication pub)
Return the vote List for given Publication
|
java.util.List<Vote> |
VoteManager.getVoteList(Publication pub,
java.lang.String orderBy)
Return the vote List for given Publication with given order
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoteManager.notifyAuthor(Vote vote)
Notifies the Publication's author that he has received a new vote
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.