|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.report.Report
com.sun.mdm.index.report.MultirowReport1
Base class for reports that contain one object image
| Field Summary |
| Fields inherited from class com.sun.mdm.index.report.Report |
mConfig |
| Constructor Summary | |
MultirowReport1(MultirowReportConfig1 config)
Creates a new instance of MultirowReport1. |
|
| Method Summary | |
void |
addRow(ReportRow reportRow)
Adds a row. |
void |
clear()
Clears the old set of records from mRows ArrayList. |
ReportRow |
getNextRow()
Gets the next row. |
boolean |
hasMore()
Checks if there are more records in the result set. |
boolean |
hasNext()
Checks if there is another row. |
void |
outputDelimitedTextHeader(java.io.PrintStream pstream)
Output the header to the output stream. |
void |
outputDelimitedTextRow(java.io.PrintStream pstream,
MultirowReportObject1 reportRow)
Appends text representation of object node to the stream. |
void |
setNoMore()
Sets the moreRec flag to false when no records available in result set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultirowReport1(MultirowReportConfig1 config)
config - Report configuration.| Method Detail |
public void addRow(ReportRow reportRow)
reportRow - The row that is to be added.public void clear()
public ReportRow getNextRow()
public boolean hasMore()
public boolean hasNext()
public void outputDelimitedTextHeader(java.io.PrintStream pstream)
throws java.lang.Exception
pstream - Print stream for output.
java.lang.Exception - if an error occurs.
public void outputDelimitedTextRow(java.io.PrintStream pstream,
MultirowReportObject1 reportRow)
throws java.lang.Exception
pstream - Print stream for output.reportRow - Report row to output.
java.lang.Exception - if an error occurs.public void setNoMore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.