|
||||||||||
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.application.ApplicationModelAndView
public class ApplicationModelAndView
The Class ApplicationModelAndView.
Nested Class Summary | |
---|---|
static class |
ApplicationModelAndView.ApplicationViewSpecification
The Enum ApplicationViewSpecification. |
Constructor Summary | |
---|---|
ApplicationModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
Agency agency,
List<CommitteeReport> committeeReports,
List<PoliticalParty> politicalParties)
Instantiates a new application model and view. |
Method Summary | |
---|---|
Agency |
getAgency()
Gets the agency. |
ApplicationModelAndView.ApplicationViewSpecification |
getApplicationViewSpecification()
Gets the application view specification. |
List<CommitteeReport> |
getCommitteeReports()
Gets the committee reports. |
List<PoliticalParty> |
getPoliticalParties()
Gets the political parties. |
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 ApplicationModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification, Agency agency, List<CommitteeReport> committeeReports, List<PoliticalParty> politicalParties)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionapplicationViewSpecification
- the application view specificationagency
- the agencycommitteeReports
- the committee reportspoliticalParties
- the political partiesMethod Detail |
---|
public final Agency getAgency()
public final ApplicationModelAndView.ApplicationViewSpecification getApplicationViewSpecification()
public final List<CommitteeReport> getCommitteeReports()
public final List<PoliticalParty> getPoliticalParties()
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 |