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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util
Class BCModelerFactory

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.BCModelerFactory
Direct Known Subclasses:
BasicBCModelerFactory, EFFGroupBCModelerFactory

public abstract class BCModelerFactory
extends java.lang.Object

A factory that produces BCModeler instances.


Constructor Summary
BCModelerFactory()
           
 
Method Summary
abstract  BCModeler getBCModeler(FlexfieldDefManager manager, BCModeler.Arguments args)
          Gets an instance of BCModeler for a flefield entity usage.
static BCModelerFactory getInstance(java.lang.String factoryName, java.lang.String flexfieldType)
          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(FlexfieldDefManager manager,
                                       BCModeler.Arguments args)
Gets an instance of BCModeler for a flefield entity usage.

Parameters:
manager - the flexfield def manager
args - the modeler arguments
Returns:
an instance of BCModeler

getInstance

public static final BCModelerFactory getInstance(java.lang.String factoryName,
                                                 java.lang.String flexfieldType)
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 Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.