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

Package class diagram package AbstractAgencyModelAndView
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
All Implemented Interfaces:
ModelAndView, Serializable
Direct Known Subclasses:
AgencyModelAndView, LanguageAgencyModelAndView, LanguageContentModelAndView, PortalModelAndView

public abstract class AbstractAgencyModelAndView
extends AbstractConfigurationModelAndView

The Class AbstractAgencyModelAndView.

See Also:
Serialized Form

Constructor Summary
AbstractAgencyModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, Agency agency)
          Instantiates a new abstract agency model and view.
 
Method Summary
 Agency getAgency()
          Gets the agency.
 
Methods inherited from class com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO, getViewSpecificationDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAgencyModelAndView

public AbstractAgencyModelAndView(UserSessionDTO userSessionDTO,
                                  ControllerAction controllerAction,
                                  Agency agency)
Instantiates a new abstract agency model and view.

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

getAgency

public final Agency getAgency()
Gets the agency.

Returns:
the agency


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.