com.hack23.cia.web.impl.ui.viewfactory.impl.content
Class ParliamentMemberListModelAndView

Package class diagram package ParliamentMemberListModelAndView
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractUserModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractParliamentModelAndView
              extended by com.hack23.cia.web.impl.ui.viewfactory.impl.content.ParliamentMemberListModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class ParliamentMemberListModelAndView
extends AbstractParliamentModelAndView

The Class ParliamentMemberListModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification
          The Enum ParliamentMemberListViewSpecification.
 
Constructor Summary
ParliamentMemberListModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification, List<ParliamentMemberData> list)
          Instantiates a new parliament member list model and view.
 
Method Summary
 List<ParliamentMemberData> 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.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

ParliamentMemberListModelAndView

public ParliamentMemberListModelAndView(UserSessionDto userSessionDTO,
                                        ControllerAction controllerAction,
                                        ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
                                        List<ParliamentMemberData> list)
Instantiates a new parliament member list model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
parliamentMemberListViewSpecification - the parliament member list view specification
list - the list
Method Detail

getParliamentMemberList

public final List<ParliamentMemberData> getParliamentMemberList()
Gets the parliament member list.

Returns:
the parliament member list

getParliamentMemberListViewSpecification

public final ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification getParliamentMemberListViewSpecification()
Gets the parliament member list view specification.

Returns:
the parliament member list view specification

getViewSpecificationDescription

public final String getViewSpecificationDescription()
Description copied from interface: ModelAndView
Gets the view specification description.

Specified by:
getViewSpecificationDescription in interface ModelAndView
Specified by:
getViewSpecificationDescription in class AbstractModelAndView
Returns:
the view specification description


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.