| Package | Description |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<UserAccount,String> |
PollenFunctions.USER_BY_LOGIN |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountDAOAbstract<E extends UserAccount> |
class |
UserAccountDAOImpl<E extends UserAccount> |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountAbstract |
class |
UserAccountImpl |
| Modifier and Type | Field and Description |
|---|---|
protected UserAccount |
PersonListAbstract.owner
Nom de l'attribut en BD : owner
|
protected UserAccount |
PollAccountAbstract.userAccount
Nom de l'attribut en BD : userAccount
|
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
PersonListAbstract.getOwner() |
UserAccount |
PersonList.getOwner() |
UserAccount |
PollAccount.getUserAccount() |
UserAccount |
PollAccountAbstract.getUserAccount() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
PersonListDAOAbstract.findAllByOwner(UserAccount v) |
List<E> |
PollAccountDAOAbstract.findAllByUserAccount(UserAccount v) |
List<E> |
PersonListDAOImpl.findAllFavoriteLists(UserAccount user) |
E |
PersonListDAOAbstract.findByOwner(UserAccount v) |
E |
PollAccountDAOAbstract.findByUserAccount(UserAccount v) |
List<E> |
PollDAOImpl.findCreatedPolls(org.nuiton.topia.persistence.pager.TopiaPagerBean pager,
UserAccount user) |
List<E> |
PersonListDAOImpl.findFavoriteLists(UserAccount user,
org.nuiton.topia.persistence.pager.TopiaPagerBean pager) |
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) |
E |
PollAccountDAOImpl.findRestrictedPollAccount(String pollId,
String accountId,
UserAccount user)
Get a restricted poll account for a given poll (by his
Poll.getPollId())
using the PollAccount.getAccountId() of the pollAccount
and/or the PollAccount.getEmail(). |
E |
PollAccountDAOImpl.findVoterPollAccount(String pollId,
String accountId,
UserAccount user)
Get the pollAccount of a voter for a given
pollId using his
accountId or user. |
boolean |
PersonListDAOImpl.isPersonListExist(UserAccount user,
String name) |
boolean |
UserAccountDAOImpl.isUserExist(UserAccount user) |
void |
PersonListAbstract.setOwner(UserAccount owner) |
void |
PersonList.setOwner(UserAccount owner) |
void |
PollAccount.setUserAccount(UserAccount userAccount) |
void |
PollAccountAbstract.setUserAccount(UserAccount userAccount) |
Copyright © 2009–2013 CodeLutin. All rights reserved.