|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommitteeReportDto | |
---|---|
com.hack23.cia.model.api.dto.sweden | |
com.hack23.cia.model.impl.dto.sweden | |
com.hack23.cia.service.api.user | Service API user request/response objects. |
com.hack23.cia.web.impl.ui.viewfactory.api.user | User viewfactory api, contains user ModelAndView implementations. |
Uses of CommitteeReportDto in com.hack23.cia.model.api.dto.sweden |
---|
Methods in com.hack23.cia.model.api.dto.sweden that return CommitteeReportDto | |
---|---|
CommitteeReportDto |
SwedenModelFactory.createCommitteeReportDto(CommitteeReportData committeeReport)
Creates a new SwedenModel object. |
Uses of CommitteeReportDto in com.hack23.cia.model.impl.dto.sweden |
---|
Methods in com.hack23.cia.model.impl.dto.sweden that return CommitteeReportDto | |
---|---|
CommitteeReportDto |
SwedenModelFactoryImpl.createCommitteeReportDto(CommitteeReportData committeeReport)
|
Uses of CommitteeReportDto in com.hack23.cia.service.api.user |
---|
Methods in com.hack23.cia.service.api.user that return CommitteeReportDto | |
---|---|
CommitteeReportDto |
CommitteeReportResponse.getCommitteeReport()
Gets the committee report. |
Constructors in com.hack23.cia.service.api.user with parameters of type CommitteeReportDto | |
---|---|
CommitteeReportResponse(UserSessionDto userSessionDTO,
CommitteeReportDto committeeReport)
Instantiates a new committee report response. |
Uses of CommitteeReportDto in com.hack23.cia.web.impl.ui.viewfactory.api.user |
---|
Methods in com.hack23.cia.web.impl.ui.viewfactory.api.user that return CommitteeReportDto | |
---|---|
CommitteeReportDto |
CommitteeReportModelAndView.getCommitteeReport()
Gets the committee report. |
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.user with parameters of type CommitteeReportDto | |
---|---|
CommitteeReportModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReportDto committeeReportDto)
Instantiates a new committee report model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |