com.ptc.core.ca.co.client.picker
Class CoObjectListPickerOkActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.picker.CoPickerOkActionDoer
      extended by com.ptc.core.ca.co.client.picker.CoObjectListPickerOkActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoAddObjectToInstanceListHolderOkActionDoer, CoAttachmentsListPickerAddOkActionDoer, CoObjectListPickerAddOkActionDoer, CoObjectListPickerReplaceOkActionDoer, ESICoObjectListPickerAddOkClientDoer

Deprecated.

@Deprecated
public abstract class CoObjectListPickerOkActionDoer
extends CoPickerOkActionDoer

The doer to be used for Ok button on the object list picker frame.

Supported API: true

Extendable: true


Method Summary
protected  ArrayList getPickedInstanceList(CoObjectListPickerOkActionHandlerData execData)
          Deprecated. Returns a list of newly created CoInstance> objects that wrap I*E elements of picked elements.
 
Methods inherited from class com.ptc.core.ca.co.client.picker.CoPickerOkActionDoer
canExecute, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPickedInstanceList

protected ArrayList getPickedInstanceList(CoObjectListPickerOkActionHandlerData execData)
                                   throws WTException
Deprecated. 
Returns a list of newly created CoInstance> objects that wrap I*E elements of picked elements.

Supported API: true

Parameters:
execData -
Returns:
ArrayList
Throws:
WTException