A C E G I L M O P S T U V

A

addChoice(String) - 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
addVote(double, double, String) - Method in class org.chorem.pollen.votecounting.business.Group
addVote : Ajout d'un nouveau vote au groupe

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
 
calculateNbSubElements(List<ListBehavior<Object>>) - Static method in class org.chorem.pollen.votecounting.utils.Utils
Calcul le nombre de sous éléments d'une liste Les éléments du vecteur doivent implémenter l'interface ListBehavior
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
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
 
ChoiceType - Enum in org.chorem.pollen.common
 
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
 
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

E

execute() - Method in class org.chorem.pollen.votecounting.business.Context
Execution de la méthode de dépouillement et calcul des choix résultats
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
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
 
executeMethod(List<Choice>, boolean) - Method in class org.chorem.pollen.votecounting.business.CondorcetMethod
 
executeMethod(List<Choice>, boolean) - Method in interface org.chorem.pollen.votecounting.business.Method
 
executeMethod(List<Choice>, boolean) - 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)

G

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
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.dto.PollChoiceDTO
 
getName() - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
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

I

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
 
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

mayCalculateSubElements(List<ListBehavior<Object>>, boolean) - Static method in class org.chorem.pollen.votecounting.utils.Utils
Calcul le nombre de sous éléments d'une liste sous condition
Method - Interface in org.chorem.pollen.votecounting.business
Méthode de dépouillement.

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

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
 
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
 

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
 
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
 
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.PollChoiceDTO
 
setName(String) - Method in class org.chorem.pollen.votecounting.dto.VotingGroupDTO
 
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(VoteCountingType) - 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(VoteCountingType) - 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

toString() - Method in class org.chorem.pollen.votecounting.business.Choice
 

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() - Method in interface org.chorem.pollen.votecounting.utils.PercentageBehavior
 
valueOf(String) - Static method in enum org.chorem.pollen.common.ChoiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.chorem.pollen.common.PollType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.chorem.pollen.common.VoteCountingType
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.chorem.pollen.common.VoteCountingType
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
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
 
VoteCountingType - Enum in org.chorem.pollen.common
 
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
 
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
 

A C E G I L M O P S T U V

Copyright © 2009 CodeLutin. All Rights Reserved.