Uses of Interface
com.hack23.cia.model.api.sweden.CommitteeReportData

Packages that use CommitteeReportData
com.hack23.cia.model.api.application Application interfaces for objects in the model. 
com.hack23.cia.model.api.dto.sweden   
com.hack23.cia.model.api.sweden Parliament interfaces for objects in the model. 
com.hack23.cia.model.impl.dto.sweden   
com.hack23.cia.model.impl.sweden The entity model related to Swedish parliament members votes. 
com.hack23.cia.service.api.application Service API application request/response objects.... 
com.hack23.cia.service.api.user Service API user request/response objects. 
com.hack23.cia.service.impl.admin.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.admin.agent.sweden.impl.agents Swedish Parliament data agent implementations. 
com.hack23.cia.service.impl.admin.agent.sweden.impl.service   
com.hack23.cia.service.impl.admin.chartservice.api   
com.hack23.cia.service.impl.admin.chartservice.impl   
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.impl.ui.form.admin.parliament Admin Forms for objects in the model. 
com.hack23.cia.web.impl.ui.navigationview.admin.parliament Admin navigation views. 
com.hack23.cia.web.impl.ui.viewfactory.api.application Application viewfactory api, contains application ModelAndView implementations. 
com.hack23.cia.web.impl.ui.viewfactory.api.user User viewfactory api, contains user ModelAndView implementations. 
 

Uses of CommitteeReportData in com.hack23.cia.model.api.application
 

Methods in com.hack23.cia.model.api.application with parameters of type CommitteeReportData
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, CommitteeReportData committeeReport, LanguageData language)
          Gets the file name.
 

Uses of CommitteeReportData in com.hack23.cia.model.api.dto.sweden
 

Methods in com.hack23.cia.model.api.dto.sweden that return CommitteeReportData
 CommitteeReportData SwedenModelFactory.createCommitteeReportData(String name, String shortCode, ParliamentYearData parliamentYearData)
          Creates a new SwedenModel object.
 

Methods in com.hack23.cia.model.api.dto.sweden that return types with arguments of type CommitteeReportData
 Class<? extends CommitteeReportData> SwedenModelFactory.getCommitteeReportDataSpec()
          Gets the committee report data spec.
 

Uses of CommitteeReportData in com.hack23.cia.model.api.sweden
 

Methods in com.hack23.cia.model.api.sweden that return CommitteeReportData
 CommitteeReportData BallotData.getCommiteeReportData()
          Gets the commitee report data.
 

Methods in com.hack23.cia.model.api.sweden that return types with arguments of type CommitteeReportData
 Set<CommitteeReportData> CommitteeData.getCommitteeReportsData()
          Gets the committee reports data.
 

Methods in com.hack23.cia.model.api.sweden with parameters of type CommitteeReportData
 void CommitteeData.addCommitteeReportData(CommitteeReportData committeeReport)
          Adds the committee report data.
 void BallotData.setCommiteeReportData(CommitteeReportData commiteeReport)
          Sets the commitee report data.
 

Uses of CommitteeReportData in com.hack23.cia.model.impl.dto.sweden
 

Methods in com.hack23.cia.model.impl.dto.sweden that return CommitteeReportData
 CommitteeReportData SwedenModelFactoryImpl.createCommitteeReportData(String name, String shortCode, ParliamentYearData parliamentYearData)
           
 

Methods in com.hack23.cia.model.impl.dto.sweden that return types with arguments of type CommitteeReportData
 Class<? extends CommitteeReportData> SwedenModelFactoryImpl.getCommitteeReportDataSpec()
           
 

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

Classes in com.hack23.cia.model.impl.sweden that implement CommitteeReportData
 class CommitteeReport
          The Class CommitteeReport.
 

Methods in com.hack23.cia.model.impl.sweden that return CommitteeReportData
 CommitteeReportData Ballot.getCommiteeReportData()
           
 

Methods in com.hack23.cia.model.impl.sweden that return types with arguments of type CommitteeReportData
 Set<CommitteeReportData> Committee.getCommitteeReportsData()
           
 

