|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.business.services.ServicePollAccountImpl
public class ServicePollAccountImpl
Implémentation du service de gestion des comptes.
| Constructor Summary | |
|---|---|
ServicePollAccountImpl()
|
|
| Method Summary | |
|---|---|
String |
createPollAccount(PollAccountDTO pollAccountDTO)
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 pollAccountDTO)
Modification d'un compte. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicePollAccountImpl()
| Method Detail |
|---|
public String createPollAccount(PollAccountDTO pollAccountDTO)
ServicePollAccount
createPollAccount in interface ServicePollAccountpollAccountDTO - le compte à creer
public PollAccount createPollAccount(String votingId,
String email,
String userId)
ServicePollAccount
createPollAccount in interface ServicePollAccountvotingId - l'identifiant du votantemail - l'email du votantuserId - l'identifiant de l'utilisateur
public List<PollAccount> createPollAccounts(List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext transaction)
ServicePollAccount
createPollAccounts in interface ServicePollAccountpollAccounts - les comptes à creertransaction - la transaction
public boolean deletePollAccount(String pollAccountId)
ServicePollAccount
deletePollAccount in interface ServicePollAccountpollAccountId - le compte a creer
public boolean updatePollAccount(PollAccountDTO pollAccountDTO)
ServicePollAccount
updatePollAccount in interface ServicePollAccountpollAccountDTO - le compte a modifier
public PollAccountDTO findPollAccountById(String pollAccountId)
ServicePollAccount
findPollAccountById in interface ServicePollAccountpollAccountId - l'identifiant Topia du compte à rechercher
public PollAccountDTO findPollAccountByAccountId(String pollAccountId)
ServicePollAccount
findPollAccountByAccountId in interface ServicePollAccountpollAccountId - l'identifiant du compte à rechercher
public List<PollAccountDTO> findPollAccountsByUser(String userId)
ServicePollAccount
findPollAccountsByUser in interface ServicePollAccountuserId - l'identifiant de l'utilisateur
public List<PollAccountDTO> selectPollAccounts(Map<String,Object> properties)
ServicePollAccount
selectPollAccounts in interface ServicePollAccountproperties - filtre sur les champs de la table pollAccount
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||