A C D E G H I L M N O P S T U V W 

A

addChoice(PollChoiceDTO) - Method in class org.chorem.pollen.votecounting.business.Context
Ajout d'un nouveau choix au contexte
addGroup(String, double) - Method in class org.chorem.pollen.votecounting.business.Choice
addGroup : Ajout d'un groupe lié au choix
addGroup(String, double) - Method in class org.chorem.pollen.votecounting.business.Context
Ajout d'un groupe pour l'ensemble des choix du contexte
addHiddenChoice(PollChoiceDTO) - Method in class org.chorem.pollen.votecounting.business.Context
Ajout d'un nouveau choix au contexte
addVote(double, double, String) - Method in class org.chorem.pollen.votecounting.business.Group
addVote : Ajout d'un nouveau vote au groupe
ANONYMOUS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ANONYMOUS_VOTE_ALLOWED - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 

C

calculateChoicesByGroup(List<Choice>) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
calculateGroups(List<Choice>) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
calculateNbVotes(List, boolean) - Static method in class org.chorem.pollen.votecounting.utils.Utils
Calcul le nombre de votes d'une liste
calculatePercentage(PercentageBehavior, List<PercentageBehavior>) - Static method in class org.chorem.pollen.votecounting.utils.Utils
 
Choice - Class in org.chorem.pollen.votecounting.business
Cette classe décrit le choix d'un sondage.
Choice(String) - Constructor for class org.chorem.pollen.votecounting.business.Choice
Constructeur
Choice(String, String) - Constructor for class org.chorem.pollen.votecounting.business.Choice
Constructeur
CHOICE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CHOICE_ADD_ALLOWED - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CHOICE_RESULT - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CHOICE_TYPE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ChoiceDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un choix et les valeurs du vote correspondant.
ChoiceDTO() - Constructor for class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
ChoiceDTO(String, double, double, int) - Constructor for class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
CHOICES - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ChoiceType - Enum in org.chorem.pollen.common
 
CLOSED - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
COMMENT - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CommentDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un commentaire.
CommentDTO(String, String) - Constructor for class org.chorem.pollen.votecounting.dto.CommentDTO
 
COMMENTS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CondorcetMethod - Class in org.chorem.pollen.votecounting.business
Méthode de dépouillement Condorcet.
CondorcetMethod() - Constructor for class org.chorem.pollen.votecounting.business.CondorcetMethod
 
Context - Class in org.chorem.pollen.votecounting.business
Contexte du dépouillement du sondage (PATTERN STRATEGY).
Context(Method, boolean) - Constructor for class org.chorem.pollen.votecounting.business.Context
Constructeur
CONTINUOUS_RESULTS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CREATOR_EMAIL - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
CREATOR_ID - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 

D

DESCRIPTION - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 

E

EMAIL - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
execute(PollDTO) - Method in class org.chorem.pollen.votecounting.services.VoteCountingService
 
executeCounting(List<Choice>, boolean) - Method in class org.chorem.pollen.votecounting.business.CondorcetMethod
 
executeCounting() - Method in class org.chorem.pollen.votecounting.business.Context
Execution de la méthode de dépouillement et calcul des choix résultats
executeCounting(List<Choice>, boolean) - Method in interface org.chorem.pollen.votecounting.business.Method
Execute le dépouillement de l'ensemble des choix spécifiés.
executeCounting(List<Choice>, boolean) - Method in class org.chorem.pollen.votecounting.business.NumberMethod
 
executeCounting(List<Choice>, boolean) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
executeExport(PollExportDTO) - Method in interface org.chorem.pollen.votecounting.services.ServiceExport
Export d'un sondage et de ses résultats au format XML.
executeExport(PollExportDTO) - Method in class org.chorem.pollen.votecounting.services.ServiceExportImpl
 
