|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommitteeReportData in com.hack23.cia.model.api.application.content |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
BallotData.getCommiteeReportData()
Gets the commitee report data. |
CommitteeReportData |
ProposalData.getCommitteeReportData()
Gets the committee report data. |
Modifier and Type | Method and Description |
---|---|
Set<CommitteeReportData> |
CommitteeData.getCommitteeReportsData()
Gets the committee reports data. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
SwedenModelFactory.createCommitteeReportData(String name,
String shortCode,
ParliamentYearData parliamentYearData)
Creates a new SwedenModel object. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
Set<CommitteeReportData> |
Committee.getCommitteeReportsData()
|
Modifier and Type | Method and Description |
---|---|
void |
Committee.addCommitteeReportData(CommitteeReportData committeeReport)
|
Uses of CommitteeReportData in com.hack23.cia.model.impl.sweden.content |
---|
Modifier and Type | Class and Description |
---|---|
class |
CommitteeReport
The Class CommitteeReport. |
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
Ballot.getCommiteeReportData()
|
Modifier and Type | Method and Description |
---|---|
void |
Ballot.setCommiteeReportData(CommitteeReportData commiteeReport)
|
Uses of CommitteeReportData in com.hack23.cia.model.impl.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
SwedenModelFactoryImpl.createCommitteeReportData(String name,
String shortCode,
ParliamentYearData parliamentYearData)
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CommitteeReportData> |
SwedenModelFactoryImpl.getCommitteeReportDataSpec()
|
Uses of CommitteeReportData in com.hack23.cia.service.api.content |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
CommitteeReportResponse.getCommitteeReport()
Gets the committee report. |
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportsResponse.getCommitteeReports()
Gets the committee reports. |
Constructor and Description |
---|
CommitteeReportResponse(UserSessionDto userSessionDTO,
CommitteeReportData committeeReport)
Instantiates a new committee report response. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
ApplicationResponse.getLastDecidedCommiteeReports()
Gets the last decided commitee reports. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
CommitteeReportDAO.findByName(String name)
Find by name. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
CommitteeReportDAOImpl.findByName(String name)
|
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 |
---|
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. |
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()
|
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 |
---|
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. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportAgentImpl.getList(ParliamentYearData parliamentYear,
List<CommitteeData> committees)
|
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 |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportAgentSupportServiceImpl.getAllCreatedCommitteeReports(ParliamentYearData parliamentYearData)
Gets the all created committee reports. |
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 |
---|
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
ApplicationModelAndView.getCommitteeReports()
Gets the committee reports. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeReportData |
CommitteeReportModelAndView.getCommitteeReport()
Gets the committee report. |
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportsModelAndView.getCommiteeReports()
Gets the commitee reports. |
Constructor and Description |
---|
CommitteeReportModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReportData committeeReportDto)
Instantiates a new committee report model and view. |
Constructor and Description |
---|
CommitteeReportsModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReportData> list)
Instantiates a new committee reports model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |