org.chorem.pollen.votecounting.business
Class VoteCounting

java.lang.Object
  extended by org.chorem.pollen.votecounting.business.VoteCounting
All Implemented Interfaces:
ServiceVoteCounting

public class VoteCounting
extends java.lang.Object
implements ServiceVoteCounting

Implémentation du service de dépouillement.

Version:
$Id: VoteCounting.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
fdesbois

Constructor Summary
VoteCounting()
          Constructeur
 
Method Summary
 VoteCountingResultDTO executeGroupCounting(PollDTO poll)
          Service de dépouillement par groupes
 VoteCountingResultDTO executeVoteCounting(PollDTO poll)
          Service de dépouillement par votes (personnes)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoteCounting

public VoteCounting()
Constructeur

Method Detail

executeVoteCounting

public VoteCountingResultDTO executeVoteCounting(PollDTO poll)
Service de dépouillement par votes (personnes)

Specified by:
executeVoteCounting in interface ServiceVoteCounting
Parameters:
poll - : sondage
Returns:
resultat

executeGroupCounting

public VoteCountingResultDTO executeGroupCounting(PollDTO poll)
Service de dépouillement par groupes

Specified by:
executeGroupCounting in interface ServiceVoteCounting
Parameters:
poll - : sondage
Returns:
resultat


Copyright © 2009 CodeLutin. All Rights Reserved.