com.hack23.cia.service.api.admin
Class PortalResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.admin.AbstractAdminResponse
com.hack23.cia.service.api.admin.AbstractConfigurationResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalResponse
public PortalResponse(UserSessionDto userSessionDTO,
AgencyDto agency)
- Instantiates a new portal response.
- Parameters:
userSessionDTO
- the user session dtoagency
- the agency
PortalResponse
public PortalResponse(UserSessionDto userSessionDTO,
AgencyDto agency,
PortalDto portal)
- Instantiates a new portal response.
- Parameters:
userSessionDTO
- the user session dtoagency
- the agencyportal
- the portal
getPortal
public final PortalDto getPortal()
- Gets the portal.
- Returns:
- the portal
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.