wt.query.report
Class RecursiveColumnDef

java.lang.Object
  extended bywt.query.report.ColumnDef
      extended bywt.query.report.PropertyColumnDef
          extended bywt.query.report.RecursiveColumnDef
All Implemented Interfaces:
Externalizable, Serializable

public class RecursiveColumnDef
extends PropertyColumnDef
implements Externalizable



Supported API: false

Extendable: false

See Also:
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
           
private  ColumnDef theColumnDef
           
 
Fields inherited from class wt.query.report.PropertyColumnDef
 
Fields inherited from class wt.query.report.ColumnDef
QUALIFIED_SEPARATOR
 
Constructor Summary
RecursiveColumnDef()
          

Supported API: false
RecursiveColumnDef(PropertyDescriptor a_property, String a_heading, ColumnDef a_columnDef)
          

Supported API: false
 
Method Summary
 ColumnDef getColumnDef()
          Gets the object for the association that plays role: theColumnDef.
protected  Object getObject(Object a_object)
          Get the result object for this column.
 String getQualifiedHeading()
          

Supported API: false
 String getQualifiedName()
          

Supported API: false
 int getResultIndex()
          Gets the value of the attribute: resultIndex.
 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(RecursiveColumnDef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setColumnDef(ColumnDef a_ColumnDef)
          Sets the object for the association that plays role: theColumnDef.
private  void theColumnDefValidate(ColumnDef a_ColumnDef)
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class wt.query.report.PropertyColumnDef
getPropertyObject, getType, readVersion
 
Methods inherited from class wt.query.report.ColumnDef
getDisplay, getHeading, getLocale, getName, readVersion, setHeading, setLocale, setName
 
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

theColumnDef

private ColumnDef theColumnDef

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

RecursiveColumnDef

public RecursiveColumnDef()


Supported API: false


RecursiveColumnDef

public RecursiveColumnDef(PropertyDescriptor a_property,
                          String a_heading,
                          ColumnDef a_columnDef)
                   throws WTPropertyVetoException


Supported API: false

Parameters:
a_property -
a_heading -
a_columnDef -
Throws:
WTPropertyVetoException
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
Overrides:
writeExternal in class PropertyColumnDef
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
Overrides:
readExternal in class PropertyColumnDef
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(RecursiveColumnDef 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

getColumnDef

public ColumnDef getColumnDef()
Gets the object for the association that plays role: theColumnDef.

Supported API: false

Returns:
ColumnDef

setColumnDef

public void setColumnDef(ColumnDef a_ColumnDef)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: theColumnDef.

Supported API: false

Parameters:
a_ColumnDef -
Throws:
WTPropertyVetoException

theColumnDefValidate

private void theColumnDefValidate(ColumnDef a_ColumnDef)
                           throws WTPropertyVetoException
Parameters:
a_ColumnDef -
Throws:
WTPropertyVetoException

getResultIndex

public int getResultIndex()
Gets the value of the attribute: resultIndex.

Supported API: false

Specified by:
getResultIndex in class PropertyColumnDef
Returns:
int

getObject

protected Object getObject(Object a_object)
                    throws WTException
Get the result object for this column.

Supported API: false

Specified by:
getObject in class PropertyColumnDef
Parameters:
a_object -
Returns:
Object
Throws:
WTException

getQualifiedHeading

public String getQualifiedHeading()


Supported API: false

Specified by:
getQualifiedHeading in class PropertyColumnDef
Returns:
String

getQualifiedName

public String getQualifiedName()


Supported API: false

Specified by:
getQualifiedName in class PropertyColumnDef
Returns:
String