Static Public Member Functions | |
_.Library.Status | Generate (_.Library.String className, _.Library.String reportName, _.Library.String queryClass, _.Library.String queryName, _.Library.Boolean sortandgroup, _.Library.String GroupOption, _.Library.String SortOption, _.Library.String SortBy, UniqueId) |
Generate a ZEN Report More... | |
_.Library.Status | GenerateForSQL (_.Library.String className, _.Library.String reportName, _.Library.String sql, _.Library.Boolean sortandgroup, _.Library.String GroupOption, _.Library.String SortOption, _.Library.String SortBy, UniqueId) |
Generate a ZEN Report More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
|
static |
className - name that generated ZEN Report will have, for instance pkgname.GeneratedReport
reportName - name of ZEN Report, root element of generated XML
queryClass - name of class for which report is generated
queryName - name of query for which report is generated
sortandgroup - if 1, we sort and group and next four parameters used, otherwise we don't sort and group
GroupOption - name of option that determines grouping
SortOption - name of option that determines sorting of detail records.
SortBy - name of support internal - set by SortOption, a good value for this is "SortBy" if no column in query named "SortBy"
UniqueId - default sorting field of query, one can set this outside query, will be used to sort report columns if one group in report/columns within group if several groups within report
|
static |
className - name that generated ZEN Report will have, for instance pkgname.GeneratedReport
reportName - name of ZEN Report, root element of generated XML
sql - sql used in report generation
sortandgroup - if 1, we sort and group and next four parameters used, otherwise we don't sort and group
GroupOption - name of option that determines grouping
SortOption - name of option that determines sorting of detail records.
SortBy - name of support internal - set by SortOption, a good value for this is "SortBy" if no column in query named "SortBy"
UniqueId - default sorting field of query, one can set this outside query, will be used to sort report columns if one group in report/columns within group if several groups within report