|
||||||||||
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.VotesModelAndView
public class VotesModelAndView
The Class VotesModelAndView.
Nested Class Summary | |
---|---|
static class |
VotesModelAndView.VotesViewSpecification
The Enum VotesViewSpecification. |
Constructor Summary | |
---|---|
VotesModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
VotesModelAndView.VotesViewSpecification votesViewSpecification,
List<Vote> votes)
Instantiates a new votes model and view. |
Method Summary | |
---|---|
String |
getViewSpecificationDescription()
Gets the view specification description. |
List<Vote> |
getVotes()
Gets the votes. |
VotesModelAndView.VotesViewSpecification |
getVotesViewSpecification()
Gets the votes view specification. |
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 VotesModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, VotesModelAndView.VotesViewSpecification votesViewSpecification, List<Vote> votes)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionvotesViewSpecification
- the votes view specificationvotes
- the votesMethod Detail |
---|
public final String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription
in interface ModelAndView
getViewSpecificationDescription
in class AbstractModelAndView
public final List<Vote> getVotes()
public final VotesModelAndView.VotesViewSpecification getVotesViewSpecification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |