wt.change2
Class FindChangeRequestForChangeOrderDelegate

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

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

Field Summary
private static String CLASSNAME
           
static long EXTERNALIZATION_VERSION_UID
           
protected static long OLD_FORMAT_VERSION_UID
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
 
Constructor Summary
FindChangeRequestForChangeOrderDelegate()
           
 
Method Summary
 ChangeRequestIfc findChangeRequest(Object ci)
          Finds the ChangeRequestIfc for an item of type Object.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(FindChangeRequestForChangeOrderDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 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.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

FindChangeRequestForChangeOrderDelegate

public FindChangeRequestForChangeOrderDelegate()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(FindChangeRequestForChangeOrderDelegate thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

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