|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommitteeReport | |
---|---|
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.application | Service API application request/response objects.... |
com.hack23.cia.service.api.common | Service API common request/response objects. |
com.hack23.cia.service.api.user | Service API user 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.viewfactory.api.application | Application viewfactory api, contains application ModelAndView implementations. |
com.hack23.cia.web.viewfactory.api.user | User viewfactory api, contains user ModelAndView implementations. |
com.hack23.cia.web.views.form.admin | Admin Forms for objects in the model. |
Uses of CommitteeReport in com.hack23.cia.model.application.impl.common |
---|
Methods in com.hack23.cia.model.application.impl.common with parameters of type CommitteeReport | |
---|---|
static String |
ParliamentChart.getFileName(ParliamentChart chart,
CommitteeReport committeeReport,
Language language)
Gets the file name. |
Uses of CommitteeReport in com.hack23.cia.model.sweden.impl |
---|
Methods in com.hack23.cia.model.sweden.impl that return CommitteeReport | |
---|---|
CommitteeReport |
Ballot.getCommiteeReport()
Gets the commitee report. |
Methods in com.hack23.cia.model.sweden.impl that return types with arguments of type CommitteeReport | |
---|---|
Set<CommitteeReport> |
ParliamentYear.getCommitteeReports()
Gets the committee reports. |
Set<CommitteeReport> |
Committee.getCommitteeReports()
Gets the committee reports. |
Methods in com.hack23.cia.model.sweden.impl with parameters of type CommitteeReport | |
---|---|
void |
Ballot.setCommiteeReport(CommitteeReport commiteeReport)
Sets the commitee report. |
Method parameters in com.hack23.cia.model.sweden.impl with type arguments of type CommitteeReport | |
---|---|
void |
ParliamentYear.setCommitteeReports(Set<CommitteeReport> committeeReports)
Sets the committee reports. |
void |
Committee.setCommitteeReports(Set<CommitteeReport> committeeReports)
Sets the committee reports. |
Uses of CommitteeReport in com.hack23.cia.service.api.application |
---|
Methods in com.hack23.cia.service.api.application that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
ApplicationResponse.getLastDecidedCommiteeReports()
Gets the last decided commitee reports. |
Constructor parameters in com.hack23.cia.service.api.application with type arguments of type CommitteeReport | |
---|---|
ApplicationResponse(UserSessionDTO userSessionDTO,
Agency agency,
List<CommitteeReport> lastDecidedCommiteeReports,
List<PoliticalParty> politicalParties)
Instantiates a new application response. |
Uses of CommitteeReport in com.hack23.cia.service.api.common |
---|
Methods in com.hack23.cia.service.api.common that return CommitteeReport | |
---|---|
CommitteeReport |
ParliamentService.loadCommitteeReport(Long id)
Load committee report. |
CommitteeReport |
ParliamentService.loadCommitteeReportById(Long committeeReportId)
Load committee report by id. |
Methods in com.hack23.cia.service.api.common that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
ParliamentService.getAllCommiteeReports()
Gets the all commitee reports. |
List<CommitteeReport> |
ParliamentService.getCommitteeReports()
Gets the committee reports. |
List<CommitteeReport> |
ParliamentService.getLastDecidedCommiteeReports()
Gets the last decided commitee reports. |
Methods in com.hack23.cia.service.api.common with parameters of type CommitteeReport | |
---|---|
ImageContent |
ParliamentService.getGraph(ParliamentChart summary,
CommitteeReport committeeReport,
Language language)
Gets the graph. |
Uses of CommitteeReport in com.hack23.cia.service.api.user |
---|
Methods in com.hack23.cia.service.api.user that return CommitteeReport | |
---|---|
CommitteeReport |
CommitteeReportResponse.getCommitteeReport()
Gets the committee report. |
Methods in com.hack23.cia.service.api.user that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
CommitteeReportsResponse.getCommitteeReports()
Gets the committee reports. |
Constructors in com.hack23.cia.service.api.user with parameters of type CommitteeReport | |
---|---|
CommitteeReportResponse(UserSessionDTO userSessionDTO,
CommitteeReport committeeReport)
Instantiates a new committee report response. |
Constructor parameters in com.hack23.cia.service.api.user with type arguments of type CommitteeReport | |
---|---|
CommitteeReportsResponse(UserSessionDTO userSessionDTO,
List<CommitteeReport> committeeReports)
Instantiates a new committee reports response. |
Uses of CommitteeReport in com.hack23.cia.service.impl.admin |
---|
Methods in com.hack23.cia.service.impl.admin that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
AgentSupportServiceImpl.getAllCreatedCommitteeReports()
|
Methods in com.hack23.cia.service.impl.admin with parameters of type CommitteeReport | |
---|---|
void |
AgentSupportServiceImpl.addIfNotExist(CommitteeReport commiteeReport)
|
Uses of CommitteeReport 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 CommitteeReport | |
---|---|
List<CommitteeReport> |
AgentSupportService.getAllCreatedCommitteeReports()
Gets the all created committee reports. |
List<CommitteeReport> |
CommitteeReportAgent.getCurrentList()
Gets the current list. |
List<CommitteeReport> |
CommitteeReportAgent.getList(ParliamentYear parliamentYear)
Gets the list. |
Methods in com.hack23.cia.service.impl.admin.agent.sweden.api with parameters of type CommitteeReport | |
---|---|
void |
AgentSupportService.addIfNotExist(CommitteeReport commiteeReport)
Adds the if not exist. |
List<Ballot> |
BallotAgent.findBallots(CommitteeReport commiteeReport)
Find ballots. |
Date |
CommitteeReportAgent.getDecidedDateIfAny(CommitteeReport commiteeReport)
Gets the decided date if any. |
Uses of CommitteeReport 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 CommitteeReport | |
---|---|
List<CommitteeReport> |
CommitteeReportAgentImpl.getCurrentList()
|
List<CommitteeReport> |
CommitteeReportAgentImpl.getList(ParliamentYear parliamentYear)
|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl with parameters of type CommitteeReport | |
---|---|
List<Ballot> |
BallotAgentImpl.findBallots(CommitteeReport commiteeReport)
|
Date |
CommitteeReportAgentImpl.getDecidedDateIfAny(CommitteeReport commiteeReport)
|
Uses of CommitteeReport in com.hack23.cia.service.impl.common |
---|
Methods in com.hack23.cia.service.impl.common that return CommitteeReport | |
---|---|
CommitteeReport |
ParliamentServiceImpl.loadCommitteeReport(Long id)
|
CommitteeReport |
ParliamentServiceImpl.loadCommitteeReportById(Long committeeReportId)
|
Methods in com.hack23.cia.service.impl.common that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
ParliamentServiceImpl.getAllCommiteeReports()
|
List<CommitteeReport> |
ParliamentServiceImpl.getCommitteeReports()
|
List<CommitteeReport> |
ParliamentServiceImpl.getLastDecidedCommiteeReports()
|
Methods in com.hack23.cia.service.impl.common with parameters of type CommitteeReport | |
---|---|
ImageContent |
ParliamentServiceImpl.getGraph(ParliamentChart chart,
CommitteeReport committeeReport,
Language language)
|
Uses of CommitteeReport in com.hack23.cia.service.impl.commondao.api |
---|
Methods in com.hack23.cia.service.impl.commondao.api that return CommitteeReport | |
---|---|
CommitteeReport |
CommitteeReportDAO.findByName(String name)
Find by name. |
Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
CommitteeReportDAO.getAllCreated()
Gets the all created. |
List<CommitteeReport> |
CommitteeReportDAO.getAllLastDecided()
Gets the all last decided. |
List<CommitteeReport> |
CommitteeReportDAO.getLastDecided()
Gets the last decided. |
Uses of CommitteeReport in com.hack23.cia.service.impl.commondao.impl |
---|
Methods in com.hack23.cia.service.impl.commondao.impl that return CommitteeReport | |
---|---|
CommitteeReport |
CommitteeReportDAOImpl.findByName(String name)
|
Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
CommitteeReportDAOImpl.getAllCreated()
|
List<CommitteeReport> |
CommitteeReportDAOImpl.getAllLastDecided()
|
List<CommitteeReport> |
CommitteeReportDAOImpl.getLastDecided()
|
Uses of CommitteeReport in com.hack23.cia.web.viewfactory.api.application |
---|
Methods in com.hack23.cia.web.viewfactory.api.application that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
ApplicationModelAndView.getCommitteeReports()
Gets the committee reports. |
Constructor parameters in com.hack23.cia.web.viewfactory.api.application with type arguments of type CommitteeReport | |
---|---|
ApplicationModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
Agency agency,
List<CommitteeReport> committeeReports,
List<PoliticalParty> politicalParties)
Instantiates a new application model and view. |
Uses of CommitteeReport in com.hack23.cia.web.viewfactory.api.user |
---|
Methods in com.hack23.cia.web.viewfactory.api.user that return CommitteeReport | |
---|---|
CommitteeReport |
CommitteeReportModelAndView.getCommitteeReport()
Gets the committee report. |
Methods in com.hack23.cia.web.viewfactory.api.user that return types with arguments of type CommitteeReport | |
---|---|
List<CommitteeReport> |
CommitteeReportsModelAndView.getCommiteeReports()
Gets the commitee reports. |
Constructors in com.hack23.cia.web.viewfactory.api.user with parameters of type CommitteeReport | |
---|---|
CommitteeReportModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReport committeeReport)
Instantiates a new committee report model and view. |
Constructor parameters in com.hack23.cia.web.viewfactory.api.user with type arguments of type CommitteeReport | |
---|---|
CommitteeReportsModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReport> commiteeReports)
Instantiates a new committee reports model and view. |
Uses of CommitteeReport in com.hack23.cia.web.views.form.admin |
---|
Constructors in com.hack23.cia.web.views.form.admin with parameters of type CommitteeReport | |
---|---|
CommitteeReportForm(UserSessionDTO userSessionDTO,
CommitteeReport committeeReport)
Instantiates a new committee report form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |