| 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<Vote,PollAccount> |
PollenFunctions.VOTE_TO_POLL_ACCOUNT |
| Modifier and Type | Class and Description |
|---|---|
class |
PollAccountDAOAbstract<E extends PollAccount> |
class |
PollAccountDAOImpl<E extends PollAccount> |
| Modifier and Type | Class and Description |
|---|---|
class |
PollAccountAbstract |
class |
PollAccountImpl |
| Modifier and Type | Field and Description |
|---|---|
protected PollAccount |
PollAbstract.creator
Nom de l'attribut en BD : creator
|
protected PollAccount |
VoteAbstract.pollAccount
Nom de l'attribut en BD : pollAccount
|
protected PollAccount |
CommentAbstract.pollAccount
Nom de l'attribut en BD : pollAccount
|
protected PollAccount |
PersonToListAbstract.pollAccount
Nom de l'attribut en BD : pollAccount
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PollAccount> |
PersonListAbstract.pollAccount
Nom de l'attribut en BD : pollAccount
|
protected List<PollAccount> |
UserAccountAbstract.pollAccount
Nom de l'attribut en BD : pollAccount
|
| Modifier and Type | Method and Description |
|---|---|
PollAccount |
Poll.getCreator() |
PollAccount |
PollAbstract.getCreator() |
PollAccount |
VoteAbstract.getPollAccount() |
PollAccount |
Comment.getPollAccount() |
PollAccount |
CommentAbstract.getPollAccount() |
PollAccount |
PersonToList.getPollAccount() |
PollAccount |
PersonToListAbstract.getPollAccount() |
PollAccount |
Vote.getPollAccount() |
PollAccount |
PersonListAbstract.getPollAccountByTopiaId(String topiaId) |
PollAccount |
UserAccount.getPollAccountByTopiaId(String topiaId) |
PollAccount |
PersonList.getPollAccountByTopiaId(String topiaId) |
PollAccount |
UserAccountAbstract.getPollAccountByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findAllWithPollAccounts(String hql,
org.nuiton.topia.persistence.pager.TopiaPagerBean pager,
Object... params) |
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findInvitedPolls(org.nuiton.topia.persistence.pager.TopiaPagerBean pager,
UserAccount user) |
List<org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
PollDAOImpl.findParticipatedPolls(org.nuiton.topia.persistence.pager.TopiaPagerBean pager,
UserAccount user) |
List<PollAccount> |
PersonListAbstract.getPollAccount() |
List<PollAccount> |
UserAccount.getPollAccount() |
List<PollAccount> |
PersonList.getPollAccount() |
List<PollAccount> |
UserAccountAbstract.getPollAccount() |
List<PollAccount> |
Poll.getPollAccounts(boolean withNoVote) |
List<PollAccount> |
PollImpl.getPollAccounts(boolean withNoVote) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonListAbstract.addPollAccount(PollAccount pollAccount) |
void |
UserAccount.addPollAccount(PollAccount pollAccount) |
void |
PersonList.addPollAccount(PollAccount pollAccount) |
void |
UserAccountAbstract.addPollAccount(PollAccount pollAccount) |
List<E> |
PollDAOAbstract.findAllByCreator(PollAccount v) |
List<E> |
VoteDAOAbstract.findAllByPollAccount(PollAccount v) |
List<E> |
CommentDAOAbstract.findAllByPollAccount(PollAccount v) |
List<E> |
PersonListDAOAbstract.findAllContainsPollAccount(PollAccount v) |
List<E> |
UserAccountDAOAbstract.findAllContainsPollAccount(PollAccount v) |
E |
PollDAOAbstract.findByCreator(PollAccount v) |
E |
VoteDAOAbstract.findByPollAccount(PollAccount v) |
E |
CommentDAOAbstract.findByPollAccount(PollAccount v) |
PersonToList |
PersonToListDAOImpl.findByPollAndAccount(Poll poll,
PollAccount account) |
E |
PersonListDAOAbstract.findContainsPollAccount(PollAccount v) |
E |
UserAccountDAOAbstract.findContainsPollAccount(PollAccount v) |
PersonToList |
VotingListAbstract.getPollAccountPersonToList(PollAccount pollAccount) |
PersonToList |
VotingList.getPollAccountPersonToList(PollAccount pollAccount) |
Vote |
Poll.getVoteByPollAccount(PollAccount account) |
Vote |
PollImpl.getVoteByPollAccount(PollAccount account) |
String |
Poll.getVoteId(PollAccount account) |
String |
PollImpl.getVoteId(PollAccount account) |
boolean |
PollAccountDAOImpl.isPollAccountExists(PersonList personListToUpdate,
PollAccount pollAccount) |
void |
PersonListAbstract.removePollAccount(PollAccount pollAccount) |
void |
UserAccount.removePollAccount(PollAccount pollAccount) |
void |
PersonList.removePollAccount(PollAccount pollAccount) |
void |
UserAccountAbstract.removePollAccount(PollAccount pollAccount) |
void |
Poll.setCreator(PollAccount creator) |
void |
PollAbstract.setCreator(PollAccount creator) |
void |
VoteAbstract.setPollAccount(PollAccount pollAccount) |
void |
Comment.setPollAccount(PollAccount pollAccount) |
void |
CommentAbstract.setPollAccount(PollAccount pollAccount) |
void |
PersonToList.setPollAccount(PollAccount pollAccount) |
void |
PersonToListAbstract.setPollAccount(PollAccount pollAccount) |
void |
Vote.setPollAccount(PollAccount pollAccount) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonListAbstract.addAllPollAccount(List<PollAccount> pollAccount) |
void |
UserAccount.addAllPollAccount(List<PollAccount> pollAccount) |
void |
PersonList.addAllPollAccount(List<PollAccount> pollAccount) |
void |
UserAccountAbstract.addAllPollAccount(List<PollAccount> pollAccount) |
void |
PersonListAbstract.setPollAccount(List<PollAccount> pollAccount) |
void |
UserAccount.setPollAccount(List<PollAccount> pollAccount) |
void |
PersonList.setPollAccount(List<PollAccount> pollAccount) |
void |
UserAccountAbstract.setPollAccount(List<PollAccount> pollAccount) |
Copyright © 2009–2014 CodeLutin. All rights reserved.