|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VotingList | |
|---|---|
| org.chorem.pollen.business.converters | Gestion de la conversion des DTO en entités et des entités en DTO. |
| org.chorem.pollen.business.persistence | |
| org.chorem.pollen.business.services | Services proposés par le module Business. |
| Uses of VotingList in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters with parameters of type VotingList | |
|---|---|
VotingListDTO |
DataVotingListConverter.createVotingListDTO(VotingList eVotingList)
Création d'un dto votingList à partir d'une entité. |
void |
DataVotingListConverter.populatePersonVotingList(VotingListDTO votingListDTO,
VotingList eVotingList)
Mise à jour des PersonToList d'une entité votingList à partir d'un dto votingList. |
void |
DataVotingListConverter.populateVotingListEntity(VotingListDTO votingListDTO,
VotingList eVotingList)
Création d'une liste à partir d'un dto liste. |
| Method parameters in org.chorem.pollen.business.converters with type arguments of type VotingList | |
|---|---|
java.util.List<VotingListDTO> |
DataVotingListConverter.createVotingListDTOs(java.util.List<VotingList> lVotingLists)
Retourne une liste de dtos votingList à partir d'une liste d'entités. |
| Uses of VotingList in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type VotingList | |
|---|---|
class |
VotingListDAOAbstract<E extends VotingList>
Implantation DAO pour l'entité VotingList. |
class |
VotingListDAOImpl<E extends VotingList>
Implantation du DAO pour l'entité VotingList. |
| Classes in org.chorem.pollen.business.persistence that implement VotingList | |
|---|---|
class |
VotingListAbstract
Implantation POJO pour l'entité VotingList. |
class |
VotingListImpl
Implantation des operations pour l'entité VotingList. |
| Fields in org.chorem.pollen.business.persistence declared as VotingList | |
|---|---|
VotingList |
PersonToListAbstract.votingList
|
VotingList |
VoteAbstract.votingList
|
| Fields in org.chorem.pollen.business.persistence with type parameters of type VotingList | |
|---|---|
java.util.List<VotingList> |
PollAbstract.votingList
|
| Methods in org.chorem.pollen.business.persistence that return VotingList | |
|---|---|
VotingList |
PersonToListAbstract.getVotingList()
|
VotingList |
VoteAbstract.getVotingList()
|
VotingList |
PersonToList.getVotingList()
|
VotingList |
Vote.getVotingList()
|
VotingList |
PollAbstract.getVotingListByTopiaId(java.lang.String topiaId)
|
VotingList |
Poll.getVotingListByTopiaId(java.lang.String topiaId)
Recupère l'attribut votingList à partir de son topiaId. |
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type VotingList | |
|---|---|
java.util.List<VotingList> |
PollAbstract.getVotingList()
|
java.util.List<VotingList> |
Poll.getVotingList()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type VotingList | |
|---|---|
void |
PollAbstract.addVotingList(VotingList votingList)
|
void |
Poll.addVotingList(VotingList votingList)
|
java.util.List<E> |
VoteDAOAbstract.findAllByVotingList(VotingList v)
Retourne les éléments ayant comme valeur pour l'attribut votingList le paramètre |
java.util.List<E> |
PollAccountDAOAbstract.findAllContainsVotingList(VotingList... v)
Retourne les éléments trouvé dont l'attribut votingList contient le paramètre |
java.util.List<E> |
PollDAOAbstract.findAllContainsVotingList(VotingList... v)
Retourne les éléments trouvé dont l'attribut votingList contient le paramètre |
java.util.List<E> |
PersonToListDAOAbstract.findAllContainsVotingList(VotingList... v)
Retourne les éléments trouvé dont l'attribut votingList contient le paramètre |
E |
VoteDAOAbstract.findByVotingList(VotingList v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut votingList le paramètre |
E |
PollAccountDAOAbstract.findContainsVotingList(VotingList... v)
Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre |
E |
PollDAOAbstract.findContainsVotingList(VotingList... v)
Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre |
E |
PersonToListDAOAbstract.findContainsVotingList(VotingList... v)
Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre |
PersonToList |
PollAccountAbstract.getVotingListPersonToList(VotingList value)
|
PersonToList |
PollAccount.getVotingListPersonToList(VotingList value)
|
void |
PollAbstract.removeVotingList(VotingList value)
|
void |
Poll.removeVotingList(VotingList votingList)
|
void |
PersonToListAbstract.setVotingList(VotingList value)
|
void |
VoteAbstract.setVotingList(VotingList value)
|
void |
PersonToList.setVotingList(VotingList value)
|
void |
Vote.setVotingList(VotingList votingList)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type VotingList | |
|---|---|
void |
PollAbstract.addAllVotingList(java.util.List<VotingList> values)
|
void |
Poll.addAllVotingList(java.util.List<VotingList> votingList)
|
void |
PollAbstract.setVotingList(java.util.List<VotingList> values)
|
void |
Poll.setVotingList(java.util.List<VotingList> votingList)
|
| Uses of VotingList in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return types with arguments of type VotingList | |
|---|---|
java.util.List<VotingList> |
ServiceListImpl.createVotingLists(java.util.List<VotingListDTO> votingLists,
java.lang.String pollId,
org.nuiton.topia.TopiaContext trans)
|
java.util.List<VotingList> |
ServiceList.createVotingLists(java.util.List<VotingListDTO> votingLists,
java.lang.String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des groupes de votant du sondage |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||