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

Packages that use CommitteeReportData
Package Description
com.hack23.cia.model.api.application.content Provides... 
com.hack23.cia.model.api.sweden.configuration Provides... 
com.hack23.cia.model.api.sweden.factory   
com.hack23.cia.model.impl.sweden.configuration Provides... 
com.hack23.cia.model.impl.sweden.content Provides... 
com.hack23.cia.model.impl.sweden.factory   
com.hack23.cia.service.api.content Provides... 
com.hack23.cia.service.api.control Provides... 
com.hack23.cia.service.impl.commondao.api Provides... 
com.hack23.cia.service.impl.commondao.impl Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.service.impl.control.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.control.agent.sweden.impl.agents Swedish Parliament data agent implementations. 
com.hack23.cia.service.impl.control.agent.sweden.impl.service Provides... 
com.hack23.cia.web.impl.ui.container.content Provides... 
com.hack23.cia.web.impl.ui.form.content Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.application Application viewfactory api, contains application ModelAndView implementations. 
com.hack23.cia.web.impl.ui.viewfactory.api.content Provides... 
 

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

Methods in com.hack23.cia.model.api.application.content with parameters of type CommitteeReportData
Modifier and Type Method and Description
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.sweden.configuration
 

Methods in com.hack23.cia.model.api.sweden.configuration that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData BallotData.getCommiteeReportData()
          Gets the commitee report data.
 CommitteeReportData ProposalData.getCommitteeReportData()
          Gets the committee report data.
 

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

Methods in com.hack23.cia.model.api.sweden.configuration with parameters of type CommitteeReportData
Modifier and Type Method and Description
 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.api.sweden.factory
 

Methods in com.hack23.cia.model.api.sweden.factory that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData SwedenModelFactory.createCommitteeReportData(String name, String shortCode, ParliamentYearData parliamentYearData)
          Creates a new SwedenModel object.
 

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

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

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

Methods in com.hack23.cia.model.impl.sweden.configuration with parameters of type CommitteeReportData
Modifier and Type Method and Description
 void Committee.addCommitteeReportData(CommitteeReportData committeeReport)
           
 

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

Classes in com.hack23.cia.model.impl.sweden.content that implement CommitteeReportData
Modifier and Type Class and Description
 class CommitteeReport
          The Class CommitteeReport.
 

Methods in com.hack23.cia.model.impl.sweden.content that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData Ballot.getCommiteeReportData()
           
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type CommitteeReportData
Modifier and Type Method and Description
 void Ballot.setCommiteeReportData(CommitteeReportData commiteeReport)
           
 

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

Methods in com.hack23.cia.model.impl.sweden.factory that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData SwedenModelFactoryImpl.createCommitteeReportData(String name, String shortCode, ParliamentYearData parliamentYearData)
           
 

Methods in com.hack23.cia.model.impl.sweden.factory that return types with arguments of type CommitteeReportData
Modifier and Type Method and Description
 Class<? extends CommitteeReportData> SwedenModelFactoryImpl.getCommitteeReportDataSpec()
           
 

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

Methods in com.hack23.cia.service.api.content that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData CommitteeReportResponse.getCommitteeReport()
          Gets the committee report.
 

Methods in com.hack23.cia.service.api.content that return types with arguments of type CommitteeReportData
Modifier and Type Method and Description
 List<CommitteeReportData> CommitteeReportsResponse.getCommitteeReports()
          Gets the committee reports.
 

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

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

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

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

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

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

Methods in com.hack23.cia.service.impl.commondao.api that return CommitteeReportData
Modifier and Type Method and Description
 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
Modifier and Type Method and Description
 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
Modifier and Type Method and Description
 CommitteeReportData CommitteeReportDAOImpl.findByName(String name)
           
 

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

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

Methods in com.hack23.cia.service.impl.content that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData ParliamentContentService.loadCommitteeReportById(Long committeeReportId)
          Load committee report by id.
 CommitteeReportData ParliamentContentServiceImpl.loadCommitteeReportById(Long committeeReportId)
          Load committee report by id.
 

Methods in com.hack23.cia.service.impl.content that return types with arguments of type CommitteeReportData
Modifier and Type Method and Description
 List<CommitteeReportData> ParliamentContentService.getAllCommiteeReports()
          Gets the all commitee reports.
 List<CommitteeReportData> ParliamentContentServiceImpl.getAllCommiteeReports()
           
 List<CommitteeReportData> ParliamentContentService.getLastDecidedCommiteeReports()
          Gets the last decided commitee reports.
 List<CommitteeReportData> ParliamentContentServiceImpl.getLastDecidedCommiteeReports()
           
 

Methods in com.hack23.cia.service.impl.content with parameters of type CommitteeReportData
Modifier and Type Method and Description
 BinaryContent ParliamentContentService.getGraph(ParliamentChart summary, CommitteeReportData committeeReport, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, CommitteeReportData committeeReport, LanguageData language)
           
 

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

Methods in com.hack23.cia.service.impl.control.agent.sweden.api that return types with arguments of type CommitteeReportData
Modifier and Type Method and Description
 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.control.agent.sweden.api with parameters of type CommitteeReportData
Modifier and Type Method and Description
 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.control.agent.sweden.impl.agents
 

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

Methods in com.hack23.cia.service.impl.control.agent.sweden.impl.agents with parameters of type CommitteeReportData
Modifier and Type Method and Description
 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.control.agent.sweden.impl.service
 

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

Methods in com.hack23.cia.service.impl.control.agent.sweden.impl.service with parameters of type CommitteeReportData
Modifier and Type Method and Description
 void CommitteeReportAgentSupportServiceImpl.addIfNotExist(CommitteeReportData commiteeReport)
          Adds the if not exist.
 

Uses of CommitteeReportData in com.hack23.cia.web.impl.ui.container.content
 

Methods in com.hack23.cia.web.impl.ui.container.content that return types with arguments of type CommitteeReportData
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<CommitteeReportData> HierarchicalContentContainer.getCommitteeReportLoaderService()
          Gets the committee report loader service.
 

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

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

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
Modifier and Type Method and Description
 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
Constructor and Description
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.content
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.content that return CommitteeReportData
Modifier and Type Method and Description
 CommitteeReportData CommitteeReportModelAndView.getCommitteeReport()
          Gets the committee report.
 

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

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

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



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