|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.business.ServicePollAccountImpl
public class ServicePollAccountImpl
Implémentation du service de gestion des comptes.
| Constructor Summary | |
|---|---|
ServicePollAccountImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
createPollAccount(PollAccountDTO pollAccountDTO)
Creation d'un compte utilisateur. |
PollAccount |
createPollAccount(java.lang.String votingId,
java.lang.String email,
java.lang.String userId)
Creation d'un compte utilisateur. |
java.util.List<PollAccount> |
createPollAccounts(java.util.List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext trans)
Creation des comptes utilisateur. |
boolean |
deletePollAccount(java.lang.String pollAccountId)
Suppression d'un compte. |
PollAccountDTO |
findPollAccountById(java.lang.String pollAccountId)
Récupération du compte à partir de son identifiant. |
java.util.List<PollAccountDTO> |
findPollAccountsByUser(java.lang.String userId)
Récupération des comptes d'un utilisateur. |
java.util.List<PollAccountDTO> |
selectPollAccounts(java.util.Map<java.lang.String,java.lang.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 java.lang.String createPollAccount(PollAccountDTO pollAccountDTO)
ServicePollAccount
createPollAccount in interface ServicePollAccountpollAccountDTO - le compte à creer
public PollAccount createPollAccount(java.lang.String votingId,
java.lang.String email,
java.lang.String userId)
ServicePollAccount
createPollAccount in interface ServicePollAccountvotingId - l'identifiant du votantemail - l'email du votantuserId - l'identifiant de l'utilisateur
public java.util.List<PollAccount> createPollAccounts(java.util.List<PollAccountDTO> pollAccounts,
org.nuiton.topia.TopiaContext trans)
ServicePollAccount
createPollAccounts in interface ServicePollAccountpollAccounts - les comptes à creertrans - la transaction
public boolean deletePollAccount(java.lang.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(java.lang.String pollAccountId)
ServicePollAccount
findPollAccountById in interface ServicePollAccountpollAccountId - l'identifiant du compte à rechercher
public java.util.List<PollAccountDTO> findPollAccountsByUser(java.lang.String userId)
ServicePollAccount
findPollAccountsByUser in interface ServicePollAccountuserId - l'identifiant de l'utilisateur
public java.util.List<PollAccountDTO> selectPollAccounts(java.util.Map<java.lang.String,java.lang.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 | |||||||||