Uses of Class
com.hack23.cia.model.sweden.impl.Ballot

Packages that use Ballot
com.hack23.cia.model.application.impl.common Common application entity model. 
com.hack23.cia.model.sweden.impl The entity model related to Swedish parliament members votes. 
com.hack23.cia.service.api.common Service API common request/response objects. 
com.hack23.cia.service.impl.admin Admin service implementations. 
com.hack23.cia.service.impl.admin.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.admin.agent.sweden.impl Swedish Parliament data agent implementations. 
com.hack23.cia.service.impl.common Common service implementations. 
com.hack23.cia.service.impl.commondao.api   
com.hack23.cia.service.impl.commondao.impl   
com.hack23.cia.web.views.form.admin Admin Forms for objects in the model. 
 

Uses of Ballot in com.hack23.cia.model.application.impl.common
 

Methods in com.hack23.cia.model.application.impl.common with parameters of type Ballot
static String ParliamentChart.getFileName(ParliamentChart chart, Ballot ballot, Language language)
          Gets the file name.
 

Uses of Ballot in com.hack23.cia.model.sweden.impl
 

Methods in com.hack23.cia.model.sweden.impl that return Ballot
 Ballot Vote.getBallot()
          Gets the ballot.
 

Methods in com.hack23.cia.model.sweden.impl that return types with arguments of type Ballot
 List<Ballot> CommitteeReport.getBallots()
          Gets the ballots.
 

Methods in com.hack23.cia.model.sweden.impl with parameters of type Ballot
 void Vote.setBallot(Ballot ballot)
          Sets the ballot.
 

Method parameters in com.hack23.cia.model.sweden.impl with type arguments of type Ballot
 void CommitteeReport.setBallots(List<Ballot> ballots)
          Sets the ballots.
 

Uses of Ballot in com.hack23.cia.service.api.common
 

Methods in com.hack23.cia.service.api.common that return Ballot
 Ballot ParliamentService.loadBallot(Long id)
          Load ballot.
 Ballot ParliamentService.loadBallotById(Long ballotId)
          Load ballot by id.
 

Methods in com.hack23.cia.service.api.common that return types with arguments of type Ballot
 List<Ballot> ParliamentService.getBallots()
          Gets the ballots.
 

Methods in com.hack23.cia.service.api.common with parameters of type Ballot
 List<ImageContent> ChartService.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> allPoliticalParties, Language language)
          Generate ballot charts.
 ImageContent ParliamentService.getGraph(ParliamentChart summary, Ballot ballot, Language language)
          Gets the graph.
 

Method parameters in com.hack23.cia.service.api.common with type arguments of type Ballot
 List<ImageContent> ChartService.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
          Generate committee report charts.
 List<ImageContent> ChartService.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
          Generate parliament charts.
 List<ImageContent> ChartService.generateParliamentMemberCharts(Agency agency, List<Ballot> allBallots, ParliamentMember parliamentMember, List<PoliticalParty> allPoliticalParties, Language language)
          Generate parliament member charts.
 List<ImageContent> ChartService.generatePoliticalPartyCharts(Agency agency, List<Ballot> allBallots, PoliticalParty politicalParty, Language language)
          Generate political party charts.
 

Uses of Ballot in com.hack23.cia.service.impl.admin
 

Methods in com.hack23.cia.service.impl.admin that return types with arguments of type Ballot
 List<Ballot> AgentSupportServiceImpl.getAllBallots()
           
 List<Ballot> AgentSupportServiceImpl.getAllCompletedBallotar()
           
 List<Ballot> AgentSupportServiceImpl.getAllCreatedBallotar()
           
 

Method parameters in com.hack23.cia.service.impl.admin with type arguments of type Ballot
 void AgentSupportServiceImpl.addCommitteeReportInformation(Long id, Date decidedDateIfAny, List<Ballot> findVotedballot)
           
 

Uses of Ballot in com.hack23.cia.service.impl.admin.agent.sweden.api
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return types with arguments of type Ballot
 List<Ballot> BallotAgent.findBallots(CommitteeReport commiteeReport)
          Find ballots.
 List<Ballot> AgentSupportService.getAllBallots()
          Gets the all ballots.
 List<Ballot> AgentSupportService.getAllCompletedBallotar()
          Gets the all completed ballotar.
 List<Ballot> AgentSupportService.getAllCreatedBallotar()
          Gets the all created ballotar.
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.api with parameters of type Ballot
 List<Vote> BallotAgent.getVoteResult(Ballot ballot)
          Gets the vote result.
 

