com.ptc.windchill.enterprise.search.client
Class CoCustomizeSavedSearchLinkActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.windchill.enterprise.search.client.CoNewFrameInPlaceActionDoer
com.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
CoCustomizeSavedSearchLinkActionDoer
public CoCustomizeSavedSearchLinkActionDoer()
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