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

Package class diagram package CommitteeReportChartService
All Superinterfaces:
AbstractChartService
All Known Implementing Classes:
CommitteeReportChartServiceImpl

public interface CommitteeReportChartService
extends AbstractChartService

The Interface CommitteeReportChartService.


Method Summary
 List<BinaryContent> generateCommitteeReportCharts(AgencyData agency, CommitteeReportData committeeReport, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate committee report charts.
 

Method Detail

generateCommitteeReportCharts

List<BinaryContent> generateCommitteeReportCharts(AgencyData agency,
                                                  CommitteeReportData committeeReport,
                                                  List<BallotData> allBallots,
                                                  List<PoliticalPartyData> allPoliticalParties,
                                                  LanguageData language)
Generate committee report charts.

Parameters:
agency - the agency
committeeReport - the committee report
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.