public class IntercompanyReportOM extends Object implements Serializable
| Constructor and Description |
|---|
IntercompanyReportOM(SessionInfo sessionInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getReportTemplatesForFormatAndType(REPORT_TYPES reportType,
REPORT_FORMATS reportFormat)
Get the report templates for format and type
|
List<String> |
getStyleSheets()
Get the StyleSheets
|
List<String> |
getTemplates(String format)
Get the list of templates appropriate to the format
|
protected void |
initialize() |
int |
startICMatchingReport(SystemReport report)
Start IC Matching Report
|
int |
startIntercompanyReport(IntercompanyReportDefinition reportDefinition)
Launch the report generation
|
public IntercompanyReportOM(SessionInfo sessionInfo) throws HFMException
HFMExceptionprotected void initialize()
throws HFMException
HFMExceptionpublic List<String> getTemplates(String format) throws HFMException
format - Format StringHFMExceptionpublic List<String> getStyleSheets() throws HFMException
HFMExceptionpublic List<String> getReportTemplatesForFormatAndType(REPORT_TYPES reportType, REPORT_FORMATS reportFormat) throws HFMException
reportType - type of the reportreportFormat - format of the reportHFMExceptionpublic int startIntercompanyReport(IntercompanyReportDefinition reportDefinition) throws HFMException
reportDefinition - Report Definition ObjectHFMExceptionpublic int startICMatchingReport(SystemReport report) throws HFMException
report - Report ObjectHFMExceptionCopyright 2007, 2026, Oracle. All rights reserved.