com.ptc.core.ca.co.client.simple
Class CoSimpleActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoClipboardActionDoer, CoClipboardPasteDoer, CoColumnConfigActionDoer, CoNewFrameInPlaceActionDoer, CoSearchPickerOkActionDoer, CoTableRemoveSelectedActionDoer, CoTreeNodeActionDoer, ESIMultiSelectedObjectsAddRemoveClientDoer, ScmPickerOkActionDoer

Deprecated.

@Deprecated
public abstract class CoSimpleActionDoer
extends Object
implements CoActionDoer

The class an action doer utilizing "simple" approach can extend.

Supported API: true

Extendable: false


Method Summary
 boolean canExecute(CoActionHandlerData execData)
          Deprecated. Returns whether the action can be triggered.
 boolean canExecute(CoSimpleActionHandlerData execData)
          Deprecated. Returns whether the action can be triggered.
 void execute(CoActionHandlerData execData)
          Deprecated. Action handler delegates the execution of the operation to the doer by calling this method on it.
abstract  void execute(CoSimpleActionHandlerData execData)
          Deprecated. Action handler delegates the execution of the operation to the doer by calling this method on it.
 boolean isRelevant(CoActionHandlerData execData)
          Deprecated. Returns whether the action is relevant to the current situation.
 boolean isRelevant(CoSimpleActionHandlerData execData)
          Deprecated. Returns whether the action is relevant to the current situation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public final void execute(CoActionHandlerData execData)
                   throws WTException
Deprecated. 
Action handler delegates the execution of the operation to the doer by calling this method on it.

Supported API: true

Parameters:
execData -
Throws:
WTException

canExecute

public final boolean canExecute(CoActionHandlerData execData)
                         throws WTException
Deprecated. 
Returns whether the action can be triggered.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public final boolean isRelevant(CoActionHandlerData execData)
                         throws WTException
Deprecated. 
Returns whether the action is relevant to the current situation. The action may not be relevant when the licensing limitaions or the application logic prevent it from appearing in the GUI.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

execute

public abstract void execute(CoSimpleActionHandlerData execData)
                      throws WTException
Deprecated. 
Action handler delegates the execution of the operation to the doer by calling this method on it.

Supported API: true

Parameters:
execData -
Throws:
WTException

canExecute

public boolean canExecute(CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action can be triggered.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action is relevant to the current situation. The action may not be relevant when the licensing limitaions or the application logic prevent it from appearing in the GUI.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException