lumis.portal.report
Interface IReportManager
- All Known Implementing Classes:
- ReportManager
public interface IReportManager
Interface for Managing Reports.
- Since:
- 4.1.0
Method Summary |
void |
add(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
|
void |
delete(SessionConfig sessionConfig,
String reportId,
ITransaction transaction)
|
void |
deleteParameters(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
|
ReportConfig |
get(SessionConfig sessionConfig,
String id,
ITransaction transaction)
|
void |
update(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
|
get
ReportConfig get(SessionConfig sessionConfig,
String id,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
add
void add(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
update
void update(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
delete
void delete(SessionConfig sessionConfig,
String reportId,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
deleteParameters
void deleteParameters(SessionConfig sessionConfig,
ReportConfig reportConfig,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.