wt.clients.change2
Class WTChangeRequest2TaskDelegate

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

public class WTChangeRequest2TaskDelegate
extends TaskDelegate

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

Supported API: true.

Extendable: true.


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

Method Detail

launchCreateTask

public void launchCreateTask()
                      throws TaskDelegateException
Launch the applet that will be used to create a WTChangeIssue.

Supported API: true.

Throws:
TaskDelegateException - if an error occurs launching a create task
See Also:
TaskDelegate

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 WTChangeIssue.

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