Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: change chart code to use new dte ResultSetExpression apis

- Summary:
change chart code to use new dte ResultSetExpression apis
- Bugzilla Bug (s) Resolved:
131570(partial)
- Description:
1. Remove getBeforeExpression(), getAfterExpression(), getRowExpression() usage, use getReulstSetExpressions().
2. Use addResultSetExpression() instead of addExpression().
3. replace getString(IBaseExpression), getValue(IBaseExpression) usage with getString(String), getValue(String).
- Tests Description :
Manual test
- Files Edited:

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

 

/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.java
/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTDataRowEvaluator.java
/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java
/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/QueryHelper.java

 

Best Regards,

 

Zhiqiang Qian

Actuate Corporation - Shanghai R&D Center
( : (86)21-58826388
* : zqian@xxxxxxxxxxx

 


Back to the top