|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractUserModelAndView com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractParliamentModelAndView com.hack23.cia.web.impl.ui.viewfactory.api.content.ParliamentMemberListModelAndView
public class ParliamentMemberListModelAndView extends AbstractParliamentModelAndView
The Class ParliamentMemberListModelAndView.
Constructor and Description |
---|
ParliamentMemberListModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
List<ParliamentMemberData> list)
Instantiates a new parliament member list model and view. |
Modifier and Type | Method and Description |
---|---|
List<ParliamentMemberData> |
getParliamentMemberList()
Gets the parliament member list. |
ParliamentMemberListViewSpecification |
getParliamentMemberListViewSpecification()
Gets the parliament member list view specification. |
String |
getViewSpecificationDescription()
Gets the view specification description. |
Methods inherited from class com.hack23.cia.web.impl.ui.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 ParliamentMemberListModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberListViewSpecification parliamentMemberListViewSpecification, List<ParliamentMemberData> list)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionparliamentMemberListViewSpecification
- the parliament member list view specificationlist
- the listMethod Detail |
---|
public final List<ParliamentMemberData> getParliamentMemberList()
public final ParliamentMemberListViewSpecification getParliamentMemberListViewSpecification()
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 |