com.ptc.windchill.uwgm.cadx.saveas
Class SaveAsTaskSubmitHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.saveas.SaveAsTaskSubmitHelper
All Implemented Interfaces:
JSTableTaskSubmitHelper

public class SaveAsTaskSubmitHelper
extends Object
implements JSTableTaskSubmitHelper


Constructor Summary
SaveAsTaskSubmitHelper()
           
 
Method Summary
 void renderTaskJSCode(Properties formData, Task task, TaskResult result, PrintWriter out, Locale locale)
           
 void setAdditionalTaskObjectAttributes(String taskid, Properties parameters, Properties formData, Locale locale, DefaultTaskObject td)
           
 void setTaskAttributes(String taskid, Properties parameters, Properties formData, Locale locale, DefaultTaskData td)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAsTaskSubmitHelper

public SaveAsTaskSubmitHelper()
Method Detail

setTaskAttributes

public void setTaskAttributes(String taskid,
                              Properties parameters,
                              Properties formData,
                              Locale locale,
                              DefaultTaskData td)
                       throws WTException
Specified by:
setTaskAttributes in interface JSTableTaskSubmitHelper
Throws:
WTException

setAdditionalTaskObjectAttributes

public void setAdditionalTaskObjectAttributes(String taskid,
                                              Properties parameters,
                                              Properties formData,
                                              Locale locale,
                                              DefaultTaskObject td)
                                       throws WTException
Specified by:
setAdditionalTaskObjectAttributes in interface JSTableTaskSubmitHelper
Throws:
WTException

renderTaskJSCode

public void renderTaskJSCode(Properties formData,
                             Task task,
                             TaskResult result,
                             PrintWriter out,
                             Locale locale)
                      throws WTException
Specified by:
renderTaskJSCode in interface JSTableTaskSubmitHelper
Throws:
WTException