com.hack23.cia.service.impl.admin.agent.sweden.api
Interface BallotAgent

Package class diagram package BallotAgent
All Superinterfaces:
AbstractAdminAgent, AbstractAdminDataAgent<BallotData>, Agent, GenericParliamentDataAgent<BallotData>, ModelObject, SoftwareAgent
All Known Implementing Classes:
BallotAgentImpl

public interface BallotAgent
extends GenericParliamentDataAgent<BallotData>

The Interface BallotAgent.


Method Summary
 List<BallotData> findBallots(CommitteeReportData commiteeReport)
          Find ballots.
 List<VoteData> getVoteResult(BallotData ballot)
          Gets the vote result.
 

Method Detail

findBallots

List<BallotData> findBallots(CommitteeReportData commiteeReport)
Find ballots.

Parameters:
commiteeReport - the commitee report
Returns:
the list< ballot data>

getVoteResult

List<VoteData> getVoteResult(BallotData ballot)
Gets the vote result.

Parameters:
ballot - the ballot
Returns:
the vote result


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.