|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
OndemandReportManager
public interface LargeReportManager
Interface LargeReportManager manages large report records.
| Method Summary | |
|---|---|
java.lang.String |
getErrorMessage(java.lang.String resultName)
Deprecated. Returns Error Message if the large Report failed to run. |
LargeReportRecord |
getLargeReportRecord(java.lang.String tempResultName)
Deprecated. Gets the large report record of the temporary result. |
java.util.Vector |
getLargeReports(java.lang.String userID)
Deprecated. Gets large report records registered by the user. |
LargeReportRecord |
notifyCompleted(java.lang.String tempResultName)
Deprecated. Notifies the large report runs over. |
void |
removeLargeReport(java.lang.String tempResultName,
boolean isStop)
Deprecated. Removes the large report record of the temporary result. |
| Method Detail |
|---|
java.util.Vector getLargeReports(java.lang.String userID)
userID - the userID.
LargeReportRecord getLargeReportRecord(java.lang.String tempResultName)
tempResultName - the temporary result name.
LargeReportRecord notifyCompleted(java.lang.String tempResultName)
tempResultName - the temporary result name.
void removeLargeReport(java.lang.String tempResultName,
boolean isStop)
tempResultName - the temporary result name.isStop - if to stop the running of the large report.java.lang.String getErrorMessage(java.lang.String resultName)
resultName - the large Report's result name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||