wt.change2
Class FindChangeRequestForChangeOrderDelegate

java.lang.Object
  extended by wt.change2.FindChangeRequestForChangeOrderDelegate
All Implemented Interfaces:
Externalizable, Serializable, FindChangeRequestDelegate

public class FindChangeRequestForChangeOrderDelegate
extends Object
implements FindChangeRequestDelegate, Externalizable

Finds a ChangeRequestIfc based on a ChangeOrderIfc.

Supported API: true

Extendable: false

See Also:
FindChangeRequestDelegate, ChangeOrderIfc, Serialized Form

Method Summary
 ChangeRequestIfc findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 void setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findChangeRequest

public ChangeRequestIfc findChangeRequest(Object ci)
                                   throws ChangeException2,
                                          WTException
Finds the ChangeRequestIfc for an item of type Object.

Supported API: true

Specified by:
findChangeRequest in interface FindChangeRequestDelegate
Parameters:
ci -
Returns:
ChangeRequestIfc
Throws:
ChangeException2
WTException

setHtmlClientState

public void setHtmlClientState(Object contextObj,
                               ChangeRequestIfc cr,
                               Properties formData,
                               Properties parameters,
                               Locale locale,
                               OutputStream os)
                        throws WTException
Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.

Supported API: true

Specified by:
setHtmlClientState in interface FindChangeRequestDelegate
Parameters:
contextObj -
cr -
formData -
parameters -
locale -
os -
Throws:
WTException