com.ptc.windchill.enterprise.search.client
Class CoCustomizeSavedSearchLinkActionDoer

java.lang.Object
  extended bycom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended bycom.ptc.windchill.enterprise.search.client.CoNewFrameInPlaceActionDoer
          extended bycom.ptc.windchill.enterprise.search.client.CoCustomizeSavedSearchLinkActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

public class CoCustomizeSavedSearchLinkActionDoer
extends CoNewFrameInPlaceActionDoer

Action Doer for executing saved search links from the saved search customize table...

Supported API: true


Field Summary
private static String CLASSNAME
           
 
Fields inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
 
Constructor Summary
CoCustomizeSavedSearchLinkActionDoer()
           
 
Method Summary
 void execute(CoSimpleActionHandlerData execData)
          Action handler delegates the execution of the operation to the doer by calling this method on it.
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, canExecute, execute, isRelevant, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoCustomizeSavedSearchLinkActionDoer

public CoCustomizeSavedSearchLinkActionDoer()
Method Detail

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Description copied from class: CoSimpleActionDoer
Action handler delegates the execution of the operation to the doer by calling this method on it.

Supported API: true

Overrides:
execute in class CoNewFrameInPlaceActionDoer
Throws:
WTException