|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VotingListDTO | |
|---|---|
| org.chorem.pollen.business.converters | Gestion de la conversion des DTO en entités et des entités en DTO. |
| org.chorem.pollen.business.dto | Data Transfert Objects. |
| org.chorem.pollen.business.services | Services proposés par le module Business. |
| Uses of VotingListDTO in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters that return VotingListDTO | |
|---|---|
VotingListDTO |
DataVotingListConverter.createVotingListDTO(VotingList eVotingList)
Création d'un dto votingList à partir d'une entité. |
| Methods in org.chorem.pollen.business.converters that return types with arguments of type VotingListDTO | |
|---|---|
List<VotingListDTO> |
DataVotingListConverter.createVotingListDTOs(List<VotingList> lVotingLists)
Retourne une liste de dtos votingList à partir d'une liste d'entités. |
| Methods in org.chorem.pollen.business.converters with parameters of type VotingListDTO | |
|---|---|
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. |
| Uses of VotingListDTO in org.chorem.pollen.business.dto |
|---|
| Methods in org.chorem.pollen.business.dto that return types with arguments of type VotingListDTO | |
|---|---|
List<VotingListDTO> |
PollDTO.getVotingListDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type VotingListDTO | |
|---|---|
void |
PollDTO.setVotingListDTOs(List<VotingListDTO> votingListDTOs)
|
| Uses of VotingListDTO in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return VotingListDTO | |
|---|---|
VotingListDTO |
ServiceList.findVotingListById(String votingListId)
Recherche d'une liste par son identifiant |
VotingListDTO |
ServiceListImpl.findVotingListById(String votingListId)
|
| Methods in org.chorem.pollen.business.services that return types with arguments of type VotingListDTO | |
|---|---|
List<VotingListDTO> |
ServiceList.findVotingListByName(String name)
Recherche d une liste de votant à partir du nom |
List<VotingListDTO> |
ServiceListImpl.findVotingListByName(String name)
|
List<VotingListDTO> |
ServiceList.selectVotingList(Map<String,Object> properties)
Recherche des listes à partir d'un filtre |
List<VotingListDTO> |
ServiceListImpl.selectVotingList(Map<String,Object> properties)
|
| Methods in org.chorem.pollen.business.services with parameters of type VotingListDTO | |
|---|---|
String |
ServiceList.createVotingList(VotingListDTO votingList)
Création d'une liste de votant |
String |
ServiceListImpl.createVotingList(VotingListDTO votingList)
|
boolean |
ServiceList.updateVotingList(VotingListDTO votingList)
Mise à jour d'une liste de votant |
boolean |
ServiceListImpl.updateVotingList(VotingListDTO votingList)
|
| Method parameters in org.chorem.pollen.business.services with type arguments of type VotingListDTO | |
|---|---|
List<VotingList> |
ServiceList.createVotingLists(List<VotingListDTO> votingLists,
String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des groupes de votant du sondage |
List<VotingList> |
ServiceListImpl.createVotingLists(List<VotingListDTO> votingLists,
String pollId,
org.nuiton.topia.TopiaContext transaction)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||