| Package | Description |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence |
| Modifier and Type | Field and Description |
|---|---|
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,PollDTO> |
PollenFunctions.POLL_TO_BEAN |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<VotingList,VotingGroupDTO> |
PollenFunctions.newVotingListToBean(Poll poll) |
| Modifier and Type | Class and Description |
|---|---|
class |
PollDAOAbstract<E extends Poll> |
class |
PollDAOImpl<E extends Poll> |
| Modifier and Type | Class and Description |
|---|---|
class |
PollAbstract |
class |
PollImpl |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findAllWithPollAccounts(String hql,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
Object... params) |
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount user) |
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount user) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
VoteDAOImpl.findAllVotes(Poll poll) |
List<E> |
VoteDAOImpl.findAllVotesByPoll(Poll poll,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager) |
PersonToList |
PersonToListDAOImpl.findByPollAndAccount(Poll poll,
PollAccount account) |
Vote |
VoteDAOImpl.findVoteByPollAndVotingId(Poll poll,
String votingId) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.