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

E22562-05

Uses of Interface
oracle.apps.fnd.applcore.flex.runtime.util.common.FlexfieldDef

Packages that use FlexfieldDef
oracle.apps.fnd.applcore.flex.runtime.util   
oracle.apps.fnd.applcore.flex.runtime.util.bi   
oracle.apps.fnd.applcore.flex.runtime.util.common Provides for accessing flexfield metadata at design-time. 
 

Uses of FlexfieldDef in oracle.apps.fnd.applcore.flex.runtime.util
 

Fields in oracle.apps.fnd.applcore.flex.runtime.util declared as FlexfieldDef
protected  FlexfieldDef AbstractBCModeler._flexfieldDef
          Flexfield definition.
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util that return FlexfieldDef
 FlexfieldDef AbstractBCModeler.P13nModeler.getFlexfieldDef()
           
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util with parameters of type FlexfieldDef
protected  EFFBCModeler EFFBCModelerFactory.getCustomEFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef flexDef, FlexfieldEntityUsage entityUsage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> conf, java.lang.String appShortName, java.lang.String flexCode, java.lang.String connUrl, boolean isInterface)
          TUD: Implementing teams need to override this method and provide the custom BC Modeler here (e.g.
static java.lang.String FlexfieldNamespace.getFlexfieldIdentifier(FlexfieldDef ff)
          Gets the identifier for the table usage of a flexfield.
 

Constructors in oracle.apps.fnd.applcore.flex.runtime.util with parameters of type FlexfieldDef
AbstractBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage flexEntityUsage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Constructs a modeler.
DFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Constructs a modeler for a descriptive flexfield standard usage.
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, CategoryDef categoryDef, CategoryContextDef categoryContextDef, java.lang.String categoryCode, java.lang.String contextCode, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface)
          Deprecated. This metod will be removed soon. Use one of the other constructors
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, CategoryDef categoryDef, CategoryContextDef categoryContextDef, java.lang.String categoryCode, java.lang.String contextCode, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface, EffCustomizations customizations)
          Deprecated. This metod will be removed soon. Use one of the other constructors
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface, EffCustomizations customizations)
           
 

Uses of FlexfieldDef in oracle.apps.fnd.applcore.flex.runtime.util.bi
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util.bi with parameters of type FlexfieldDef
static ModelerBIFlattenedSegment ModelerBIFlattenedSegment.newModelerBIFlattenedSegment(FlexfieldDef ff, SegmentDef seg)
          Creates a new flattened segment for a SegmentDef object.
 

Constructors in oracle.apps.fnd.applcore.flex.runtime.util.bi with parameters of type FlexfieldDef
ModelerBIEnabledFlexfield(FlexfieldDef ff)
          Constructs a BI-enabled flexfield for modeling use.
ModelerBIEnabledSegment(FlexfieldDef ff, DiscriminatorValue discrValue, SegmentDef seg)
          Constructs a BI-enabled segment for modeling use.
 

Uses of FlexfieldDef in oracle.apps.fnd.applcore.flex.runtime.util.common
 

Classes in oracle.apps.fnd.applcore.flex.runtime.util.common that implement FlexfieldDef
 class DescriptiveFlexfieldDefImpl
          Definition of a descriptive flexfield.
 class ExtensibleFlexfieldDefImpl
          Definition of a extensible flexfield.
 class KeyFlexfieldDefImpl
          Definition of a key flexfield.
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util.common that return FlexfieldDef
 FlexfieldDef FlexfieldDefManager.getFlexfieldDef(FlexfieldTableUsage tableUsageRef)
          Gets the definition of a table usage of a flexfield.
abstract  FlexfieldDef FlexfieldDefManager.getFlexfieldDef(FlexfieldTableUsage tableUsageRef, FlexfieldDefOverride ovr)
          Gets the definition of a table usage of a flexfield with information that overrides the original definition.
protected  FlexfieldDef DescriptiveFlexfieldDefManager.getFlexfieldDefInternal(FlexfieldTableUsage tableUsageRef, FlexfieldDefOverride ovr)
           
protected  FlexfieldDef ExtensibleFlexfieldDefManager.getFlexfieldDefInternal(FlexfieldTableUsage tableUsageRef, FlexfieldDefOverride ovr)
           
protected  FlexfieldDef KeyFlexfieldDefManager.getFlexfieldDefInternal(FlexfieldTableUsage tableUsageRef, FlexfieldDefOverride ovr)
           
 


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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.