public final class GlobalMasterRow
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
GlobalMasterRow |
advance()
This advances the cursor by one row and updates the flags.
|
static GlobalMasterRow |
createReportRow(GlobalMasterRow parentRow,
ReportContext reportContext) |
static GlobalMasterRow |
createReportRow(ReportContext reportContext) |
void |
dataRowChanged(MasterDataRowChangeEvent chEvent)
A call back method to communicate structural changes back to the master
rows.
|
GlobalMasterRow |
derive()
Derives an instance of this datarow.
|
ExpressionDataRow |
getExpressionDataRow() |
DataRow |
getGlobalView() |
ImportedVariablesDataRow |
getImportedDataRow() |
ParameterDataRow |
getParameterDataRow() |
GlobalMasterRow |
getParentDataRow() |
ReportDataRow |
getReportDataRow() |
boolean |
isAdvanceable() |
void |
setExportedDataRow(ImportedVariablesDataRow importedDataRow) |
void |
setParameterDataRow(ParameterDataRow parameterDataRow) |
void |
setReportDataRow(ReportDataRow reportDataRow) |
public static GlobalMasterRow createReportRow(ReportContext reportContext)
public static GlobalMasterRow createReportRow(GlobalMasterRow parentRow, ReportContext reportContext)
public ExpressionDataRow getExpressionDataRow()
public ReportDataRow getReportDataRow()
public void setReportDataRow(ReportDataRow reportDataRow) throws DataSourceException
DataSourceException
public ParameterDataRow getParameterDataRow()
public void setParameterDataRow(ParameterDataRow parameterDataRow) throws DataSourceException
DataSourceException
public GlobalMasterRow getParentDataRow()
public ImportedVariablesDataRow getImportedDataRow()
public void setExportedDataRow(ImportedVariablesDataRow importedDataRow) throws DataSourceException
DataSourceException
public GlobalMasterRow derive() throws DataSourceException
DataSourceException
public GlobalMasterRow advance() throws DataSourceException
DataSourceException
public boolean isAdvanceable() throws DataSourceException
DataSourceException
public DataRow getGlobalView()
public void dataRowChanged(MasterDataRowChangeEvent chEvent) throws DataSourceException
chEvent
- DataSourceException