com.hack23.cia.service.api.control
Class AbstractUserRequest

Package class diagram package AbstractUserRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.control.AbstractUserRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable
Direct Known Subclasses:
AbstractUserAccountRequest, ExternalUrlRequest, UserRequest

public abstract class AbstractUserRequest
extends AbstractServiceRequest

The Class AbstractUserRequest.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractUserRequest(Long userSessionId)
          Instantiates a new abstract user request.
 
Method Summary
Modifier and Type Method and Description
 
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

AbstractUserRequest

protected AbstractUserRequest(Long userSessionId)
Instantiates a new abstract user request.

Parameters:
userSessionId - the user session id


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