Uses of Class
com.ptc.windchill.cadx.wsoption.WsConfigSpecEditUtilities

Packages that use WsConfigSpecEditUtilities
com.ptc.windchill.cadx.wsoption   
 

Uses of WsConfigSpecEditUtilities in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption with parameters of type WsConfigSpecEditUtilities
private  boolean WsConfigSpecPrefFormTaskDelegate.modifyConfigSpec(WsConfigSpecEditUtilities wsConfigSpecEditUtilities, String buttonSelected, EPMWorkspace workspace, String identicalForOther)
          Update the doc & part (if requested) config spec of the workspace
private  boolean WsConfigSpecPrefFormTaskDelegate.modifyDocOrPartConfigSpec(WsConfigSpecEditUtilities wsConfigSpecEditUtilities, String buttonSelected, EPMWorkspace workspace)
          update the doc or part config spec of the workspace.
private  boolean WsConfigSpecPrefFormTaskDelegate.getAndvalidateStandardPanelData(Properties formData, WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Get the user specified form values for Standard radio button & set these values to the WsConfigSpecEditUtilities bean.
private  boolean WsConfigSpecPrefFormTaskDelegate.getAndvalidateBaseline1PanelData(Properties formData, WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Get the user specified form values for Baseline radio button & set these values to the WsConfigSpecEditUtilities bean.
private  boolean WsConfigSpecPrefFormTaskDelegate.getAndvalidateBaseline2PanelData(Properties formData, WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Get the user specified form values for 'Baseline for Iterm' & set these values to the WsConfigSpecEditUtilities bean.
private  boolean WsConfigSpecPrefFormTaskDelegate.getAndvalidateEffectivityPanelData(Properties formData, WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Get the user specified form values for effectivity & set these values to the WsConfigSpecEditUtilities bean.
private  Properties WsConfigSpecPrefFormTaskDelegate.createInterTabParameters(WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Create a Propeties object to be passed from one tab to other tab as hidden form field for the trequired data which other tab needs to be aware of.
private  boolean WsConfigSpecPrefFormTaskDelegate.saveCsChangeToWs(WsConfigSpecEditUtilities wsConfigSpecEditUtilities)
          Check whther user has indicated to save the config spec changes to the workspace.
private  Properties GenWsprefFormTaskDelegate.createInterTabParameters(WsConfigSpecEditUtilities wsConfigSpecEditUtilities, boolean invokedFromCheckoutDownloadPage)