wt.dataops.sandbox.processors.undocheckout
Class UndoPDMCheckoutTaskHelper

java.lang.Object
  extended bywt.dataops.sandbox.processors.undocheckout.UndoPDMCheckoutTaskHelper
All Implemented Interfaces:
JSTableCustomTaskObjects, JSTableTaskSubmitHelper

public class UndoPDMCheckoutTaskHelper
extends Object
implements JSTableTaskSubmitHelper, JSTableCustomTaskObjects


Constructor Summary
UndoPDMCheckoutTaskHelper()
           
 
Method Summary
 void newCustomTaskObjects(Properties parameters, Properties formData, Locale locale, JSTableFormHelper jsfh, Task task)
           
 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

UndoPDMCheckoutTaskHelper

public UndoPDMCheckoutTaskHelper()
Method Detail

setTaskAttributes

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

setAdditionalTaskObjectAttributes

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

newCustomTaskObjects

public void newCustomTaskObjects(Properties parameters,
                                 Properties formData,
                                 Locale locale,
                                 JSTableFormHelper jsfh,
                                 Task task)
                          throws WTException
Specified by:
newCustomTaskObjects in interface JSTableCustomTaskObjects
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