Package lumis.portal.report

Package class diagram package lumis.portal.report
Provides access to report configuration and definition.

See:
          Description

Interface Summary
IReportManager Provides report related operations.
 

Class Summary
Report Holds configuration information of a Report.
ReportManager Implementation of report management operations.
ReportParameter A parameter entry of a Report.
ReportType The type of a Report.
ReportTypeParameter A parameter of a report type.
 

Package lumis.portal.report Description

Provides access to report configuration and definition.

Operations are provided by IReportManager, available in ManagerFactory.getReportManager().

Entities in this package may also be accessed through EntityManager available in ManagerFactory.getEntityManager(). The entities are ReportType, ReportTypeParameter, Report and ReportParameter.

A ReportType contains definitions and configurations for a type based on which Report may be created. Report may also contain some specific configurations, and are the instances on which the user generates the report view.

Since:
4.1.0


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.