wt.clients.change2
Class WTChangeOrder2TaskDelegate
java.lang.Object
wt.clients.util.TaskDelegate
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 wt.clients.util.TaskDelegate |
confirmAction, deleteObject, displayPropertiesPage, getObject, getParentApplet, getParentFolder, getParentFrame, launchCreateTask, launchDeleteTask, launchSaveAsTask, launchViewDistributionListTask, setObject, setObjectReference, setParentApplet, setParentFolder, setParentFrame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLCLASSNAME
private static String URLCLASSNAME
URLMETHODNAME
private static String URLMETHODNAME
CM_UPDATE_ACTION
private static String CM_UPDATE_ACTION
WTChangeOrder2TaskDelegate
public WTChangeOrder2TaskDelegate()
launchUpdateTask
public void launchUpdateTask()
throws ModificationNotAllowedException,
NotAuthorizedException,
ObjectNoLongerExistsException,
WTException,
TaskDelegateException
- Launch the applet to update the selected
WTChangeIssue
.
Supported API: true.
- Overrides:
launchUpdateTask
in class TaskDelegate
- Throws:
WTException
- if an error occurs preparing the object
for modification
NotAuthorizedException
- if the current user does not have
permission to modify nor view the object
ModificationNotAllowedException
- if the current user has permission to
view but not modify the object
TaskDelegateException
- if an error occurs launching a update
task
ObjectNoLongerExistsException
- if the object no longer exists in the
database- See Also:
TaskDelegate
launchViewTask
public void launchViewTask()
throws ModificationNotAllowedException,
NotAuthorizedException,
ObjectNoLongerExistsException,
WTException,
TaskDelegateException
- Launch the applet to view the selected
WTChangeOrder2
.
Supported API: true.
- Overrides:
launchViewTask
in class TaskDelegate
- Throws:
ObjectNoLongerExistsException
- if the object no longer exists in the
database
NotAuthorizedException
- if the current user does not have
permission to view the object
TaskDelegateException
- if an error occurs launching a view
task
WTException
- if an error occurs preparing the object
for viewing
ModificationNotAllowedException
- See Also:
TaskDelegate