org.chorem.pollen.votecounting.services
Class ServiceVoteCountingImpl

java.lang.Object
  extended by org.chorem.pollen.votecounting.services.ServiceVoteCountingImpl
All Implemented Interfaces:
ServiceVoteCounting

public class ServiceVoteCountingImpl
extends java.lang.Object
implements ServiceVoteCounting

Implémentation du service de dépouillement.

Version:
$Id: ServiceVoteCountingImpl.java 2697 2009-08-11 09:39:09Z nrannou $
Author:
fdesbois

Constructor Summary
ServiceVoteCountingImpl()
          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

ServiceVoteCountingImpl

public ServiceVoteCountingImpl()
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-2010 CodeLutin. All Rights Reserved.