|
||||||||||
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.AbstractParliamentMemberModelAndView com.hack23.cia.web.viewfactory.api.user.ParliamentMemberSummaryModelAndView
public class ParliamentMemberSummaryModelAndView
The Class ParliamentMemberSummaryModelAndView.
Nested Class Summary | |
---|---|
static class |
ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification
The Enum ParliamentMemberSummaryViewSpecification. |
Constructor Summary | |
---|---|
ParliamentMemberSummaryModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification,
ParliamentMember parliamentMember,
List<ParliamentMemberVoteCompareResult> friendList,
List<ParliamentMemberVoteCompareResult> enemyList,
List<ParliamentMemberVoteCompareResult> friendPartyList,
List<ParliamentMemberVoteCompareResult> enemyPartyList,
List<Vote> votes,
RegisterInformation registerInformation)
Instantiates a new parliament member summary model and view. |
Method Summary | |
---|---|
List<ParliamentMemberVoteCompareResult> |
getEnemyList()
Gets the enemy list. |
List<ParliamentMemberVoteCompareResult> |
getEnemyPartyList()
Gets the enemy party list. |
List<ParliamentMemberVoteCompareResult> |
getFriendList()
Gets the friend list. |
List<ParliamentMemberVoteCompareResult> |
getFriendPartyList()
Gets the friend party list. |
ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification |
getParliamentMemberSummaryViewSpecification()
Gets the parliament member summary view specification. |
RegisterInformation |
getRegisterInformation()
Gets the register information. |
String |
getViewSpecificationDescription()
Gets the view specification description. |
List<Vote> |
getVotes()
Gets the votes. |
Methods inherited from class com.hack23.cia.web.viewfactory.api.user.AbstractParliamentMemberModelAndView |
---|
getParliamentMember |
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 ParliamentMemberSummaryModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification, ParliamentMember parliamentMember, List<ParliamentMemberVoteCompareResult> friendList, List<ParliamentMemberVoteCompareResult> enemyList, List<ParliamentMemberVoteCompareResult> friendPartyList, List<ParliamentMemberVoteCompareResult> enemyPartyList, List<Vote> votes, RegisterInformation registerInformation)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionparliamentMemberSummaryViewSpecification
- the parliament member summary view specificationparliamentMember
- the parliament memberfriendList
- the friend listenemyList
- the enemy listfriendPartyList
- the friend party listenemyPartyList
- the enemy party listvotes
- the votesregisterInformation
- the register informationMethod Detail |
---|
public final List<ParliamentMemberVoteCompareResult> getEnemyList()
public final List<ParliamentMemberVoteCompareResult> getEnemyPartyList()
public final List<ParliamentMemberVoteCompareResult> getFriendList()
public final List<ParliamentMemberVoteCompareResult> getFriendPartyList()
public final ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification getParliamentMemberSummaryViewSpecification()
public final RegisterInformation getRegisterInformation()
public final String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription
in interface ModelAndView
getViewSpecificationDescription
in class AbstractModelAndView
public final List<Vote> getVotes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |