|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.clients.util.TaskDelegate
wt.clients.effectivity.ConfigurationItemTaskDelegate
public class ConfigurationItemTaskDelegate
Class ConfigurationItemTaskDelegate provides support for launching
the tasks to create, update and view ConfigurationItems.
Supported API: true.
Extendable: true.
TaskDelegate| Constructor Summary | |
|---|---|
ConfigurationItemTaskDelegate()
Create the task delegate. |
|
| Method Summary | |
|---|---|
Applet |
getApplet()
Return the parent applet. |
Frame |
getFrame()
Return the parent frame. |
Object |
getObject()
Return the object the manipulate. |
void |
launchCreateTask()
Method launchCreateTask launches the
ConfigItemFrame to create a new ConfigurationItem. |
void |
launchUpdateTask()
Method launchUpdateTask launches the
ConfigItemFrame to update a given ConfigurationItem. |
void |
launchViewTask()
Method launchViewTask launches the ConfigItemFrame
to view a given ConfigurationItem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationItemTaskDelegate()
| Method Detail |
|---|
public Object getObject()
TaskDelegate.getObject(),
TaskDelegate.launchViewTask(),
TaskDelegate.launchUpdateTask(),
TaskDelegate.launchDeleteTask(),
WTReferencepublic Frame getFrame()
public Applet getApplet()
public void launchCreateTask()
throws TaskDelegateException
launchCreateTask launches the
ConfigItemFrame to create a new ConfigurationItem.
TaskDelegateException - if an error occurs attempting to
set the folder in which to create the documentConfigItemFrame,
ConfigurationItem
public void launchViewTask()
throws TaskDelegateException,
ObjectNoLongerExistsException,
WTException,
NotAuthorizedException
launchViewTask launches the ConfigItemFrame
to view a given ConfigurationItem.
TaskDelegateException - if no object has been given to view or
the given object is not a ConfigurationItem
ObjectNoLongerExistsException - if the object no longer exists in the
database
NotAuthorizedException - if the current user does not have
permission to view the object
WTException - if an error occurs preparing the object
for viewingConfigItemFrame,
ConfigurationItem
public void launchUpdateTask()
throws TaskDelegateException,
ObjectNoLongerExistsException,
ModificationNotAllowedException,
NotAuthorizedException,
WTException
launchUpdateTask launches the
ConfigItemFrame to update a given ConfigurationItem.
Before launching the frame in which to update the ConfigurationItme, this method
will verify that the given ConfigurationItem is available for modification.
TaskDelegateException - if no object has been given to update or
the given object is not a ConfigurationItem
ModificationNotAllowedException - if the current user has permission to view but
not to modify the given ConfigurationItem
NotAuthorizedException - if the current user does not have permission to
modify nor view the given ConfigurationItem
ObjectNoLongerExistsException - the given ConfigurationItem no longer exists in the
database
WTException - if an error occurs preparing the given ConfigurationItem
for modificationConfigItemFrame,
ConfigurationItem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||