|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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 types with arguments of type CommitteeReportData | |
---|---|
Set<CommitteeReportData> |
CommitteeData.getCommitteeReportsData()
Gets the committee reports data. |
Methods in com.hack23.cia.model.api.sweden.configuration with parameters of type CommitteeReportData | |
---|---|
void |
CommitteeData.addCommitteeReportData(CommitteeReportData committeeReport)
Adds the committee report data. |
Uses of CommitteeReportData in com.hack23.cia.model.api.sweden.content |
---|
Methods in com.hack23.cia.model.api.sweden.content that return CommitteeReportData | |
---|---|
CommitteeReportData |
BallotData.getCommiteeReportData()
Gets the commitee report data. |
Methods in com.hack23.cia.model.api.sweden.content with parameters of type CommitteeReportData | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
Set<CommitteeReportData> |
Committee.getCommitteeReportsData()
|
Methods in com.hack23.cia.model.impl.sweden.configuration with parameters of type CommitteeReportData | |
---|---|
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 | |
---|---|
class |
CommitteeReport
The Class CommitteeReport. |
Methods in com.hack23.cia.model.impl.sweden.content that return CommitteeReportData | |
---|---|
CommitteeReportData |
Ballot.getCommiteeReportData()
|
Methods in com.hack23.cia.model.impl.sweden.content with parameters of type CommitteeReportData | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
CommitteeReportData |
CommitteeReportResponse.getCommitteeReport()
Gets the committee report. |
Methods in com.hack23.cia.service.api.content that return types with arguments of type CommitteeReportData | |
---|---|
List<CommitteeReportData> |
CommitteeReportsResponse.getCommitteeReports()
Gets the committee reports. |
Constructors in com.hack23.cia.service.api.content with parameters of type CommitteeReportData | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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.service.impl.content |
---|
Methods in com.hack23.cia.service.impl.content that return CommitteeReportData | |
---|---|
CommitteeReportData |
ParliamentContentServiceImpl.loadCommitteeReportById(Long committeeReportId)
Load committee report by id. |
CommitteeReportData |
ParliamentContentService.loadCommitteeReportById(Long committeeReportId)
Load committee report by id. |
Methods in com.hack23.cia.service.impl.content that return types with arguments of type CommitteeReportData | |
---|---|
List<CommitteeReportData> |
ParliamentContentServiceImpl.getAllCommiteeReports()
|
List<CommitteeReportData> |
ParliamentContentService.getAllCommiteeReports()
Gets the all commitee reports. |
List<CommitteeReportData> |
ParliamentContentServiceImpl.getLastDecidedCommiteeReports()
|
List<CommitteeReportData> |
ParliamentContentService.getLastDecidedCommiteeReports()
Gets the last decided commitee reports. |
Methods in com.hack23.cia.service.impl.content with parameters of type CommitteeReportData | |
---|---|
BinaryContent |
ParliamentContentServiceImpl.getGraph(ParliamentChart chart,
CommitteeReportData committeeReport,
LanguageData language)
|
BinaryContent |
ParliamentContentService.getGraph(ParliamentChart summary,
CommitteeReportData committeeReport,
LanguageData language)
Gets the graph. |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
CommitteeReportAgentSupportServiceImpl.addIfNotExist(CommitteeReportData commiteeReport)
Adds the if not exist. |
Uses of CommitteeReportData in com.hack23.cia.service.impl.control.chartservice.api |
---|
Methods in com.hack23.cia.service.impl.control.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.control.chartservice.impl |
---|
Methods in com.hack23.cia.service.impl.control.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.web.impl.ui.container.content |
---|
Methods in com.hack23.cia.web.impl.ui.container.content that return types with arguments of type CommitteeReportData | |
---|---|
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 | |
---|---|
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 | |
---|---|
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.content |
---|
Methods in com.hack23.cia.web.impl.ui.viewfactory.api.content that return CommitteeReportData | |
---|---|
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 | |
---|---|
List<CommitteeReportData> |
CommitteeReportsModelAndView.getCommiteeReports()
Gets the commitee reports. |
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.content with parameters of type CommitteeReportData | |
---|---|
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 | |
---|---|
CommitteeReportsModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReportData> list)
Instantiates a new committee reports model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |