|
||||||||||
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.ParliamentMemberListModelAndView
public class ParliamentMemberListModelAndView
The Class ParliamentMemberListModelAndView.
Nested Class Summary | |
---|---|
static class |
ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification
The Enum ParliamentMemberListViewSpecification. |
Constructor Summary | |
---|---|
ParliamentMemberListModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
List<ParliamentMember> parliamentMemberList)
Instantiates a new parliament member list model and view. |
Method Summary | |
---|---|
List<ParliamentMember> |
getParliamentMemberList()
Gets the parliament member list. |
ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification |
getParliamentMemberListViewSpecification()
Gets the parliament member list 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 ParliamentMemberListModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification, List<ParliamentMember> parliamentMemberList)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionparliamentMemberListViewSpecification
- the parliament member list view specificationparliamentMemberList
- the parliament member listMethod Detail |
---|
public final List<ParliamentMember> getParliamentMemberList()
public final ParliamentMemberListModelAndView.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 |