Methods in com.hack23.cia.model.impl.sweden with parameters of type CommitteeReportData
 void Committee.addCommitteeReportData(CommitteeReportData committeeReport)
           
 void Ballot.setCommiteeReportData(CommitteeReportData commiteeReport)
           
 

Uses of CommitteeReportData in com.hack23.cia.service.api.application
 

Methods in com.hack23.cia.service.api.application that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> ApplicationResponse.getLastDecidedCommiteeReports()
          Gets the last decided commitee reports.
 

Constructor parameters in com.hack23.cia.service.api.application with type arguments of type CommitteeReportData
ApplicationResponse(UserSessionDto userSessionDTO, AgencyData agencyData, List<CommitteeReportData> lastDecidedCommiteeReports, List<PoliticalPartyData> politicalParties)
          Instantiates a new application response.
 

Uses of CommitteeReportData in com.hack23.cia.service.api.user
 

Methods in com.hack23.cia.service.api.user that return CommitteeReportData
 CommitteeReportData CommitteeReportResponse.getCommitteeReport()
          Gets the committee report.
 

Methods in com.hack23.cia.service.api.user that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportsResponse.getCommitteeReports()
          Gets the committee reports.
 

Constructors in com.hack23.cia.service.api.user with parameters of type CommitteeReportData
CommitteeReportResponse(UserSessionDto userSessionDTO, CommitteeReportData committeeReport)
          Instantiates a new committee report response.
 

Constructor parameters in com.hack23.cia.service.api.user with type arguments of type CommitteeReportData
CommitteeReportsResponse(UserSessionDto userSessionDTO, List<CommitteeReportData> list)
          Instantiates a new committee reports response.
 

Uses of CommitteeReportData 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 CommitteeReportData
 List<CommitteeReportData> CommitteeReportAgentSupportService.getAllCreatedCommitteeReports(ParliamentYearData parliamentYearData)
          Gets the all created committee reports.
 List<CommitteeReportData> CommitteeReportAgent.getList(ParliamentYearData parliamentYear, List<CommitteeData> committees)
          Gets the list.
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.api with parameters of type CommitteeReportData
 void CommitteeReportAgentSupportService.addIfNotExist(CommitteeReportData commiteeReport)
          Adds the if not exist.
 List<BallotData> BallotAgent.findBallots(CommitteeReportData commiteeReport)
          Find ballots.
 Date CommitteeReportAgent.getDecidedDateIfAny(CommitteeReportData commiteeReport)
          Gets the decided date if any.
 

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

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.agents that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportAgentImpl.getList(ParliamentYearData parliamentYear, List<CommitteeData> committees)
           
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.agents with parameters of type CommitteeReportData
 List<BallotData> BallotAgentImpl.findBallots(CommitteeReportData commiteeReport)
          Find ballots.
 Date CommitteeReportAgentImpl.getDecidedDateIfAny(CommitteeReportData commiteeReport)
          Gets the decided date if any.
 

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

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.service that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportAgentSupportServiceImpl.getAllCreatedCommitteeReports(ParliamentYearData parliamentYearData)
          Gets the all created committee reports.
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.service with parameters of type CommitteeReportData
 void CommitteeReportAgentSupportServiceImpl.addIfNotExist(CommitteeReportData commiteeReport)
          Adds the if not exist.
 

Uses of CommitteeReportData in com.hack23.cia.service.impl.admin.chartservice.api
 

