Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Add utility class in data adapter so that Report Engine can use it to adapter the Java Script Object registered in Data Engine.

- Summary:
CheckIn:Add utility class in data adapter so that Report Engine can use it to adapter the _javascript_ Object registered in Data Engine.


- Bugzilla Bug (s) Resolved:

No

- Description:
 

Class org.eclipse.birt.report.data.adapter.api.DataAdapterUtil is added to handle _javascript_ Object adoption problem between Data Engine and Report Engine. Specifically it is used to adapt the _javascript_ object that is defined in Data Engine to Report Engine. The unit test is added as well.

 

- Tests Description:
Unit Test.     


- Files Edited:
"/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/AllTests.java"

 

- Files Added:

"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java"

"/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterUtilTest.java"


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 


Back to the top