executeFileExport(PollExportDTO) - Method in interface org.chorem.pollen.votecounting.services.ServiceExport
Export d'un sondage et de ses résultats au format XML.
executeFileExport(PollExportDTO) - Method in class org.chorem.pollen.votecounting.services.ServiceExportImpl
 
executeGroupCounting(PollDTO) - Method in interface org.chorem.pollen.votecounting.services.ServiceVoteCounting
 
executeGroupCounting(PollDTO) - Method in class org.chorem.pollen.votecounting.services.ServiceVoteCountingImpl
Service de dépouillement par groupes
executeGroupCounting(PollDTO) - Method in class org.chorem.pollen.votecounting.services.VoteCountingService
 
executeImport(String) - Method in interface org.chorem.pollen.votecounting.services.ServiceExport
Import d'un sondage et de ses résultats à partir d'un fichier XML.
executeImport(String) - Method in class org.chorem.pollen.votecounting.services.ServiceExportImpl
 
executeStats(List<Choice>, boolean, Choice, ChoiceDTO) - Method in class org.chorem.pollen.votecounting.business.CondorcetMethod
 
executeStats() - Method in class org.chorem.pollen.votecounting.business.Context
 
executeStats(List<Choice>, boolean, Choice, ChoiceDTO) - Method in interface org.chorem.pollen.votecounting.business.Method
Effectue des statistiques sur le choice specifié.
executeStats(List<Choice>, boolean, Choice, ChoiceDTO) - Method in class org.chorem.pollen.votecounting.business.NumberMethod
 
executeStats(List<Choice>, boolean, Choice, ChoiceDTO) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
executeVoteCounting(PollDTO) - Method in interface org.chorem.pollen.votecounting.services.ServiceVoteCounting
 
executeVoteCounting(PollDTO) - Method in class org.chorem.pollen.votecounting.services.ServiceVoteCountingImpl
Service de dépouillement par votes (personnes)
executeVoteCounting(PollDTO) - Method in class org.chorem.pollen.votecounting.services.VoteCountingService
 
