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

E22563-01

Uses of Interface
oracle.apps.fnd.applcp.migrate.modeler.common.SegmentDef

Packages that use SegmentDef
oracle.apps.fnd.applcp.migrate.modeler   
oracle.apps.fnd.applcp.migrate.modeler.common   
 

Uses of SegmentDef in oracle.apps.fnd.applcp.migrate.modeler
 

Methods in oracle.apps.fnd.applcp.migrate.modeler with parameters of type SegmentDef
protected  oracle.jbo.server.AttributeDefImpl DFFBCModeler.addSegmentAttribute(oracle.jbo.server.ViewDefImpl viewDef, SegmentDef seg, java.lang.String entityUsageName, FlexfieldEntity flexfieldEntity, java.util.ArrayList<java.lang.String> selectAttrs, java.util.ArrayList<java.lang.String> fromClauseItems, java.util.ArrayList<java.lang.String> whereClauseItems, ContextValueDef contextValueDef, boolean useAltDiscriminator)
           
protected  oracle.jbo.server.AttributeDefImpl AbstractBCModeler.addSegmentAttribute(oracle.jbo.server.ViewDefImpl viewDef, SegmentDef seg, java.lang.String entityUsageName, FlexfieldEntity flexfieldEntity, java.util.ArrayList<java.lang.String> selectAttrs, java.util.ArrayList<java.lang.String> fromClauseItems, java.util.ArrayList<java.lang.String> whereClauseItems, ContextValueDef contextValueDef, boolean useAltDiscriminator)
          Adds a segment to a view object as a view attribute.
protected  oracle.jbo.server.AttributeDefImpl AbstractBCModeler.addSegmentAttributeAsViewAttribute(oracle.jbo.server.ViewDefImpl viewDef, SegmentDef seg, java.lang.String entityUsageName, FlexfieldEntity flexfieldEntity, java.util.ArrayList<java.lang.String> selectAttrs, java.util.ArrayList<java.lang.String> fromClauseItems, java.util.ArrayList<java.lang.String> whereClauseItems, ContextValueDef contextValueDef, boolean useAltDiscriminator)
          Adds a segment to a view object as a view attribute.
 FlexfieldEntity.AttributeInfo FlexfieldEntity.getAttributeInfo(SegmentDef seg)
          Gets the information of an entity attribute for the segment.
 java.lang.Class FlexfieldEntity.getAttributeJavaType(SegmentDef seg)
          Gets the java type of the entity attribute that maps to the given segment.
 java.lang.String FlexfieldEntity.getAttributeName(SegmentDef seg)
          Gets the name of the entity attribute that maps to the given segment.
protected  java.util.Map<java.lang.String,java.lang.Object> KFFBCModeler.getPropertyBoundValueMap(java.lang.Object discrValue, SegmentDef seg)
           
protected  java.util.Map<java.lang.String,java.lang.Object> DFFBCModeler.getPropertyBoundValueMap(java.lang.Object discrValue, SegmentDef seg)
           
protected  java.util.Map<java.lang.String,java.lang.Object> AbstractBCModeler.getPropertyBoundValueMap(java.lang.Object discrValue, SegmentDef seg)
          Gets the map of property bound values.
 boolean FlexfieldEntity.isPrimaryKey(SegmentDef seg)
          Returns true if the entity attribute that maps to the given segment is a primary key.
 

Uses of SegmentDef in oracle.apps.fnd.applcp.migrate.modeler.common
 

Classes in oracle.apps.fnd.applcp.migrate.modeler.common that implement SegmentDef
 class SegmentDefImpl
          Standard implementation of SegmentDef.
 

Methods in oracle.apps.fnd.applcp.migrate.modeler.common that return SegmentDef
 SegmentDef FlexfieldDefManagerImpl.SegmentDefArrayList.get(int index)
           
 SegmentDef SegmentDefList.get(int index)
          Gets the segment at the given index.
 SegmentDef ValueSetUsage.getReferenceSegment()
          Gets the segment referenced by this usage.
 SegmentDef CustomValueSetUsage.getReferenceSegment(CustomValueSetDef.BindVariable bindVar)
          Gets the reference segment a bind variable is bound to.
 

Methods in oracle.apps.fnd.applcp.migrate.modeler.common with parameters of type SegmentDef
static oracle.jbo.server.AttributeDefImpl CPEntityCreator.addAttribute(oracle.jbo.server.EntityDefImpl eoDef, SegmentDef seg)
           
static void CPEntityCreator.addValidators(oracle.jbo.server.EntityDefImpl eoDef, FlexfieldDef ff, java.lang.String discrAttribute, ContextValueDef discrValue, SegmentDef seg)
          This method is from EntityPersonalizer and uses EntityDef instead of pDef TODO: RLAL: Check with Jeremy if this could be made public / moved to a util class.
 java.lang.String LOVDef.SegmentBoundValue.getAttributeName(SegmentDef seg)
          Gets the name of the attribute (that provides the value).
 java.lang.Class LOVDef.SegmentBoundValue.getJavaType(SegmentDef seg)
          Gets the Java type of the value.
protected static Validator FlexfieldDefManagerImpl.getValidator(SegmentDef seg, oracle.jbo.Row vsRow, java.util.Map<java.lang.String,ValueSetDef> valueSetCache, boolean valueSetRequired)
          Gets validation information.
static boolean KeyFlexfieldDefImpl.isCCIDSegment(SegmentDef segment)
          Returns true if the given segment is a CCID segment.
static boolean KeyFlexfieldDefImpl.isDataSetNumberSegment(SegmentDef segment)
          Returns true if the given segment is a data set number segment.
static boolean KeyFlexfieldDefImpl.isStructureCodeSegment(SegmentDef segment)
          Returns true if the given segment is a structure code segment
static boolean KeyFlexfieldDefImpl.isStructureInstanceNumberSegment(SegmentDef segment)
          Returns true if the given segment is a structure instance number segment.
static void CPEntityCreator.setDefaultValue(oracle.jbo.server.EntityDefImpl eoDef, FlexfieldDef ff, java.lang.String discrAttribute, oracle.jbo.AttributeDef attributeDef, SegmentDef seg)
          This method is from EntityPersonalizer and uses EntityDef instead of pDef TODO: RLAL: Check with Jeremy if this could be made public / moved to a util class.
static void CPEntityCreator.setFormatString(oracle.jbo.server.EntityDefImpl eoDef, FlexfieldDef ff, java.lang.String discrAttribute, SegmentDef seg)
          This method is from EntityPersonalizer and uses EntityDef instead of pDef TODO: RLAL: Check with Jeremy if this could be made public / moved to a util class.
protected  void CustomValueSetUsage.setReferenceSegment(CustomValueSetDef.BindVariable bindVar, SegmentDef seg)
          Sets the reference segment a bind variable is bound to.
protected  void ValueSetUsage.setReferenceSegment(SegmentDef seg)
          Sets the segment referenced by this usage.
 


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

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.