com.ptc.windchill.uwgm.cadx.checkin
Class JSCheckinDataUtility

java.lang.Object
  extended bycom.ptc.core.htmlcomp.jstable.JSAbstractDataUtility
      extended bycom.ptc.core.htmlcomp.jstable.JSPersistableDataUtility
          extended bycom.ptc.windchill.uwgm.cadx.checkin.JSCheckinDataUtility
All Implemented Interfaces:
JSDataUtility

public class JSCheckinDataUtility
extends JSPersistableDataUtility


Field Summary
private  boolean isWildfire
           
 
Fields inherited from class com.ptc.core.htmlcomp.jstable.JSPersistableDataUtility
sandboxHelper, serverStatusHelper
 
Fields inherited from class com.ptc.core.htmlcomp.jstable.JSAbstractDataUtility
 
Constructor Summary
JSCheckinDataUtility(Boolean isConnected)
           
 
Method Summary
private  JSStringPropertyValue getAttrFoldeOID(CheckinDataObject chkDataObj)
           
private  JSStringPropertyValue getAttrLocation(CheckinDataObject chkDataObj)
           
 JSPropertyValue getValue(String attribute, CheckinDataObject persistable)
           
 JSPropertyValue getValue(String attribute, Object docAndLevel)
           
 
Methods inherited from class com.ptc.core.htmlcomp.jstable.JSPersistableDataUtility
getDataValue, getDataValues, getDetailsHref, getIBAValue, getLifeCycleName, getLifeCycleStateKey, getLifeCycleTemplateId, initJSDataUtility, isIBA, isSupported
 
Methods inherited from class com.ptc.core.htmlcomp.jstable.JSAbstractDataUtility
addJSDataHandler, addJSSupplementalDataHandler, getJSDataHandler, getLocale, initJSDataHandlers, isRegisteredJSDataHandler, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isWildfire

private boolean isWildfire
Constructor Detail

JSCheckinDataUtility

public JSCheckinDataUtility(Boolean isConnected)
Method Detail

getValue

public JSPropertyValue getValue(String attribute,
                                Object docAndLevel)
Overrides:
getValue in class JSPersistableDataUtility

getValue

public JSPropertyValue getValue(String attribute,
                                CheckinDataObject persistable)

getAttrFoldeOID

private JSStringPropertyValue getAttrFoldeOID(CheckinDataObject chkDataObj)

getAttrLocation

private JSStringPropertyValue getAttrLocation(CheckinDataObject chkDataObj)