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

Package class diagram package BallotAgentSupportService
All Superinterfaces:
AgentSupportService
All Known Implementing Classes:
BallotAgentSupportServiceImpl

public interface BallotAgentSupportService
extends AgentSupportService

The Interface BallotAgentSupportService.


Method Summary
 BallotData addBallotInformation(Long ballotId, List<VoteData> list)
          Adds the ballot information.
 void generateBallotCharts(Long ballotId)
          Generate ballot charts.
 List<BallotData> getAllBallots(ParliamentYearData parliamentYearData)
          Gets the all ballots.
 List<BallotData> getAllCompletedBallotar(ParliamentYearData parliamentYearData)
          Gets the all completed ballotar.
 List<BallotData> getAllCreatedBallotar(ParliamentYearData parliamentYearData)
          Gets the all created ballotar.
 
Methods inherited from interface com.hack23.cia.service.impl.admin.agent.sweden.api.AgentSupportService
getParliamentYearsData, reportOperationStatus, updateChartList
 

Method Detail

addBallotInformation

BallotData addBallotInformation(Long ballotId,
                                List<VoteData> list)
Adds the ballot information.

Parameters:
ballotId - the ballot id
list - the list
Returns:
the ballot data

generateBallotCharts

void generateBallotCharts(Long ballotId)
Generate ballot charts.

Parameters:
ballotId - the ballot id

getAllBallots

List<BallotData> getAllBallots(ParliamentYearData parliamentYearData)
Gets the all ballots.

Parameters:
parliamentYearData - the parliament year data
Returns:
the all ballots

getAllCompletedBallotar

List<BallotData> getAllCompletedBallotar(ParliamentYearData parliamentYearData)
Gets the all completed ballotar.

Parameters:
parliamentYearData - the parliament year data
Returns:
the all completed ballotar

getAllCreatedBallotar

List<BallotData> getAllCreatedBallotar(ParliamentYearData parliamentYearData)
Gets the all created ballotar.

Parameters:
parliamentYearData - the parliament year data
Returns:
the all created ballotar


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