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

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoValidatingActionDoer
      extended by com.ptc.core.ca.co.client.simple.CoSimpleValidatingActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoWizardStepActionDoer

Deprecated.

@Deprecated
public class CoSimpleValidatingActionDoer
extends CoValidatingActionDoer

The doer delegating the execution of canExecute and isRelevant methods to a validator.

Supported API: true

Extendable: false

See Also:
CoActionValidator

Method Summary
 void execute(CoActionHandlerData execData)
          Deprecated. Action handler delegates the execution of the operation to the doer by calling this method on it.
 void execute(CoSimpleActionHandlerData execData)
          Deprecated. Action handler delegates the executing of the operation to the doer by calling this method on it.
 
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

execute

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

Supported API: true

Parameters:
execData -
Throws:
WTException