|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PollAccount | |
|---|---|
| org.chorem.pollen.business.persistence | |
| org.chorem.pollen.entities | |
| Uses of PollAccount in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type PollAccount | |
|---|---|
class |
PollAccountDAOAbstract<E extends PollAccount>
|
class |
PollAccountDAOImpl<E extends PollAccount>
|
| Classes in org.chorem.pollen.business.persistence that implement PollAccount | |
|---|---|
class |
PollAccountAbstract
|
class |
PollAccountImpl
|
| Fields in org.chorem.pollen.business.persistence declared as PollAccount | |
|---|---|
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 |
| Fields in org.chorem.pollen.business.persistence with type parameters of type PollAccount | |
|---|---|
protected List<PollAccount> |
PersonListAbstract.pollAccount
Nom de l'attribut en BD : pollAccount |
protected List<PollAccount> |
UserAccountAbstract.pollAccount
Nom de l'attribut en BD : pollAccount |
| Methods in org.chorem.pollen.business.persistence that return PollAccount | |
|---|---|
PollAccount |
PollAccountDAOImpl.findByPollVoteUser(Poll poll,
UserAccount user)
|
PollAccount |
Poll.getCreator()
|
PollAccount |
PollAbstract.getCreator()
|
PollAccount |
VoteAbstract.getPollAccount()
|
PollAccount |
Vote.getPollAccount()
|
PollAccount |
Comment.getPollAccount()
|
PollAccount |
CommentAbstract.getPollAccount()
|
PollAccount |
PersonToListAbstract.getPollAccount()
|
PollAccount |
PersonToList.getPollAccount()
|
PollAccount |
PersonListAbstract.getPollAccountByTopiaId(String topiaId)
|
PollAccount |
UserAccountAbstract.getPollAccountByTopiaId(String topiaId)
|
PollAccount |
PersonList.getPollAccountByTopiaId(String topiaId)
|
PollAccount |
UserAccount.getPollAccountByTopiaId(String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type PollAccount | |
|---|---|
protected Map<Poll,PollAccount> |
PollDAOImpl.findAllWithPollAccounts(org.nuiton.topia.framework.TopiaQuery query,
String pollAlias,
String pollAccountAlias)
|
Map<Poll,PollAccount> |
PollDAOImpl.getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
Map<Poll,PollAccount> |
PollDAOImpl.getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager,
UserAccount userToUse)
|
List<PollAccount> |
PersonListAbstract.getPollAccount()
|
List<PollAccount> |
UserAccountAbstract.getPollAccount()
|
List<PollAccount> |
PersonList.getPollAccount()
|
List<PollAccount> |
UserAccount.getPollAccount()
|
List<PollAccount> |
PollImpl.getPollAccounts(boolean withNoVote)
|
List<PollAccount> |
Poll.getPollAccounts(boolean withNoVote)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type PollAccount | |
|---|---|
void |
PersonListAbstract.addAllPollAccount(List<PollAccount> pollAccount)
|
void |
UserAccountAbstract.addAllPollAccount(List<PollAccount> pollAccount)
|
void |
PersonList.addAllPollAccount(List<PollAccount> pollAccount)
|
void |
UserAccount.addAllPollAccount(List<PollAccount> pollAccount)
|
void |
PersonListAbstract.setPollAccount(List<PollAccount> pollAccount)
|
void |
UserAccountAbstract.setPollAccount(List<PollAccount> pollAccount)
|
void |
PersonList.setPollAccount(List<PollAccount> pollAccount)
|
void |
UserAccount.setPollAccount(List<PollAccount> pollAccount)
|
| Uses of PollAccount in org.chorem.pollen.entities |
|---|
| Methods in org.chorem.pollen.entities that return types with arguments of type PollAccount | |
|---|---|
Class<PollAccount> |
PollenQueryHelper.PollAccountProperty.getEntityClass()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||