| Package | Description |
|---|---|
| org.chorem.pollen.business.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
VotingListDAOAbstract<E extends VotingList> |
class |
VotingListDAOImpl<E extends VotingList> |
| Modifier and Type | Class and Description |
|---|---|
class |
VotingListAbstract |
class |
VotingListImpl
Created: 05/04/12
|
| Modifier and Type | Field and Description |
|---|---|
protected VotingList |
PersonToListAbstract.votingList
Nom de l'attribut en BD : votingList
|
| Modifier and Type | Field and Description |
|---|---|
protected List<VotingList> |
PollAbstract.votingList
Nom de l'attribut en BD : votingList
|
| Modifier and Type | Method and Description |
|---|---|
VotingList |
PersonToList.getVotingList() |
VotingList |
PersonToListAbstract.getVotingList() |
VotingList |
PollAbstract.getVotingListByTopiaId(String topiaId) |
VotingList |
Poll.getVotingListByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<VotingList> |
PollAbstract.getVotingList() |
List<VotingList> |
Poll.getVotingList() |
List<VotingList> |
PollImpl.getVotingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PollAbstract.addVotingList(VotingList votingList) |
void |
Poll.addVotingList(VotingList votingList) |
List<E> |
PollDAOAbstract.findAllContainsVotingList(VotingList v) |
E |
PollDAOAbstract.findContainsVotingList(VotingList v) |
PersonToList |
PollAccountAbstract.getVotingListPersonToList(VotingList votingList) |
PersonToList |
PollAccount.getVotingListPersonToList(VotingList votingList) |
void |
PollAbstract.removeVotingList(VotingList votingList) |
void |
Poll.removeVotingList(VotingList votingList) |
void |
PersonToList.setVotingList(VotingList votingList) |
void |
PersonToListAbstract.setVotingList(VotingList votingList) |
| Modifier and Type | Method and Description |
|---|---|
void |
PollAbstract.addAllVotingList(List<VotingList> votingList) |
void |
Poll.addAllVotingList(List<VotingList> votingList) |
void |
PollAbstract.setVotingList(List<VotingList> votingList) |
void |
Poll.setVotingList(List<VotingList> votingList) |
Copyright © 2009–2014 CodeLutin. All rights reserved.