com.hack23.cia.web.viewfactory.api.admin
Class AgencyModelAndView

Package class diagram package AgencyModelAndView
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.viewfactory.api.admin.AbstractAdminModelAndView
          extended by com.hack23.cia.web.viewfactory.api.admin.AbstractConfigurationModelAndView
              extended by com.hack23.cia.web.viewfactory.api.admin.AbstractAgencyModelAndView
                  extended by com.hack23.cia.web.viewfactory.api.admin.AgencyModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class AgencyModelAndView
extends AbstractAgencyModelAndView

The Class AgencyModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class AgencyModelAndView.AgencyViewSpecification
          The Enum AgencyViewSpecification.
 
Constructor Summary
AgencyModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, AgencyModelAndView.AgencyViewSpecification agencyViewSpecification, Agency agency)
          Instantiates a new agency model and view.
 
Method Summary
 AgencyModelAndView.AgencyViewSpecification getAgencyViewSpecification()
          Gets the agency view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.viewfactory.api.admin.AbstractAgencyModelAndView
getAgency
 
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

AgencyModelAndView

public AgencyModelAndView(UserSessionDTO userSessionDTO,
                          ControllerAction controllerAction,
                          AgencyModelAndView.AgencyViewSpecification agencyViewSpecification,
                          Agency agency)
Instantiates a new agency model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
agencyViewSpecification - the agency view specification
agency - the agency
Method Detail

getAgencyViewSpecification

public final AgencyModelAndView.AgencyViewSpecification getAgencyViewSpecification()
Gets the agency view specification.

Returns:
the agency 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.