|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportDataSet
Method Summary | |
---|---|
Object |
clone()
|
Collection<String> |
getColumnNames()
Returns names' collection of columns or properties |
Object |
getCurrentObject()
Returns a current object, can be null |
String |
getId()
|
String |
getMasterId()
Returns id of the leading DataSet |
and.dbcomp.DataSetParams |
getParams()
Returns parameters |
Object |
getValue(String name)
Returns value from the current record (object) by the name |
boolean |
hasNext()
|
boolean |
next()
Moves the cursor on the next record (object) in the DataSet |
boolean |
reopen()
Reopens the DataSet when the MasterDataSet changes parameters |
Method Detail |
---|
String getId()
boolean next() throws ReportException
ReportException
Object getValue(String name) throws ReportException
name
- -
the column's name or the property's name
ReportException
Collection<String> getColumnNames() throws ReportException
ReportException
Object getCurrentObject()
and.dbcomp.DataSetParams getParams() throws ReportException
ReportException
String getMasterId()
boolean reopen() throws ReportException
ReportException
Object clone()
boolean hasNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |