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

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

public class PortalRequest
extends AbstractServiceRequest

The Class PortalRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
PortalRequest(Long userSessionId, PortalOperationType operation, PortalDto portalDto)
          Instantiates a new portal request.
 
Method Summary
Modifier and Type Method and Description
 PortalOperationType getOperation()
          Gets the operation.
 PortalDto getPortal()
          Gets the portal.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalRequest

public PortalRequest(Long userSessionId,
                     PortalOperationType operation,
                     PortalDto portalDto)
Instantiates a new portal request.

Parameters:
userSessionId - the user session id
operation - the operation
portalDto - the portal dto
Method Detail

getOperation

public final PortalOperationType getOperation()
Gets the operation.

Returns:
the operation

getPortal

public final PortalDto getPortal()
Gets the portal.

Returns:
the portal


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