wt.clients.doc
Class RequirementsTaskDelegate

java.lang.Object
  extended bywt.clients.util.TaskDelegate
      extended bywt.clients.doc.WTDocumentTaskDelegate
          extended bywt.clients.doc.RequirementsTaskDelegate

public class RequirementsTaskDelegate
extends WTDocumentTaskDelegate

Class RequirementsTaskDelegate provides support for launching the tasks to create, update and view Requirements documents. The implementation for updating and viewing Requirements documents is inherited from the WTDocumentTaskDelegate superclass.

Supported API: true

Extendable: true

See Also:
TaskDelegate, WTDocumentTaskDelegate, wt.doc.Requirements

Field Summary
 
Fields inherited from class wt.clients.doc.WTDocumentTaskDelegate
 
Fields inherited from class wt.clients.util.TaskDelegate
ACTION_KEY, OBJ_PROPS_ACTION, object, objReference, OID_KEY, parentApplet, parentFolder, parentFrame, URL_TEMPLATE_ACTION, URLPROCESSOR_CLASS
 
Constructor Summary
RequirementsTaskDelegate()
           
 
Method Summary
 void launchCreateTask()
          Method launchCreateTask launches the CreateDocumentFrame to create a new Requirements document.
 
Methods inherited from class wt.clients.doc.WTDocumentTaskDelegate
launchDeleteTask, launchSaveAsTask, launchUpdateTask, launchViewTask
 
Methods inherited from class wt.clients.util.TaskDelegate
confirmAction, deleteObject, displayPropertiesPage, getObject, getParentApplet, getParentFolder, getParentFrame, launchViewDistributionListTask, setObject, setObjectReference, setParentApplet, setParentFolder, setParentFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequirementsTaskDelegate

public RequirementsTaskDelegate()
Method Detail

launchCreateTask

public void launchCreateTask()
                      throws TaskDelegateException
Method launchCreateTask launches the CreateDocumentFrame to create a new Requirements document. If the parentFolder on this TaskDelegate has been set, and that parentFolder is located in the current user's personal Cabinet, that folder is used to initialize the location in which to create the new Requirements document.

Supported API: true

Overrides:
launchCreateTask in class WTDocumentTaskDelegate
Throws:
TaskDelegateException - if an error occurs attempting to set the folder in which to create the Requirements document
See Also:
CreateDocumentFrame, wt.doc.General, WTDocument