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

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

public class CoDisplaySavedSearchActionDoer
extends CoSimpleActionDoer


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

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoDisplaySavedSearchActionDoer

public CoDisplaySavedSearchActionDoer()
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

Specified by:
execute in class CoSimpleActionDoer
Parameters:
execData -
Throws:
WTException

isRelevant

public boolean isRelevant(CoSimpleActionHandlerData execData)
                   throws WTException
Description copied from class: CoSimpleActionDoer
Returns whether the action is relevant to the current situation. The action may not be relevant when the licensing limitaions or the application logic prevent it from appearing in the GUI.

Supported API: true

Overrides:
isRelevant in class CoSimpleActionDoer
Parameters:
execData -
Returns:
boolean
Throws:
WTException