Methods in com.hack23.cia.service.impl.admin.chartservice.api with parameters of type CommitteeReportData
 List<BinaryContent> CommitteeReportChartService.generateCommitteeReportCharts(AgencyData agency, CommitteeReportData committeeReport, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate committee report charts.
 

Uses of CommitteeReportData in com.hack23.cia.service.impl.admin.chartservice.impl
 

Methods in com.hack23.cia.service.impl.admin.chartservice.impl with parameters of type CommitteeReportData
 List<BinaryContent> CommitteeReportChartServiceImpl.generateCommitteeReportCharts(AgencyData agency, CommitteeReportData committeeReport, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
           
 

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

Methods in com.hack23.cia.service.impl.common that return CommitteeReportData
 CommitteeReportData ParliamentService.loadCommitteeReportById(Long committeeReportId)
          Load committee report by id.
 CommitteeReportData ParliamentServiceImpl.loadCommitteeReportById(Long committeeReportId)
          Load committee report by id.
 

Methods in com.hack23.cia.service.impl.common that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> ParliamentService.getAllCommiteeReports()
          Gets the all commitee reports.
 List<CommitteeReportData> ParliamentServiceImpl.getAllCommiteeReports()
           
 List<CommitteeReportData> ParliamentService.getLastDecidedCommiteeReports()
          Gets the last decided commitee reports.
 List<CommitteeReportData> ParliamentServiceImpl.getLastDecidedCommiteeReports()
           
 

Methods in com.hack23.cia.service.impl.common with parameters of type CommitteeReportData
 BinaryContent ParliamentService.getGraph(ParliamentChart summary, CommitteeReportData committeeReport, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, CommitteeReportData committeeReport, LanguageData language)
           
 

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

Methods in com.hack23.cia.service.impl.commondao.api that return CommitteeReportData
 CommitteeReportData CommitteeReportDAO.findByName(String name)
          Find by name.
 

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportDAO.getAllCreated(ParliamentYearData parliamentYearData)
          Gets the all created.
 List<CommitteeReportData> CommitteeReportDAO.getAllLastDecided()
          Gets the all last decided.
 List<CommitteeReportData> CommitteeReportDAO.getLastDecided()
          Gets the last decided.
 

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

Methods in com.hack23.cia.service.impl.commondao.impl that return CommitteeReportData
 CommitteeReportData CommitteeReportDAOImpl.findByName(String name)
           
 

Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportDAOImpl.getAllCreated(ParliamentYearData parliamentYearData)
           
 List<CommitteeReportData> CommitteeReportDAOImpl.getAllLastDecided()
           
 List<CommitteeReportData> CommitteeReportDAOImpl.getLastDecided()
           
 

Uses of CommitteeReportData in com.hack23.cia.web.impl.ui.form.admin.parliament
 

Constructors in com.hack23.cia.web.impl.ui.form.admin.parliament with parameters of type CommitteeReportData
CommitteeReportForm(UserSessionDto userSessionDTO, CommitteeReportData committeeReport)
          Instantiates a new committee report form.
 

Uses of CommitteeReportData in com.hack23.cia.web.impl.ui.navigationview.admin.parliament
 

Methods in com.hack23.cia.web.impl.ui.navigationview.admin.parliament that return types with arguments of type CommitteeReportData
protected  GenericUserInterfaceLoaderService<CommitteeReportData> AbstractParliamentNavigationView.getCommitteeReportLoaderService()
          Gets the committee report loader service.
 

Uses of CommitteeReportData in com.hack23.cia.web.impl.ui.viewfactory.api.application
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.application that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> ApplicationModelAndView.getCommitteeReports()
          Gets the committee reports.
 

Constructor parameters in com.hack23.cia.web.impl.ui.viewfactory.api.application with type arguments of type CommitteeReportData
ApplicationModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification, AgencyData agencyData, List<CommitteeReportData> list, List<PoliticalPartyData> list2)
          Instantiates a new application model and view.
 

Uses of CommitteeReportData in com.hack23.cia.web.impl.ui.viewfactory.api.user
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.user that return CommitteeReportData
 CommitteeReportData CommitteeReportModelAndView.getCommitteeReport()
          Gets the committee report.
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.user that return types with arguments of type CommitteeReportData
 List<CommitteeReportData> CommitteeReportsModelAndView.getCommiteeReports()
          Gets the commitee reports.
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.user with parameters of type CommitteeReportData
CommitteeReportModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification, CommitteeReportData committeeReportDto)
          Instantiates a new committee report model and view.
 

Constructor parameters in com.hack23.cia.web.impl.ui.viewfactory.api.user with type arguments of type CommitteeReportData
CommitteeReportsModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReportData> list)
          Instantiates a new committee reports model and view.
 



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