Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla 136595 Need DTE to provider API to get values of a column binding for the data set

- Summary:
Added a new method in the Report Data Adaptor API to retrieve the distinct values of a data set column. This is used to support the dynamic value pick list in UI filter construction.


- Bugzilla Bug (s) Resolved:
Bugzilla 136595 Need DTE to provider API to get values of a column binding for the data set

- Description:
Added a new method in the Report Data Adaptor API to retrieve the distinct values of a data set column. This is used to support the dynamic value pick list in UI filter construction.

Also included in this checkin is some changes in the Model Adaptor code to return concrete classes rather than interfaces.

- Tests Description:
n/a

- Files Edited:

"/org.eclipse.birt.report.data.adaptor/src/org/eclipse/birt/report/data/adaptor/impl/ModelAdaptor.java" "/org.eclipse.birt.report.data.adaptor/src/org/eclipse/birt/report/data/adaptor/api/IModelAdaptor.java" "/org.eclipse.birt.report.data.adaptor/src/org/eclipse/birt/report/data/adaptor/impl/DataRequestSessionImpl.java" "/org.eclipse.birt.report.data.adaptor/src/org/eclipse/birt/report/data/adaptor/api/DataRequestSession.java"

- Files Added:

- Notes to Build Team:


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 


Back to the top