|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.report.ColumnResultSpec
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Vector |
columnDefinitions
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
private ResultSetSpec |
resultSet
|
(package private) static long |
serialVersionUID
|
Fields inherited from interface wt.query.report.ResultSpec |
COLUMN_COUNT, RESULT_SET, ROW_COUNT |
Constructor Summary | |
ColumnResultSpec()
Supported API: false |
|
ColumnResultSpec(ResultSetSpec a_resultSetSpec,
Vector a_columnDefinitions)
Supported API: false |
Method Summary | |
private void |
checkColumn(int a_column)
|
private void |
columnDefinitionsValidate(Vector a_ColumnDefinitions)
|
int |
getColumnCount()
Gets the value of the attribute: columnCount. |
Vector |
getColumnDefinitions()
Gets the object for the association that plays role: columnDefinitions. |
Vector |
getColumnsByResultIndex(int a_resultIndex)
Supported API: false |
Object |
getHeading(int a_column)
Supported API: false |
ResultSetSpec |
getResultSet()
Gets the object for the association that plays role: resultSet. |
int |
getRowCount()
Gets the value of the attribute: rowCount. |
Class |
getType(int a_column)
Supported API: false |
Object |
getValue(int a_row,
int a_column)
Supported API: false |
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(ColumnResultSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setColumnDefinitions(Vector a_ColumnDefinitions)
Sets the object for the association that plays role: columnDefinitions. |
void |
setResultSet(ResultSetSpec a_ResultSet)
Sets the object for the association that plays role: resultSet. |
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 |
private static final String RESOURCE
private static final String CLASSNAME
private ResultSetSpec resultSet
private Vector columnDefinitions
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ColumnResultSpec()
public ColumnResultSpec(ResultSetSpec a_resultSetSpec, Vector a_columnDefinitions) throws WTPropertyVetoException
a_resultSetSpec
- a_columnDefinitions
-
WTPropertyVetoException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ColumnResultSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public Vector getColumnDefinitions()
public void setColumnDefinitions(Vector a_ColumnDefinitions) throws WTPropertyVetoException
a_ColumnDefinitions
-
WTPropertyVetoException
private void columnDefinitionsValidate(Vector a_ColumnDefinitions) throws WTPropertyVetoException
a_ColumnDefinitions
-
WTPropertyVetoException
public int getRowCount()
getRowCount
in interface ResultSpec
public int getColumnCount()
getColumnCount
in interface ResultSpec
public Object getValue(int a_row, int a_column) throws WTException
getValue
in interface ResultSpec
a_row
- a_column
-
WTException
public Object getHeading(int a_column) throws WTException
getHeading
in interface ResultSpec
a_column
-
WTException
public Vector getColumnsByResultIndex(int a_resultIndex) throws WTException
getColumnsByResultIndex
in interface ResultSpec
a_resultIndex
-
WTException
public Class getType(int a_column) throws WTException
getType
in interface ResultSpec
a_column
-
WTException
public ResultSetSpec getResultSet()
getResultSet
in interface ResultSpec
public void setResultSet(ResultSetSpec a_ResultSet) throws WTPropertyVetoException
setResultSet
in interface ResultSpec
a_ResultSet
-
WTPropertyVetoException
private void checkColumn(int a_column) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |