Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Add a new API findCascadingParameterGroup( String groupName )in ModuleHandle

Title: Checkin: Add a new API findCascadingParameterGroup( String groupName )in ModuleHandle

- Summary: Add a new API findCascadingParameterGroup( String groupName )in ModuleHandle
- Bugzilla Bug (s)
Resolved:
- Description:

Add a new API to ModuleHandle
public CascadingParameterGroupHandle findCascadingParameterGroup(
                        String groupName )

It Returns a cascading parameter group handle with the given group name.

- Tests Description  : Unit tested
- Files Edited:
- Files Added:

- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
  
- Notes to Documentation:  

Affected Files:
    Checking in test/org/eclipse/birt/report/model/api/input/ReportDesignHandleTest2.xml;

    Checking in test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java;
    Checking in src/org/eclipse/birt/report/model/api/CascadingParameterGroupHandle.java;
    Checking in src/org/eclipse/birt/report/model/api/ModuleHandle.java;


Rock Yu
Actuate Corporation - Shanghai R&D Center
Phone:(86)21-50270900 Ext 229
Email: cyu@xxxxxxxxxxx


Back to the top