com.ptc.windchill.uwgm.cadx.autoassociate
Class AutoAssociateJSDataHandler
java.lang.Object
com.ptc.windchill.uwgm.cadx.autoassociate.AutoAssociateJSDataHandler
- All Implemented Interfaces:
- JSDataHandler
- public class AutoAssociateJSDataHandler
- extends Object
- implements JSDataHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static Log log
container
private WTContainer container
workspace
private EPMWorkspace workspace
isExistingPartsTableHandler
private boolean isExistingPartsTableHandler
quantityValues
private String quantityValues
sourceValues
private String sourceValues
checkForAutoNumbering
private boolean checkForAutoNumbering
autoNumberingEnabled
private boolean autoNumberingEnabled
locale
private Locale locale
state
private HTTPState state
RESOURCE
public static final String RESOURCE
- See Also:
- Constant Field Values
drwRefDocPartNumberMap
private HashMap drwRefDocPartNumberMap
drwRefDocPartNameMap
private HashMap drwRefDocPartNameMap
AutoAssociateJSDataHandler
AutoAssociateJSDataHandler(WTContainer cont,
HTTPState st,
boolean existPartTable)
init
public void init(String attribute,
Locale locale,
List dataObjects)
throws WTException
- Specified by:
init
in interface JSDataHandler
- Throws:
WTException
getJSPropertyValue
public JSPropertyValue getJSPropertyValue(String attribute,
Locale locale,
Object wtObject,
JSDataObject rowobj)
throws WTException
- Specified by:
getJSPropertyValue
in interface JSDataHandler
- Throws:
WTException
getDocAssocPartProperty
private String getDocAssocPartProperty(AutoAssociateExistingPartsFormProcessor.DocAssocInfo docAssocInfo,
String attribute,
Object key)