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

java.lang.Object
  extended bycom.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


Field Summary
private static String CLASSNAME
           
 
Constructor Summary
CoQueryBuilderTableModelDoer()
           
 
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
 

Field Detail

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoQueryBuilderTableModelDoer

public CoQueryBuilderTableModelDoer()
Method Detail

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