Method parameters in com.hack23.cia.service.impl.admin.agent.sweden.api with type arguments of type Ballot
 void AgentSupportService.addCommitteeReportInformation(Long id, Date decidedDateIfAny, List<Ballot> findVotedballots)
          Adds the committee report information.
 

Uses of Ballot in com.hack23.cia.service.impl.admin.agent.sweden.impl
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl that return types with arguments of type Ballot
 List<Ballot> BallotAgentImpl.findBallots(CommitteeReport commiteeReport)
           
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl with parameters of type Ballot
 List<Vote> BallotAgentImpl.getVoteResult(Ballot ballot)
           
 

Uses of Ballot in com.hack23.cia.service.impl.common
 

Methods in com.hack23.cia.service.impl.common that return Ballot
 Ballot ParliamentServiceImpl.loadBallot(Long id)
           
 Ballot ParliamentServiceImpl.loadBallotById(Long ballotId)
           
 

Methods in com.hack23.cia.service.impl.common that return types with arguments of type Ballot
 List<Ballot> ParliamentServiceImpl.getBallots()
           
 

Methods in com.hack23.cia.service.impl.common with parameters of type Ballot
 List<ImageContent> CommitteeReportChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentMemberChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> BallotChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> CommitteeChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> PoliticalPartyChartServiceImpl.generateBallotCharts(Agency agency, Ballot ballot, List<PoliticalParty> politicalParties, Language language)
           
 ImageContent ParliamentServiceImpl.getGraph(ParliamentChart chart, Ballot ballot, Language language)
           
 

Method parameters in com.hack23.cia.service.impl.common with type arguments of type Ballot
 List<ImageContent> CommitteeReportChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> ParliamentMemberChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> BallotChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> ChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> CommitteeChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> ParliamentChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> PoliticalPartyChartServiceImpl.generateCommitteeReportCharts(Agency agency, List<Ballot> allBallots, List<PoliticalParty> allPoliticalParties, Language language)
           
 List<ImageContent> CommitteeReportChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentMemberChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> BallotChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> CommitteeChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> PoliticalPartyChartServiceImpl.generateParliamentCharts(Agency agency, List<Ballot> ballots, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> CommitteeReportChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentMemberChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> BallotChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> CommitteeChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> ParliamentChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> PoliticalPartyChartServiceImpl.generateParliamentMemberCharts(Agency agency, List<Ballot> ballots, ParliamentMember parliamentMember, List<PoliticalParty> politicalParties, Language language)
           
 List<ImageContent> CommitteeReportChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> ParliamentMemberChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> BallotChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> ChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> CommitteeChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> ParliamentChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 List<ImageContent> PoliticalPartyChartServiceImpl.generatePoliticalPartyCharts(Agency agency, List<Ballot> ballots, PoliticalParty politicalParty, Language language)
           
 

Uses of Ballot in com.hack23.cia.service.impl.commondao.api
 

Methods in com.hack23.cia.service.impl.commondao.api that return Ballot
 Ballot BallotDAO.getLast()
          Gets the last.
 

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type Ballot
 List<Ballot> BallotDAO.getAllCompleted()
          Gets the all completed.
 List<Ballot> BallotDAO.getAllCreated()
          Gets the all created.
 List<Ballot> BallotDAO.getAllOrderedByWeek()
          Gets the all ordered by week.
 

Uses of Ballot in com.hack23.cia.service.impl.commondao.impl
 

Methods in com.hack23.cia.service.impl.commondao.impl that return Ballot
 Ballot BallotDAOImpl.getLast()
           
 

Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type Ballot
 List<Ballot> BallotDAOImpl.getAllCompleted()
           
 List<Ballot> BallotDAOImpl.getAllCreated()
           
 List<Ballot> BallotDAOImpl.getAllOrderedByWeek()
           
 

Uses of Ballot in com.hack23.cia.web.views.form.admin
 

Constructors in com.hack23.cia.web.views.form.admin with parameters of type Ballot
BallotForm(UserSessionDTO userSessionDTO, Ballot ballot)
          Instantiates a new ballot form.
 



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