Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.flex.mbean.runtime
Class FlexDeployMBeanRun

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.mbean.runtime.FlexDeployMBeanRun
All Implemented Interfaces:
FlexDeploymentConstants
Direct Known Subclasses:
FlexDeployMBeanRunForApp, FlexDeployMBeanRunForPatch, FlexDeployMBeanRunForSingleFlex

public abstract class FlexDeployMBeanRun
extends java.lang.Object
implements FlexDeploymentConstants


Field Summary
protected  java.lang.Object _srvltCtx
           
protected static java.lang.String HRC_SEESION_UTIL_GET_ENTERPRISE_LIST
           
 
Fields inherited from interface oracle.apps.fnd.applcore.flex.deployment.util.FlexDeploymentConstants
ATHASH_RESOLVER, BLANK, CONNECTION_RESOLVER, DEPLOYMENT_STATUS, EFF_CATEGORY_MODELER, EFF_CONTEXT_MODELER, EFF_UI_MODELER, ENTID_REPORT_ELEMENT, ERROR_HEADER, ERROR_REPORT_ELEMENT, FOR_APPID_REPORT_ELEMENT, KFF_USAGES_VO, NONE_ENTERPRISE, QUERY_OBJECT_NAME, REGISTER_OBJECT_NAME, REPORT_HEADER, STATUS_DEPLOYED, STATUS_EDITED, STATUS_ERROR, STATUS_READY, SUCCESS_REPORT_ELEMENT
 
Constructor Summary
FlexDeployMBeanRun()
           
 
Method Summary
protected  java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause, java.util.ArrayList<FlexValidationResult> flexValResults)
           
protected  java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause, java.lang.String[] enterpriseIdArray, java.util.ArrayList<FlexValidationResult> flexValResults)
           
protected  java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause, java.lang.String[] enterpriseIdArray, java.util.ArrayList<FlexValidationResult> flexValResults, boolean partialEFFDeployment)
           
protected  java.util.ArrayList<FlexDeploymentBean> deployKFFWhereClause(java.lang.String whereClause, java.util.ArrayList<FlexValidationResult> flexValResults)
           
protected  java.util.ArrayList<FlexDeploymentBean> deployKFFWhereClause(java.lang.String whereClause, java.lang.String[] enterpriseIdArray, java.util.ArrayList<FlexValidationResult> flexValResults)
           
protected static java.lang.String[] getEnterpriseIDListAsArray(java.sql.Connection conn)
          get EnterpriseIDList as array.
 FlexDeploymentReport getOrCreateReport()
           
abstract  java.util.List<java.lang.String> getReportArray()
           
abstract  FlexDeploymentReport run()
           
protected  void setEnterpriseIDInApplSession(java.lang.String enterpriseID)
          Sets up the Enterprise Id in session context.
protected  void setReport(FlexDeploymentReport rpt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_srvltCtx

protected java.lang.Object _srvltCtx

HRC_SEESION_UTIL_GET_ENTERPRISE_LIST

protected static final java.lang.String HRC_SEESION_UTIL_GET_ENTERPRISE_LIST
See Also:
Constant Field Values
Constructor Detail

FlexDeployMBeanRun

public FlexDeployMBeanRun()
Method Detail

getOrCreateReport

public FlexDeploymentReport getOrCreateReport()

setReport

protected void setReport(FlexDeploymentReport rpt)

run

public abstract FlexDeploymentReport run()

getReportArray

public abstract java.util.List<java.lang.String> getReportArray()

deployDFFWhereClause

protected java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause,
                                                                       java.util.ArrayList<FlexValidationResult> flexValResults)

deployDFFWhereClause

protected java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause,
                                                                       java.lang.String[] enterpriseIdArray,
                                                                       java.util.ArrayList<FlexValidationResult> flexValResults)

deployDFFWhereClause

protected java.util.ArrayList<FlexDeploymentBean> deployDFFWhereClause(java.lang.String whereClause,
                                                                       java.lang.String[] enterpriseIdArray,
                                                                       java.util.ArrayList<FlexValidationResult> flexValResults,
                                                                       boolean partialEFFDeployment)

deployKFFWhereClause

protected java.util.ArrayList<FlexDeploymentBean> deployKFFWhereClause(java.lang.String whereClause,
                                                                       java.util.ArrayList<FlexValidationResult> flexValResults)

deployKFFWhereClause

protected java.util.ArrayList<FlexDeploymentBean> deployKFFWhereClause(java.lang.String whereClause,
                                                                       java.lang.String[] enterpriseIdArray,
                                                                       java.util.ArrayList<FlexValidationResult> flexValResults)

getEnterpriseIDListAsArray

protected static java.lang.String[] getEnterpriseIDListAsArray(java.sql.Connection conn)
                                                        throws java.sql.SQLException
get EnterpriseIDList as array.

Throws:
java.sql.SQLException

setEnterpriseIDInApplSession

protected void setEnterpriseIDInApplSession(java.lang.String enterpriseID)
Sets up the Enterprise Id in session context.

Parameters:
enterpriseID - String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.