|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PollAccountDTO | |
|---|---|
| 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 PollAccountDTO in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters that return PollAccountDTO | |
|---|---|
PollAccountDTO |
DataPollAccountConverter.createPollAccountDTO(PollAccount ePollAccount)
Création d'un dto pollAccount à partir d'une entité. |
| Methods in org.chorem.pollen.business.converters that return types with arguments of type PollAccountDTO | |
|---|---|
java.util.List<PollAccountDTO> |
DataPollAccountConverter.createPollAccountDTOs(java.util.List<PollAccount> lPollAccounts)
Retourne une liste de dtos pollAccount à partir d'une liste d'entités. |
| Methods in org.chorem.pollen.business.converters with parameters of type PollAccountDTO | |
|---|---|
void |
DataPollAccountConverter.populatePollAccountEntity(PollAccountDTO pollAccountDTO,
PollAccount ePollAccount)
Création d'un compte à partir d'un dto compte. |
| Uses of PollAccountDTO in org.chorem.pollen.business.dto |
|---|
| Methods in org.chorem.pollen.business.dto that return types with arguments of type PollAccountDTO | |
|---|---|
java.util.List<PollAccountDTO> |
VotingListDTO.getPollAccountDTOs()
|
java.util.List<PollAccountDTO> |
PersonListDTO.getPollAccountDTOs()
|
java.util.List<PollAccountDTO> |
UserDTO.getPollAccountDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type PollAccountDTO | |
|---|---|
void |
VotingListDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
|
void |
PersonListDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
|
void |
UserDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
|
| Uses of PollAccountDTO in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return PollAccountDTO | |
|---|---|
PollAccountDTO |
ServicePollAccountImpl.findPollAccountByAccountId(java.lang.String pollAccountId)
|
PollAccountDTO |
ServicePollAccount.findPollAccountByAccountId(java.lang.String pollAccountId)
Récupération du compte à partir de son identifiant. |
PollAccountDTO |
ServicePollAccountImpl.findPollAccountById(java.lang.String pollAccountId)
|
PollAccountDTO |
ServicePollAccount.findPollAccountById(java.lang.String pollAccountId)
Récupération du compte à partir de son identifiant ToPIA. |
| Methods in org.chorem.pollen.business.services that return types with arguments of type PollAccountDTO | |
|---|---|
java.util.List<PollAccountDTO> |
ServicePollAccountImpl.findPollAccountsByUser(java.lang.String userId)
|
java.util.List<PollAccountDTO> |
ServicePollAccount.findPollAccountsByUser(java.lang.String userId)
Récupération des comptes d'un utilisateur. |
java.util.List<PollAccountDTO> |
ServicePollAccountImpl.selectPollAccounts(java.util.Map<java.lang.String,java.lang.Object> properties)
|
java.util.List<PollAccountDTO> |
ServicePollAccount.selectPollAccounts(java.util.Map<java.lang.String,java.lang.Object> properties)
Recherche des comptes à partir d'un filtre. |
| Methods in org.chorem.pollen.business.services with parameters of type PollAccountDTO | |
|---|---|
java.lang.String |
ServicePollAccountImpl.createPollAccount(PollAccountDTO pollAccountDTO)
|
java.lang.String |
ServicePollAccount.createPollAccount(PollAccountDTO pollAccount)
Creation d'un compte utilisateur. |
java.lang.String |
ServiceVote.createVote(VoteDTO voteDTO,
PollAccountDTO pollAccountDTO)
Rajouter un vote à un sondage |
java.lang.String |
ServiceVoteImpl.createVote(VoteDTO voteDTO,
PollAccountDTO pollAccountDTO)
|
boolean |
ServicePollAccountImpl.updatePollAccount(PollAccountDTO pollAccountDTO)
|
boolean |
ServicePollAccount.updatePollAccount(PollAccountDTO pollAccount)
Modification d'un compte. |
| Method parameters in org.chorem.pollen.business.services with type arguments of type PollAccountDTO | |
|---|---|
java.util.List<PollAccount> |
ServicePollAccountImpl.createPollAccounts(java.util.List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext trans)
|
java.util.List<PollAccount> |
ServicePollAccount.createPollAccounts(java.util.List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext transaction)
Creation des comptes utilisateur. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||