wt.clients.change2
Class WTChangeOrder2TaskDelegate

java.lang.Object
  extended by wt.clients.util.TaskDelegate
      extended by wt.clients.change2.WTChangeOrder2TaskDelegate

public class WTChangeOrder2TaskDelegate
extends TaskDelegate

This class is used to launch create, update, and view tasks for the WTChangeOrder2.

Supported API: true.

Extendable: true.


Method Summary
 void launchUpdateTask()
          Launch the applet to update the selected WTChangeIssue.
 void launchViewTask()
          Launch the applet to view the selected WTChangeOrder2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchUpdateTask

public void launchUpdateTask()
                      throws ModificationNotAllowedException,
                             NotAuthorizedException,
                             ObjectNoLongerExistsException,
                             WTException,
                             TaskDelegateException
Launch the applet to update the selected WTChangeIssue.

Supported API: true.

Throws:
ModificationNotAllowedException - if the current user has permission to view but not modify the object
NotAuthorizedException - if the current user does not have permission to modify nor view the object
ObjectNoLongerExistsException - if the object no longer exists in the database
TaskDelegateException - if an error occurs launching a update task
WTException - if an error occurs preparing the object for modification
See Also:
TaskDelegate

launchViewTask

public void launchViewTask()
                    throws ModificationNotAllowedException,
                           NotAuthorizedException,
                           ObjectNoLongerExistsException,
                           WTException,
                           TaskDelegateException
Launch the applet to view the selected WTChangeOrder2.

Supported API: true.

Throws:
NotAuthorizedException - if the current user does not have permission to view the object
ObjectNoLongerExistsException - if the object no longer exists in the database
TaskDelegateException - if an error occurs launching a view task
WTException - if an error occurs preparing the object for viewing
ModificationNotAllowedException
See Also:
TaskDelegate