|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.clients.util.TaskDelegate
wt.clients.change2.WTChangeIssueTaskDelegate
public class WTChangeIssueTaskDelegate
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 |
|---|
public void launchCreateTask()
throws TaskDelegateException
WTChangeIssue.
TaskDelegateException - if an error occurs launching a create taskTaskDelegate
public void launchUpdateTask()
throws ModificationNotAllowedException,
NotAuthorizedException,
ObjectNoLongerExistsException,
WTException,
TaskDelegateException
WTChangeIssue.
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 modificationTaskDelegate
public void launchViewTask()
throws ModificationNotAllowedException,
NotAuthorizedException,
ObjectNoLongerExistsException,
WTException,
TaskDelegateException
WTChangeIssue.
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
ModificationNotAllowedExceptionTaskDelegate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||