com.hack23.cia.service.api.content
Class AbstractTopListRequest

Package class diagram package AbstractTopListRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.content.AbstractContentRequest
          extended by com.hack23.cia.service.api.content.AbstractTopListRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable
Direct Known Subclasses:
PartyRequest, TopListRequest

public class AbstractTopListRequest
extends AbstractContentRequest

The Class AbstractTopListRequest.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractTopListRequest(Long userSessionId, TopListOperationType operation)
          Instantiates a new abstract top list request.
 
Method Summary
Modifier and Type Method and Description
 TopListOperationType getOperation()
          Gets the operation.
 
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

AbstractTopListRequest

protected AbstractTopListRequest(Long userSessionId,
                                 TopListOperationType operation)
Instantiates a new abstract top list request.

Parameters:
userSessionId - the user session id
operation - the operation
Method Detail

getOperation

public final TopListOperationType getOperation()
Gets the operation.

Returns:
the operation


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