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

E22563-01

Uses of Class
oracle.apps.fnd.applcp.srs.view.backing.output.OutputDocument

Packages that use OutputDocument
oracle.apps.fnd.applcp.monitor.ui.bean   
oracle.apps.fnd.applcp.srs.view.backing   
oracle.apps.fnd.applcp.srs.view.backing.output   
oracle.apps.fnd.applcp.srs.view.interfaces   
 

Uses of OutputDocument in oracle.apps.fnd.applcp.monitor.ui.bean
 

Methods in oracle.apps.fnd.applcp.monitor.ui.bean that return types with arguments of type OutputDocument
 java.util.Map<java.lang.String,OutputDocument> MonitorProcessesBean.getTemplatesForCurrentReportID()
          It returns the templates map
 

Methods in oracle.apps.fnd.applcp.monitor.ui.bean with parameters of type OutputDocument
 void MonitorProcessesBean.addEmailDestination(java.util.Map<java.lang.String,java.lang.Object> paramsMap, int destCount, OutputDocument doc)
          This method will construct EmailDestination object from the paramsMap and add it into the output document.
 void MonitorProcessesBean.addFaxDestination(java.util.Map<java.lang.String,java.lang.Object> paramsMap, int destCount, OutputDocument doc)
          This method will construct FaxDestination object from the paramsMap and add it into the output document.
 void MonitorProcessesBean.addPrinterDestination(java.util.Map<java.lang.String,java.lang.Object> paramsMap, int destCount, OutputDocument doc)
          This method will construct PrinterDestination object from the paramsMap and add it into the output document.
 

Uses of OutputDocument in oracle.apps.fnd.applcp.srs.view.backing
 

Methods in oracle.apps.fnd.applcp.srs.view.backing that return OutputDocument
 OutputDocument OutputHandler.addOutputDocument()
          this method will allow the user to add a document to the output.
 OutputDocument OutputHandler.createDocument()
          This method helps to create an empty document object.
 OutputDocument RequestHeaderDetails.getBasicModeDocument()
           
 

Methods in oracle.apps.fnd.applcp.srs.view.backing that return types with arguments of type OutputDocument
 java.util.Map<java.lang.String,OutputDocument> ScheduleRequest.getTemplatesForCurrentReportID()
           
 java.util.Map<java.lang.String,OutputDocument> ScheduleJobset.getTemplatesForCurrentReportID()
           
 

Methods in oracle.apps.fnd.applcp.srs.view.backing with parameters of type OutputDocument
 void OutputHandler.addBasicEmailDestination(OutputDocument a_document, java.lang.String a_emailToAddress)
           
 void OutputHandler.addBasicPrinterDestination(OutputDocument a_document, java.lang.String a_printerName)
           
 void OutputHandler.removeBasicEmailDestination(OutputDocument a_document, java.lang.String a_emailToAddress)
           
 void OutputHandler.removeBasicPrinterDestination(OutputDocument a_document, java.lang.String a_printerName)
           
 void RequestHeaderDetails.setBasicModeDocument(OutputDocument a_basicModeDocument)
           
 void OutputHandler.updateBasicPrinterDestination(OutputDocument a_document, java.lang.String a_oldPrinterName, java.lang.String a_printerName)
           
 

Uses of OutputDocument in oracle.apps.fnd.applcp.srs.view.backing.output
 

Methods in oracle.apps.fnd.applcp.srs.view.backing.output that return OutputDocument
static OutputDocument OutputUtil.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.
 OutputDocument OutputDocumentTableRow.getSelectedDocument()
           
 OutputDocument OutputDocumentTableRow.getSelectedDocument1()
           
 

Methods in oracle.apps.fnd.applcp.srs.view.backing.output that return types with arguments of type OutputDocument
static java.util.Map<java.lang.String,OutputDocument> OutputUtil.getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef, ErrorMsg a_errMsg)
           
static java.util.Map<java.lang.String,OutputDocument> OutputUtil.getTemplatesFromReportDefinition(oracle.xdo.service.client.types.ReportDefinition a_reportDef, ErrorMsg a_errMsg, java.util.Locale a_locale)
           
 

Methods in oracle.apps.fnd.applcp.srs.view.backing.output with parameters of type OutputDocument
 void OutputDocumentTableRow.setSelectedDocument(OutputDocument a_selectedDocument)
           
 void OutputDocumentTableRow.setSelectedDocument1(OutputDocument a_selectedDocument)
           
 

Constructor parameters in oracle.apps.fnd.applcp.srs.view.backing.output with type arguments of type OutputDocument
OutputDocumentTableRow(java.util.Map<java.lang.String,OutputDocument> a_templateMap, java.lang.String a_FMG)
           
 

Uses of OutputDocument in oracle.apps.fnd.applcp.srs.view.interfaces
 

Methods in oracle.apps.fnd.applcp.srs.view.interfaces that return types with arguments of type OutputDocument
 java.util.Map<java.lang.String,OutputDocument> IOutputUser.getTemplatesForCurrentReportID()
           
 


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

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.