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

E22563-02

oracle.apps.fnd.applcp.srs.view.interfaces
Interface IOutputUser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MonitorProcessesBean, ScheduleJobset, ScheduleRequest

public interface IOutputUser
extends java.io.Serializable

This interface needs to be used by anyone who is interested to use the Output dynamic declarative component. Full working of the dynamic DC requires the proper implementation of all the methods contained in this interface.


Nested Class Summary
static class IOutputUser.MODE
           
 
Method Summary
 java.util.List<java.lang.String> getDestinationServerList(IOutputDestination.DESTINATION_TYPE a_destType)
           
 oracle.as.scheduler.ParameterList getJobParameterList(java.lang.String a_jobName, java.lang.String a_jobPackage)
           
 java.util.List<IOutputDocumentTableRow> getSavedOutputDocumentsList()
          This method will only be used in the 'edit' mode of the UI, when the UI would need the list of all the saved output details to render.
 java.util.Map<java.lang.String,OutputDocument> getTemplatesForCurrentReportID()
           
 void setreportID(java.lang.String a_jobName, java.lang.String a_jobPackage)
           
 

Method Detail

getJobParameterList

oracle.as.scheduler.ParameterList getJobParameterList(java.lang.String a_jobName,
                                                      java.lang.String a_jobPackage)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

setreportID

void setreportID(java.lang.String a_jobName,
                 java.lang.String a_jobPackage)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getTemplatesForCurrentReportID

java.util.Map<java.lang.String,OutputDocument> getTemplatesForCurrentReportID()
                                                                              throws java.lang.Throwable
Throws:
java.lang.Throwable

getDestinationServerList

java.util.List<java.lang.String> getDestinationServerList(IOutputDestination.DESTINATION_TYPE a_destType)

getSavedOutputDocumentsList

java.util.List<IOutputDocumentTableRow> getSavedOutputDocumentsList()
This method will only be used in the 'edit' mode of the UI, when the UI would need the list of all the saved output details to render. In other circumstances (like the 'create' mode), this method may return null or an empty list.

Returns:
A list of all the output documents.

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

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.