com.ptc.core.ca.co.client.selection
Class CoGetOpenerSelectionModelDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.selection.CoGetOpenerSelectionModelDoer
All Implemented Interfaces:
CoDoer, CoModelDoer

Deprecated.

@Deprecated
public class CoGetOpenerSelectionModelDoer
extends Object
implements CoModelDoer

The model doer to be used by the target instance list holder element to Initializes it with the list of selected elements from the opener frame. The doer does the following:



Supported API: true

Extendable: true


Method Summary
 void execute(CoModelHandlerData execData)
          Deprecated. Model Handler delegates model update to a doer by calling this method.
protected  ArrayList getSelectedInstanceList(CoSelector selector, CoEnvData envData)
          Deprecated. Iterates through a list of selected elements in the selector and for every element wraps its Info*Engine element in a new CoInstance object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectedInstanceList

protected ArrayList getSelectedInstanceList(CoSelector selector,
                                            CoEnvData envData)
                                     throws WTException
Deprecated. 
Iterates through a list of selected elements in the selector and for every element wraps its Info*Engine element in a new CoInstance object. Returns a list of newly created CoInstance objects.

Supported API: true

Parameters:
selector - The selector element.
envData - The environment data.
Returns:
ArrayList
Throws:
WTException

execute

public 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