Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.srs.view.backing.output
Class OutputUtil

java.lang.Object
  extended by oracle.apps.fnd.applcp.srs.view.backing.output.OutputUtil

public class OutputUtil
extends java.lang.Object


Constructor Summary
OutputUtil()
           
 
Method Summary
static OutputDocument getDefaultDocument(oracle.xdo.service.client.types.ReportDefinition a_reportDef, ErrorMsg a_errMsg, java.util.Locale a_locale)
          This method gets the default document object as per the default template id set on the ReportDefinition object.
static java.util.Map<java.lang.String,OutputDocument> getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef, ErrorMsg a_errMsg)
           
static java.util.Map<java.lang.String,OutputDocument> getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef, ErrorMsg a_errMsg, java.util.Locale a_locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputUtil

public OutputUtil()
Method Detail

getTemplatesFromReportDefinition

public static java.util.Map<java.lang.String,OutputDocument> getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef,
                                                                                              ErrorMsg a_errMsg)

getTemplatesFromReportDefinition

public static java.util.Map<java.lang.String,OutputDocument> getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef,
                                                                                              ErrorMsg a_errMsg,
                                                                                              java.util.Locale a_locale)

getDefaultDocument

public static OutputDocument getDefaultDocument(oracle.xdo.service.client.types.ReportDefinition a_reportDef,
                                                ErrorMsg a_errMsg,
                                                java.util.Locale a_locale)
This method gets the default document object as per the default template id set on the ReportDefinition object. The default format, if set, is set on this default document object before returning it. In case there isn't any default template id specified, then this method simply tries to get the first document object in the map and returns it.

Parameters:
a_reportDef - The ReportDefinition object to use.
a_errMsg - The ErrorMsg object that will be filled with error messages, if any.
a_locale - The Locale object to use.
Returns:
The default document object.

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.