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

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

public class PortalResponse
extends AbstractServiceResponse

The Class PortalResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Constructor and Description
PortalResponse(UserSessionDto userSessionDTO, AgencyData agency)
          Instantiates a new portal response.
PortalResponse(UserSessionDto userSessionDTO, AgencyData agency, PortalData portal2)
          Instantiates a new portal response.
 
Method Summary
Modifier and Type Method and Description
 AgencyData getAgency()
          Gets the agency.
 PortalData getPortal()
          Gets the portal.
 ServiceResponse.ServiceResult getResult()
          Gets the result.
 
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,
                      AgencyData agency)
Instantiates a new portal response.

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

PortalResponse

public PortalResponse(UserSessionDto userSessionDTO,
                      AgencyData agency,
                      PortalData portal2)
Instantiates a new portal response.

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

getPortal

public final PortalData getPortal()
Gets the portal.

Returns:
the portal

getAgency

public final AgencyData getAgency()
Gets the agency.

Returns:
the agency

getResult

public final ServiceResponse.ServiceResult getResult()
Description copied from interface: ServiceResponse
Gets the result.

Returns:
the result


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