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

E22563-01

oracle.apps.fnd.applcp.migrate.modeler
Class BCModelerFactory

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.BCModelerFactory
Direct Known Subclasses:
BasicBCModelerFactory

public abstract class BCModelerFactory
extends java.lang.Object

A factory that produces BCModeler instances.


Constructor Summary
BCModelerFactory()
           
 
Method Summary
abstract  BCModeler getBCModeler(FlexfieldEntityUsage entityUsage, BCModeler.Options options)
          Gets an instance of BCModeler for a flefield entity usage.
static BCModelerFactory getInstance(java.lang.String factoryName)
          Gets an instance of the factory baesd on a list of arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCModelerFactory

public BCModelerFactory()
Method Detail

getBCModeler

public abstract BCModeler getBCModeler(FlexfieldEntityUsage entityUsage,
                                       BCModeler.Options options)
Gets an instance of BCModeler for a flefield entity usage.

Parameters:
entityUsage - the flexfield entity usage
options - the modeling options
Returns:
an instance of BCModeler

getInstance

public static final BCModelerFactory getInstance(java.lang.String factoryName)
Gets an instance of the factory baesd on a list of arguments.

Parameters:
factoryName - the name of the factory; null if the default factory should be used
Returns:
an instance of the factory

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

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.