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

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleModelDoer
All Implemented Interfaces:
CoDoer, CoModelDoer, Externalizable, Serializable
Direct Known Subclasses:
CoSavedSearchListModelDoer

Deprecated.

@Deprecated
public abstract class CoSimpleModelDoer
extends Object
implements CoModelDoer, Externalizable

The class a model doer utilizing "simple" approach must extend.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 void execute(CoModelHandlerData execData)
          Deprecated. Model Handler delegates model update to a doer by calling this method.
abstract  void execute(CoSimpleModelHandlerData execData)
          Deprecated. Model Handler delegates model update to a doer by calling this method.
 
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(CoModelHandlerData execData)
                   throws WTException
Deprecated. 
Model Handler delegates model update to a doer by calling this method.

Supported API: true

Specified by:
execute in interface CoModelDoer
Parameters:
execData -
Throws:
WTException

execute

public abstract void execute(CoSimpleModelHandlerData execData)
                      throws WTException
Deprecated. 
Model Handler delegates model update to a doer by calling this method.

Supported API: true

Parameters:
execData -
Throws:
WTException