com.hack23.cia.service.impl.admin.chartservice.api
Interface CommitteeReportChartService
- All Superinterfaces:
- AbstractChartService
- All Known Implementing Classes:
- CommitteeReportChartServiceImpl
public interface CommitteeReportChartService
- extends AbstractChartService
The Interface CommitteeReportChartService.
generateCommitteeReportCharts
List<BinaryContent> generateCommitteeReportCharts(AgencyData agency,
CommitteeReportData committeeReport,
List<BallotData> allBallots,
List<PoliticalPartyData> allPoliticalParties,
LanguageData language)
- Generate committee report charts.
- Parameters:
agency
- the agencycommitteeReport
- the committee reportallBallots
- the all ballotsallPoliticalParties
- the all political partieslanguage
- the language
- Returns:
- the list< binary content>
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.