|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.service.impl.common.ChartServiceImpl
public class ChartServiceImpl
The Class ChartServiceImpl.
| Constructor Summary | |
|---|---|
ChartServiceImpl()
|
|
| 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 ChartServiceImpl()
| Method Detail |
|---|
public final ImageContent createRecentActionsGraph(List actionEventHistory)
ChartService
createRecentActionsGraph in interface ChartServiceactionEventHistory - the action event history
public final ImageContent createResponseTimeGraph(List responseTimeHistory)
ChartService
createResponseTimeGraph in interface ChartServiceresponseTimeHistory - the response time history
public final List<ImageContent> generateBallotCharts(Agency agency,
Ballot ballot,
List<PoliticalParty> politicalParties,
Language language)
ChartService
generateBallotCharts in interface ChartServiceagency - 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 ChartServiceagency - 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 ChartServiceagency - 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 ChartServiceagency - 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 ChartServiceagency - 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 | |||||||||