com.ptc.windchill.enterprise.search.client
Class CoQueryBuilderTableModelDoer
java.lang.Object
com.ptc.windchill.enterprise.search.client.CoQueryBuilderTableModelDoer
- All Implemented Interfaces:
- CoDoer, CoModelDoer
- public class CoQueryBuilderTableModelDoer
- extends Object
- implements CoModelDoer
Model Handler delegates model update to a doer by calling this method. Model Doer used
to create the query builder search criteria table on the advanced search page.
Supported API: true
Method Summary |
void |
execute(CoModelHandlerData execData)
Model Handler delegates model update to a doer by calling this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
CoQueryBuilderTableModelDoer
public CoQueryBuilderTableModelDoer()
execute
public void execute(CoModelHandlerData execData)
throws WTException
- Description copied from interface:
CoModelDoer
- 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