com.hack23.cia.web.api.content
Class AbstractTopListAction

Package class diagram package AbstractTopListAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.events.AbstractUserAction
          extended by com.hack23.cia.web.api.content.AbstractTopListAction
All Implemented Interfaces:
ControllerAction, Serializable
Direct Known Subclasses:
PartyAction, TopListAction

public abstract class AbstractTopListAction
extends AbstractUserAction

The Class AbstractTopListAction.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractTopListAction(TopListOperationType operation)
          Instantiates a new abstract top list action.
 
Method Summary
Modifier and Type Method and Description
 TopListOperationType getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractTopListAction

protected AbstractTopListAction(TopListOperationType operation)
Instantiates a new abstract top list action.

Parameters:
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.