|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.impl.common.BallotChartServiceImpl
public class BallotChartServiceImpl
The Class BallotChartServiceImpl.
Constructor Summary | |
---|---|
BallotChartServiceImpl()
|
Method Summary | |
---|---|
ImageContent |
createRecentActionsGraph(List actionEventHistory)
Creates the recent actions graph. |
ImageContent |
createResponseTimeGraph(List responseTimeHistory)
Creates the response time graph. |
List<ImageContent> |
generateBallotCharts(Agency agency,
Ballot ballot,
List<PoliticalParty> politicalParties,
Language language)
Generate ballot charts. |
List<ImageContent> |
generateCommitteeReportCharts(Agency agency,
List<Ballot> allBallots,
List<PoliticalParty> allPoliticalParties,
Language language)
Generate committee report charts. |
List<ImageContent> |
generateParliamentCharts(Agency agency,
List<Ballot> ballots,
List<PoliticalParty> politicalParties,
Language language)
Generate parliament charts. |
List<ImageContent> |
generateParliamentMemberCharts(Agency agency,
List<Ballot> ballots,
ParliamentMember parliamentMember,
List<PoliticalParty> politicalParties,
Language language)
Generate parliament member charts. |
List<ImageContent> |
generatePoliticalPartyCharts(Agency agency,
List<Ballot> ballots,
PoliticalParty politicalParty,
Language language)
Generate political party charts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BallotChartServiceImpl()
Method Detail |
---|
public final ImageContent createRecentActionsGraph(List actionEventHistory)
ChartService
createRecentActionsGraph
in interface ChartService
actionEventHistory
- the action event history
public final ImageContent createResponseTimeGraph(List responseTimeHistory)
ChartService
createResponseTimeGraph
in interface ChartService
responseTimeHistory
- the response time history
public final List<ImageContent> generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
ChartService
generateBallotCharts
in interface ChartService
agency
- the agencyballot
- the ballotpoliticalParties
- the all political partieslanguage
- the language
public final List<ImageContent> generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
ChartService
generateCommitteeReportCharts
in interface ChartService
agency
- the agencyallBallots
- the all ballotsallPoliticalParties
- the all political partieslanguage
- the language
public final List<ImageContent> generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
ChartService
generateParliamentCharts
in interface ChartService
agency
- the agencyballots
- the ballotspoliticalParties
- the political partieslanguage
- the language
public final List<ImageContent> generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
ChartService
generateParliamentMemberCharts
in interface ChartService
agency
- the agencyballots
- the all ballotsparliamentMember
- the parliament memberpoliticalParties
- the all political partieslanguage
- the language
public final List<ImageContent> generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
ChartService
generatePoliticalPartyCharts
in interface ChartService
agency
- the agencyballots
- the all ballotspoliticalParty
- the political partylanguage
- the language
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |