|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServicePollAccount
Interface du service de gestion des comptes.
| Method Summary | |
|---|---|
String |
createPollAccount(PollAccountDTO pollAccount)
Creation d'un compte utilisateur. |
PollAccount |
createPollAccount(String votingId,
String email,
String userId)
Creation d'un compte utilisateur. |
List<PollAccount> |
createPollAccounts(List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext transaction)
Creation des comptes utilisateur. |
boolean |
deletePollAccount(String pollAccountId)
Suppression d'un compte. |
PollAccountDTO |
findPollAccountByAccountId(String pollAccountId)
Récupération du compte à partir de son identifiant. |
PollAccountDTO |
findPollAccountById(String pollAccountId)
Récupération du compte à partir de son identifiant ToPIA. |
List<PollAccountDTO> |
findPollAccountsByUser(String userId)
Récupération des comptes d'un utilisateur. |
List<PollAccountDTO> |
selectPollAccounts(Map<String,Object> properties)
Recherche des comptes à partir d'un filtre. |
boolean |
updatePollAccount(PollAccountDTO pollAccount)
Modification d'un compte. |
| Method Detail |
|---|
String createPollAccount(PollAccountDTO pollAccount)
pollAccount - le compte à creer
PollAccount createPollAccount(String votingId,
String email,
String userId)
votingId - l'identifiant du votantemail - l'email du votantuserId - l'identifiant de l'utilisateur
List<PollAccount> createPollAccounts(List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext transaction)
pollAccounts - les comptes à creertransaction - la transaction
boolean deletePollAccount(String pollAccountId)
pollAccountId - le compte a creer
boolean updatePollAccount(PollAccountDTO pollAccount)
pollAccount - le compte a modifier
PollAccountDTO findPollAccountById(String pollAccountId)
pollAccountId - l'identifiant Topia du compte à rechercher
PollAccountDTO findPollAccountByAccountId(String pollAccountId)
pollAccountId - l'identifiant du compte à rechercher
List<PollAccountDTO> findPollAccountsByUser(String userId)
userId - l'identifiant de l'utilisateur
List<PollAccountDTO> selectPollAccounts(Map<String,Object> properties)
properties - filtre sur les champs de la table pollAccount
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||