com.hack23.cia.web.viewfactory.api.user
Class CommitteeReportsModelAndView

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

public class CommitteeReportsModelAndView
extends AbstractParliamentModelAndView

The Class CommitteeReportsModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class CommitteeReportsModelAndView.CommitteeReportsViewSpecification
          The Enum CommitteeReportsViewSpecification.
 
Constructor Summary
CommitteeReportsModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReport> commiteeReports)
          Instantiates a new committee reports model and view.
 
Method Summary
 List<CommitteeReport> getCommiteeReports()
          Gets the commitee reports.
 CommitteeReportsModelAndView.CommitteeReportsViewSpecification getCommitteeReportsViewSpecification()
          Gets the committee reports view specification.
 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

CommitteeReportsModelAndView

public CommitteeReportsModelAndView(UserSessionDTO userSessionDTO,
                                    ControllerAction controllerAction,
                                    CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification,
                                    List<CommitteeReport> commiteeReports)
Instantiates a new committee reports model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
committeeReportsViewSpecification - the committee reports view specification
commiteeReports - the commitee reports
Method Detail

getCommiteeReports

public final List<CommitteeReport> getCommiteeReports()
Gets the commitee reports.

Returns:
the commitee reports

getCommitteeReportsViewSpecification

public final CommitteeReportsModelAndView.CommitteeReportsViewSpecification getCommitteeReportsViewSpecification()
Gets the committee reports view specification.

Returns:
the committee reports 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-2009 www.hack23.com. All Rights Reserved.