com.hack23.cia.web.impl.ui.viewfactory.api.user
Class ParliamentMemberSummaryModelAndView

Package class diagram package ParliamentMemberSummaryModelAndView
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.user.AbstractUserModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.user.AbstractParliamentModelAndView
              extended by com.hack23.cia.web.impl.ui.viewfactory.api.user.AbstractParliamentMemberModelAndView
                  extended by com.hack23.cia.web.impl.ui.viewfactory.api.user.ParliamentMemberSummaryModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class ParliamentMemberSummaryModelAndView
extends AbstractParliamentMemberModelAndView

The Class ParliamentMemberSummaryModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification
          The Enum ParliamentMemberSummaryViewSpecification.
 
Constructor Summary
ParliamentMemberSummaryModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification, ParliamentMemberData parliamentMemberData, List<ParliamentMemberVoteCompareResultData> list, List<ParliamentMemberVoteCompareResultData> list2, List<ParliamentMemberVoteCompareResultData> list3, List<ParliamentMemberVoteCompareResultData> list4, List<VoteData> list5, RegisterInformationData registerInformationData)
          Instantiates a new parliament member summary model and view.
 
Method Summary
 List<ParliamentMemberVoteCompareResultData> getEnemyList()
          Gets the enemy list.
 List<ParliamentMemberVoteCompareResultData> getEnemyPartyList()
          Gets the enemy party list.
 List<ParliamentMemberVoteCompareResultData> getFriendList()
          Gets the friend list.
 List<ParliamentMemberVoteCompareResultData> getFriendPartyList()
          Gets the friend party list.
 ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification getParliamentMemberSummaryViewSpecification()
          Gets the parliament member summary view specification.
 RegisterInformationData getRegisterInformation()
          Gets the register information.
 String getViewSpecificationDescription()
          Gets the view specification description.
 List<VoteData> getVotes()
          Gets the votes.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.api.user.AbstractParliamentMemberModelAndView
getParliamentMember
 
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

ParliamentMemberSummaryModelAndView

public ParliamentMemberSummaryModelAndView(UserSessionDto userSessionDTO,
                                           ControllerAction controllerAction,
                                           ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification,
                                           ParliamentMemberData parliamentMemberData,
                                           List<ParliamentMemberVoteCompareResultData> list,
                                           List<ParliamentMemberVoteCompareResultData> list2,
                                           List<ParliamentMemberVoteCompareResultData> list3,
                                           List<ParliamentMemberVoteCompareResultData> list4,
                                           List<VoteData> list5,
                                           RegisterInformationData registerInformationData)
Instantiates a new parliament member summary model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
parliamentMemberSummaryViewSpecification - the parliament member summary view specification
parliamentMemberData - the parliament member data
list - the list
list2 - the list2
list3 - the list3
list4 - the list4
list5 - the list5
registerInformationData - the register information data
Method Detail

getEnemyList

public final List<ParliamentMemberVoteCompareResultData> getEnemyList()
Gets the enemy list.

Returns:
the enemy list

getEnemyPartyList

public final List<ParliamentMemberVoteCompareResultData> getEnemyPartyList()
Gets the enemy party list.

Returns:
the enemy party list

getFriendList

public final List<ParliamentMemberVoteCompareResultData> getFriendList()
Gets the friend list.

Returns:
the friend list

getFriendPartyList

public final List<ParliamentMemberVoteCompareResultData> getFriendPartyList()
Gets the friend party list.

Returns:
the friend party list

getParliamentMemberSummaryViewSpecification

public final ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification getParliamentMemberSummaryViewSpecification()
Gets the parliament member summary view specification.

Returns:
the parliament member summary view specification

getRegisterInformation

public final RegisterInformationData getRegisterInformation()
Gets the register information.

Returns:
the register information

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

getVotes

public final List<VoteData> getVotes()
Gets the votes.

Returns:
the votes


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