com.hack23.cia.service.api.admin
Class PortalResponse

Package class diagram package PortalResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.admin.AbstractAdminResponse
              extended by com.hack23.cia.service.api.admin.AbstractConfigurationResponse
                  extended by com.hack23.cia.service.api.admin.PortalResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class PortalResponse
extends AbstractConfigurationResponse

The Class PortalResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
PortalResponse(UserSessionDto userSessionDTO, AgencyDto agency)
          Instantiates a new portal response.
PortalResponse(UserSessionDto userSessionDTO, AgencyDto agency, PortalDto portal)
          Instantiates a new portal response.
 
Method Summary
 PortalDto getPortal()
          Gets the portal.
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractConfigurationResponse
getAgency
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractAdminResponse
getResult
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalResponse

public PortalResponse(UserSessionDto userSessionDTO,
                      AgencyDto agency)
Instantiates a new portal response.

Parameters:
userSessionDTO - the user session dto
agency - the agency

PortalResponse

public PortalResponse(UserSessionDto userSessionDTO,
                      AgencyDto agency,
                      PortalDto portal)
Instantiates a new portal response.

Parameters:
userSessionDTO - the user session dto
agency - the agency
portal - the portal
Method Detail

getPortal

public final PortalDto getPortal()
Gets the portal.

Returns:
the portal


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