com.ptc.windchill.uwgm.cadx.remove
Class RemoveAttrDataHandler

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.remove.RemoveAttrDataHandler
All Implemented Interfaces:
JSDataHandler

public class RemoveAttrDataHandler
extends Object
implements JSDataHandler


Field Summary
protected  JSPersistableDataUtility dataUtility
           
private  boolean inWildfire
           
private  boolean isWorkspaceActive
           
protected  EPMWorkspace workspace
           
 
Constructor Summary
RemoveAttrDataHandler()
           
RemoveAttrDataHandler(JSPersistableDataUtility dataUtility, EPMWorkspace workspace, boolean isWorkspaceActive)
           
 
Method Summary
 JSPropertyValue getJSPropertyValue(String attribute, Locale locale, Object docAndLevel, JSDataObject jsObject)
           
 JSPropertyValue getJSPropertyValue(String attribute, Locale locale, RemoveDataObject persistable)
           
 void init(String attribute, Locale locale, List dataObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataUtility

protected JSPersistableDataUtility dataUtility

workspace

protected EPMWorkspace workspace

inWildfire

private boolean inWildfire

isWorkspaceActive

private boolean isWorkspaceActive
Constructor Detail

RemoveAttrDataHandler

public RemoveAttrDataHandler()

RemoveAttrDataHandler

public RemoveAttrDataHandler(JSPersistableDataUtility dataUtility,
                             EPMWorkspace workspace,
                             boolean isWorkspaceActive)
Method Detail

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 docAndLevel,
                                          JSDataObject jsObject)
Specified by:
getJSPropertyValue in interface JSDataHandler

getJSPropertyValue

public JSPropertyValue getJSPropertyValue(String attribute,
                                          Locale locale,
                                          RemoveDataObject persistable)