|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Poll | |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence | |
| org.chorem.pollen.entities | |
| Uses of Poll in org.chorem.pollen |
|---|
| Fields in org.chorem.pollen with type parameters of type Poll | |
|---|---|
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollenFunctions.MAP_ENTRY_TO_PAIR_FUNCTION
|
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollenFunctions.MAP_ENTRY_TO_PAIR_FUNCTION
|
static com.google.common.base.Function<Poll,org.chorem.pollen.votecounting.dto.PollDTO> |
PollenFunctions.POLL_TO_BEAN
|
| Uses of Poll in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type Poll | |
|---|---|
class |
PollDAOAbstract<E extends Poll>
|
class |
PollDAOImpl<E extends Poll>
|
| Classes in org.chorem.pollen.business.persistence that implement Poll | |
|---|---|
class |
PollAbstract
|
class |
PollImpl
|
| Fields in org.chorem.pollen.business.persistence declared as Poll | |
|---|---|
protected Poll |
ResultAbstract.poll
Nom de l'attribut en BD : poll |
protected Poll |
VoteAbstract.poll
Nom de l'attribut en BD : poll |
protected Poll |
PreventRuleAbstract.poll
Nom de l'attribut en BD : poll |
protected Poll |
CommentAbstract.poll
Nom de l'attribut en BD : poll |
protected Poll |
VotingListAbstract.poll
Nom de l'attribut en BD : poll |
| Fields in org.chorem.pollen.business.persistence with type parameters of type Poll | |
|---|---|
protected List<Poll> |
PollAccountAbstract.pollsCreated
Nom de l'attribut en BD : pollsCreated |
| Methods in org.chorem.pollen.business.persistence that return Poll | |
|---|---|
Poll |
ResultAbstract.getPoll()
|
Poll |
Result.getPoll()
|
Poll |
VoteAbstract.getPoll()
|
Poll |
VotingList.getPoll()
|
Poll |
Vote.getPoll()
|
Poll |
Comment.getPoll()
|
Poll |
PreventRuleAbstract.getPoll()
|
Poll |
PreventRule.getPoll()
|
Poll |
CommentAbstract.getPoll()
|
Poll |
VotingListAbstract.getPoll()
|
Poll |
PollAccount.getPollsCreatedByTopiaId(String topiaId)
|
Poll |
PollAccountAbstract.getPollsCreatedByTopiaId(String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type Poll | |
|---|---|
protected List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findAllWithPollAccounts(org.nuiton.topia.framework.TopiaQuery query,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
|
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
List<Poll> |
PollAccount.getPollsCreated()
|
List<Poll> |
PollAccountAbstract.getPollsCreated()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type Poll | |
|---|---|
void |
PollAccount.addPollsCreated(Poll pollsCreated)
|
void |
PollAccountAbstract.addPollsCreated(Poll pollsCreated)
|
List<E> |
VoteDAOAbstract.findAllByPoll(Poll v)
|
List<E> |
PreventRuleDAOAbstract.findAllByPoll(Poll v)
|
List<E> |
CommentDAOAbstract.findAllByPoll(Poll v)
|
List<E> |
VotingListDAOAbstract.findAllByPoll(Poll v)
|
List<E> |
ResultDAOAbstract.findAllByPoll(Poll v)
|
List<E> |
PollAccountDAOAbstract.findAllContainsPollsCreated(Poll v)
|
E |
VoteDAOAbstract.findByPoll(Poll v)
|
E |
PreventRuleDAOAbstract.findByPoll(Poll v)
|
E |
CommentDAOAbstract.findByPoll(Poll v)
|
E |
VotingListDAOAbstract.findByPoll(Poll v)
|
E |
ResultDAOAbstract.findByPoll(Poll v)
|
PersonToList |
PersonToListDAOImpl.findByPollAndAccount(Poll poll,
PollAccount account)
|
PollAccount |
PollAccountDAOImpl.findByPollVoteUser(Poll poll,
UserAccount user)
|
E |
PollAccountDAOAbstract.findContainsPollsCreated(Poll v)
|
List<E> |
VoteDAOImpl.getVotesByPoll(Poll poll,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
|
boolean |
VoteDAOImpl.hasAlreadyVoted(String votingId,
Poll poll)
|
void |
PollAccount.removePollsCreated(Poll pollsCreated)
|
void |
PollAccountAbstract.removePollsCreated(Poll pollsCreated)
|
void |
ResultAbstract.setPoll(Poll poll)
|
void |
Result.setPoll(Poll poll)
|
void |
VoteAbstract.setPoll(Poll poll)
|
void |
VotingList.setPoll(Poll poll)
|
void |
Vote.setPoll(Poll poll)
|
void |
Comment.setPoll(Poll poll)
|
void |
PreventRuleAbstract.setPoll(Poll poll)
|
void |
PreventRule.setPoll(Poll poll)
|
void |
CommentAbstract.setPoll(Poll poll)
|
void |
VotingListAbstract.setPoll(Poll poll)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type Poll | |
|---|---|
void |
PollAccount.addAllPollsCreated(List<Poll> pollsCreated)
|
void |
PollAccountAbstract.addAllPollsCreated(List<Poll> pollsCreated)
|
void |
PollAccount.setPollsCreated(List<Poll> pollsCreated)
|
void |
PollAccountAbstract.setPollsCreated(List<Poll> pollsCreated)
|
| Uses of Poll in org.chorem.pollen.entities |
|---|
| Methods in org.chorem.pollen.entities that return types with arguments of type Poll | |
|---|---|
Class<Poll> |
PollenQueryHelper.PollProperty.getEntityClass()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||