|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView com.hack23.cia.web.viewfactory.api.user.AbstractUserModelAndView com.hack23.cia.web.viewfactory.api.user.AbstractParliamentModelAndView com.hack23.cia.web.viewfactory.api.user.CommitteeReportsModelAndView
public class CommitteeReportsModelAndView
The Class CommitteeReportsModelAndView.
Nested Class Summary | |
---|---|
static class |
CommitteeReportsModelAndView.CommitteeReportsViewSpecification
The Enum CommitteeReportsViewSpecification. |
Constructor Summary | |
---|---|
CommitteeReportsModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReport> commiteeReports)
Instantiates a new committee reports model and view. |
Method Summary | |
---|---|
List<CommitteeReport> |
getCommiteeReports()
Gets the commitee reports. |
CommitteeReportsModelAndView.CommitteeReportsViewSpecification |
getCommitteeReportsViewSpecification()
Gets the committee reports view specification. |
String |
getViewSpecificationDescription()
Gets the view specification description. |
Methods inherited from class com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView |
---|
getControllerAction, getUserSessionDTO |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommitteeReportsModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReport> commiteeReports)
userSessionDTO
- the user session dtocontrollerAction
- the controller actioncommitteeReportsViewSpecification
- the committee reports view specificationcommiteeReports
- the commitee reportsMethod Detail |
---|
public final List<CommitteeReport> getCommiteeReports()
public final CommitteeReportsModelAndView.CommitteeReportsViewSpecification getCommitteeReportsViewSpecification()
public final String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription
in interface ModelAndView
getViewSpecificationDescription
in class AbstractModelAndView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |