com.hack23.cia.web.impl.ui.viewfactory.api.content
Class CommitteeReportsModelAndView

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

public class CommitteeReportsModelAndView
extends AbstractParliamentModelAndView

The Class CommitteeReportsModelAndView.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
CommitteeReportsModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReportData> list)
          Instantiates a new committee reports model and view.
 
Method Summary
Modifier and Type Method and Description
 List<CommitteeReportData> getCommiteeReports()
          Gets the commitee reports.
 CommitteeReportsViewSpecification getCommitteeReportsViewSpecification()
          Gets the committee reports view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
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

CommitteeReportsModelAndView

public CommitteeReportsModelAndView(UserSessionDto userSessionDTO,
                                    ControllerAction controllerAction,
                                    CommitteeReportsViewSpecification committeeReportsViewSpecification,
                                    List<CommitteeReportData> list)
Instantiates a new committee reports model and view.

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

getCommiteeReports

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

Returns:
the commitee reports

getCommitteeReportsViewSpecification

public final 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-2010 www.hack23.com. All Rights Reserved.