org.chorem.pollen.votecounting.services
Class VoteCountingService

java.lang.Object
  extended by org.chorem.pollen.votecounting.services.VoteCountingService

public class VoteCountingService
extends Object

Service qui permet le dépouillement d'un sondage.

Since:
1.3
Author:
tchemit

Constructor Summary
VoteCountingService()
           
 
Method Summary
 VoteCountingResultDTO execute(PollDTO poll)
           
 VoteCountingResultDTO executeGroupCounting(PollDTO poll)
           
 VoteCountingResultDTO executeVoteCounting(PollDTO poll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoteCountingService

public VoteCountingService()
Method Detail

execute

public VoteCountingResultDTO execute(PollDTO poll)

executeVoteCounting

public VoteCountingResultDTO executeVoteCounting(PollDTO poll)

executeGroupCounting

public VoteCountingResultDTO executeGroupCounting(PollDTO poll)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.