com.hack23.cia.service.impl.admin.chartservice.api
Interface CommitteeChartService

Package class diagram package CommitteeChartService
All Superinterfaces:
AbstractChartService
All Known Implementing Classes:
CommitteeChartServiceImpl

public interface CommitteeChartService
extends AbstractChartService

The Interface CommitteeChartService.


Method Summary
 List<BinaryContent> generateCommitteeCharts(AgencyData agency, CommitteeData committee, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate committee charts.
 

Method Detail

generateCommitteeCharts

List<BinaryContent> generateCommitteeCharts(AgencyData agency,
                                            CommitteeData committee,
                                            List<BallotData> allBallots,
                                            List<PoliticalPartyData> allPoliticalParties,
                                            LanguageData language)
Generate committee charts.

Parameters:
agency - the agency
committee - the committee
allBallots - the all ballots
allPoliticalParties - the all political parties
language - the language
Returns:
the list< binary content>


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