exportToXml(PollExportDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
Export the given poll to an xml representation.

G

getAverage() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getBeginChoiceDate() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getBeginDate() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getChoice(String) - Method in class org.chorem.pollen.votecounting.business.Context
Renvoie un choix de la map.
getChoiceResult() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
getChoices() - Method in class org.chorem.pollen.votecounting.business.Context
Renvoie la liste des choix
getChoices() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getChoices() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
getChoices() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getChoiceType() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getChoosenChoicesByGroup(List<Choice>) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
getComment() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getComments() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getCreatorEmail() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getCreatorId() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getDescription() - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
getDescription() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getEmail() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getEndDate() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getGroup(String) - Method in class org.chorem.pollen.votecounting.business.Choice
getGroup : Renvoie un groupe existant dans la map
getGroups() - Method in class org.chorem.pollen.votecounting.business.Choice
getGroups : Renvoie la map des groupes
getHiddenChoices() - Method in class org.chorem.pollen.votecounting.business.Context
Renvoie la liste des choix cachés
getI18nKey() - Method in enum org.chorem.pollen.common.ChoiceType
 
getI18nKey() - Method in interface org.chorem.pollen.common.I18nAble
 
getI18nKey() - Method in enum org.chorem.pollen.common.PollType
 
getIdChoice() - Method in class org.chorem.pollen.votecounting.business.Choice
getId : Renvoie l'identifiant du choix
getIdChoice() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getIdChoice() - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
getIdChoice() - Method in class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
getIdGroup() - Method in class org.chorem.pollen.votecounting.business.Group
getIdGroup : Identifiant du groupe
getIdGroup() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
getIdPoll() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
getLogin() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getMaxChoiceNb() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getName() - Method in class org.chorem.pollen.votecounting.business.Choice
getName : Renvoie le nom du choix
getName() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getName() - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
getName() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
getNbBlankVotes() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getNbVotes() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getNbVotes() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
getPercentage() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getPoll() - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
getPollId() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getPollId() - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
getPollType() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getResults() - Method in class org.chorem.pollen.votecounting.business.Context
Renvoie la liste des résultats
getText() - Method in class org.chorem.pollen.votecounting.dto.CommentDTO
 
getTitle() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getTypeVoteCounting() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
getValue() - Method in class org.chorem.pollen.votecounting.business.Choice
getValue : Renvoie la valeur du choix
getValue() - Method in class org.chorem.pollen.votecounting.business.Group
getValue : Renvoie la valeur du groupe pour le choix auquel il appartient
getValue() - Method in class org.chorem.pollen.votecounting.business.Vote
getValue : Renvoie la valeur du vote
getValue() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
getValue() - Method in class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
getValueForChoiceByGroup(Choice, String, List<String>) - Method in class org.chorem.pollen.votecounting.business.PercentageMethod
 
getValueForChoiceByGroup(Choice, String, List<String>) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
getValueForGroup(Group) - Method in class org.chorem.pollen.votecounting.business.StandardMethod
 
getVoteCounting() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getVoteCountingResults() - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
getVotes() - Method in class org.chorem.pollen.votecounting.business.Group
getVotes : Renvoie la liste des votes liés au groupe
getVotingDate() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getVotingGroups() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
getVotingID() - Method in class org.chorem.pollen.votecounting.business.Vote
getVotingID : Renvoie l'identifiant du votant
getVotingID() - Method in class org.chorem.pollen.votecounting.dto.CommentDTO
 
getVotingId() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
getVotingPersons() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
getWeight() - Method in class org.chorem.pollen.votecounting.business.Group
getWeight : Renvoie le poids du groupe
getWeight() - Method in class org.chorem.pollen.votecounting.business.Vote
getWeight : Renvoie le poids du vote
getWeight() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
getWeight() - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
Group - Class in org.chorem.pollen.votecounting.business
Cette classe décrit un groupe du sondage.
Group(String, double) - Constructor for class org.chorem.pollen.votecounting.business.Group
Constructeur
GROUP - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
GROUPS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 

H

HIDDEN_PREFIX - Static variable in class org.chorem.pollen.votecounting.business.NumberMethod
Permet de rajouter des choix cachés

I

I18nAble - Interface in org.chorem.pollen.common
Contract to expose a i18n key.
ID_CHOICE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ID_GROUP - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ID_POLL - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
ImportExportService - Class in org.chorem.pollen.votecounting.services
Service to import / export a poll to or from his xml representation.
ImportExportService() - Constructor for class org.chorem.pollen.votecounting.services.ImportExportService
 
importFromXml(File) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
Import into a PollExportDTO his xml representation from the given file.
IS_BY_GROUP - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
isAnonymous() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isAnonymousVoteAllowed() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isByGroup() - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
isChoiceAddAllowed() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isClosed() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isContinuousResults() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isHidden() - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
isPublicResults() - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
isResult() - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 

L

list() - Method in class org.chorem.pollen.votecounting.business.Choice
 
list() - Method in class org.chorem.pollen.votecounting.business.Group
 
list() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
list() - Method in interface org.chorem.pollen.votecounting.utils.ListBehavior
 
ListBehavior<T> - Interface in org.chorem.pollen.votecounting.utils
Interface pour le comportement liste.

M

MAX_CHOICE_NB - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
Method - Interface in org.chorem.pollen.votecounting.business
Méthode de dépouillement.

N

NAME - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
NB_VOTES - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
NumberMethod - Class in org.chorem.pollen.votecounting.business
Méthode de dépouillement pour vote de type number.
NumberMethod() - Constructor for class org.chorem.pollen.votecounting.business.NumberMethod
 

O

org.chorem.pollen.common - package org.chorem.pollen.common
 
org.chorem.pollen.votecounting.business - package org.chorem.pollen.votecounting.business
Gestion des dépouillements.
org.chorem.pollen.votecounting.dto - package org.chorem.pollen.votecounting.dto
Data Transfert Objects.
org.chorem.pollen.votecounting.services - package org.chorem.pollen.votecounting.services
Services proposés par le module VoteCounting.
org.chorem.pollen.votecounting.utils - package org.chorem.pollen.votecounting.utils
Classes utilitaires.

P

PERCENTAGE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
PercentageBehavior - Interface in org.chorem.pollen.votecounting.utils
Interface pour le comportement pourcentage.
PercentageMethod - Class in org.chorem.pollen.votecounting.business
Méthode de dépouillement par pourcentage (pondération des choix).
PercentageMethod() - Constructor for class org.chorem.pollen.votecounting.business.PercentageMethod
 
POLL - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
POLL_CHOICE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
POLL_CHOICES - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
POLL_EXPORT - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
POLL_ID - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
POLL_TYPE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
PollChoiceDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un choix de vote.
PollChoiceDTO(String) - Constructor for class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
PollChoiceDTO(int) - Constructor for class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
PollDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un sondage.
PollDTO() - Constructor for class org.chorem.pollen.votecounting.dto.PollDTO
 
PollDTO(String) - Constructor for class org.chorem.pollen.votecounting.dto.PollDTO
 
PollExportDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un sondage à exporter.
PollExportDTO() - Constructor for class org.chorem.pollen.votecounting.dto.PollExportDTO
 
PollType - Enum in org.chorem.pollen.common
 
PUBLIC_RESULTS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 

S

ServiceExport - Interface in org.chorem.pollen.votecounting.services
Interface du service d'export.
ServiceExportImpl - Class in org.chorem.pollen.votecounting.services
Implémentation du service d'export.
ServiceExportImpl() - Constructor for class org.chorem.pollen.votecounting.services.ServiceExportImpl
Constructor
ServiceVoteCounting - Interface in org.chorem.pollen.votecounting.services
Interface du service de dépouillement.
ServiceVoteCountingImpl - Class in org.chorem.pollen.votecounting.services
Implémentation du service de dépouillement.
ServiceVoteCountingImpl() - Constructor for class org.chorem.pollen.votecounting.services.ServiceVoteCountingImpl
Constructeur
setAnonymous(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setAnonymousVoteAllowed(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setAverage(double) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setBeginChoiceDate(Date) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setBeginDate(Date) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setByGroup(boolean) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setChoiceAddAllowed(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setChoiceResult(String) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setChoices(List<PollChoiceDTO>) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setChoices(List<ChoiceDTO>) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setChoices(List<VoteToChoiceDTO>) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setChoiceType(ChoiceType) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setClosed(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setComment(String) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setComments(List<CommentDTO>) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setContinuousResults(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setCreatorEmail(String) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setCreatorId(String) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setDescription(String) - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
setDescription(String) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setEmail(String) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setEndDate(Date) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setHidden(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
setIdChoice(String) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setIdChoice(String) - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
setIdChoice(String) - Method in class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
setIdGroup(String) - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
setIdPoll(String) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setLogin(String) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setMaxChoiceNb(int) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setName(String) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setName(String) - Method in class org.chorem.pollen.votecounting.dto.PollChoiceDTO
 
setName(String) - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
setNbBlankVotes(int) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setNbVotes(int) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setNbVotes(int) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setPercentage(double) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setPoll(PollDTO) - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
setPollId(String) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setPollId(String) - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
setPollType(PollType) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setPublicResults(boolean) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setResult(boolean) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setText(String) - Method in class org.chorem.pollen.votecounting.dto.CommentDTO
 
setTitle(String) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setTypeVoteCounting(int) - Method in class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
setValue(double) - Method in class org.chorem.pollen.votecounting.business.Choice
setValue : Mise à jour de la valeur du choix
setValue(double) - Method in class org.chorem.pollen.votecounting.business.Group
setValue : Mise à jour de la valeur du groupe
setValue(double) - Method in class org.chorem.pollen.votecounting.dto.ChoiceDTO
 
setValue(double) - Method in class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
setVoteCounting(int) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setVoteCountingResults(List<VoteCountingResultDTO>) - Method in class org.chorem.pollen.votecounting.dto.PollExportDTO
 
setVotingDate(Date) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setVotingGroups(List<VotingGroupDTO>) - Method in class org.chorem.pollen.votecounting.dto.PollDTO
 
setVotingID(String) - Method in class org.chorem.pollen.votecounting.dto.CommentDTO
 
setVotingId(String) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
setVotingPersons(List<VotingPersonDTO>) - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
setWeight(double) - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
setWeight(double) - Method in class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 
StandardMethod - Class in org.chorem.pollen.votecounting.business
Méthode de dépouillement standard.
StandardMethod() - Constructor for class org.chorem.pollen.votecounting.business.StandardMethod
 

T

TITLE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
TITLE1 - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
toChoices(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toComments(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(PollExportDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(CommentDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(VotingGroupDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(VotingPersonDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(PollChoiceDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(VoteCountingResultDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDOM(ChoiceDTO) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toDTO(Element) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toPollChoices(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toString() - Method in class org.chorem.pollen.votecounting.business.Choice
 
toVoteCountingResults(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toVoteToChoices(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toVotingGroups(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 
toVotingPersons(List<Element>) - Method in class org.chorem.pollen.votecounting.services.ImportExportService
 

U

Utils - Class in org.chorem.pollen.votecounting.utils
Classe utilitaire pour les algorithmes de dépouillement.
Utils() - Constructor for class org.chorem.pollen.votecounting.utils.Utils
 

V

value() - Method in class org.chorem.pollen.votecounting.business.Choice
 
VALUE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
value() - Method in interface org.chorem.pollen.votecounting.utils.PercentageBehavior
 
VALUE_FALSE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VALUE_TRUE - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
valueOf(String) - Static method in enum org.chorem.pollen.common.ChoiceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.chorem.pollen.common.ChoiceType
 
valueOf(String) - Static method in enum org.chorem.pollen.common.PollType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.chorem.pollen.common.PollType
 
values() - Static method in enum org.chorem.pollen.common.ChoiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.chorem.pollen.common.PollType
Returns an array containing the constants of this enum type, in the order they are declared.
Vote - Class in org.chorem.pollen.votecounting.business
Cette classe décrit un vote du sondage.
Vote(double, double, String) - Constructor for class org.chorem.pollen.votecounting.business.Vote
Constructeur
VOTE_COUNTING - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VOTE_COUNTING_RESULT - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VOTE_COUNTING_RESULTS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VoteCountingResultDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un résultat de sondage.
VoteCountingResultDTO() - Constructor for class org.chorem.pollen.votecounting.dto.VoteCountingResultDTO
 
VoteCountingService - Class in org.chorem.pollen.votecounting.services
Service qui permet le dépouillement d'un sondage.
VoteCountingService() - Constructor for class org.chorem.pollen.votecounting.services.VoteCountingService
 
VoteToChoiceDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un vote.
VoteToChoiceDTO(int, double) - Constructor for class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
VoteToChoiceDTO(String, double) - Constructor for class org.chorem.pollen.votecounting.dto.VoteToChoiceDTO
 
VOTING_ID - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VOTING_PERSON - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VOTING_PERSONS - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
VotingGroupDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un groupe de votants.
VotingGroupDTO(String, double) - Constructor for class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
VotingPersonDTO - Class in org.chorem.pollen.votecounting.dto
Classe DTO représentant un votant.
VotingPersonDTO(String, double) - Constructor for class org.chorem.pollen.votecounting.dto.VotingPersonDTO
 

W

WEIGHT - Static variable in class org.chorem.pollen.votecounting.services.ImportExportService
 
A C D E G H I L M N O P S T U V W 

Copyright © 2009-2012 CodeLutin. All Rights Reserved.