|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages persistence of report objects.
Copyright (c) SAP AG 2003-2004
| Method Summary | |
IReportResult |
create(IReportResult rr,
IResourceContext context)
Create a new resource representing the given report result. |
IScheduledReport |
create(IScheduledReport sr,
IResourceContext context)
Create a new resource representing the given scheduled report. |
Set |
getScheduledReports(IResourceContext context)
Return the set of scheduled reports. |
IResource |
linkTo(IResource target)
Create a new flex link which points to the given resource. |
IReportResult |
update(IReportResult rr,
IResource resource)
Update the given resource with the report result. |
IScheduledReport |
update(IScheduledReport sr,
IResource resource)
Update the given resource with the scheduled report. |
| Method Detail |
public IScheduledReport create(IScheduledReport sr,
IResourceContext context)
throws ResourceException
sr - the scheduled report to persistcontext - to work in
ResourceException
public IScheduledReport update(IScheduledReport sr,
IResource resource)
throws ResourceException
sr - the scheduled reportresource - to overwrite
ResourceException
public Set getScheduledReports(IResourceContext context)
throws ResourceException
context - to work in
ResourceException
public IReportResult create(IReportResult rr,
IResourceContext context)
throws ResourceException
rr - the report result to persistcontext - to work in
ResourceException
public IReportResult update(IReportResult rr,
IResource resource)
throws ResourceException
rr - the report resultresource - to overwrite
ResourceException
public IResource linkTo(IResource target)
throws ResourceException
target - of link
ResourceException - on general failure
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||