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

E22562-03

oracle.apps.fnd.applcore.oaext.model
Interface FlexfieldSdoSupport

All Known Implementing Classes:
DFFViewDefImpl, EFFViewDefImpl, FlexfieldViewDefImpl, KFFMViewDefImpl, KFFPViewDefImpl, KFFViewDefImpl

public interface FlexfieldSdoSupport

A helper interface for flexfield Service Data Objects.


Method Summary
 java.lang.String getDiscriminatorSdoPath()
          Gets the path of the discriminator
 java.lang.String getSdoName()
          Gets the SDO name.
 java.lang.String getSdoNamespace()
          Gets the SDO namespace.
 java.lang.String getSegmentSdoPath(java.lang.String segmentCode)
          Gets the path of a segment.
 

Method Detail

getSdoNamespace

java.lang.String getSdoNamespace()
Gets the SDO namespace.

Returns:
the SDO namespace

getSdoName

java.lang.String getSdoName()
Gets the SDO name.

Returns:
the SDO name

getDiscriminatorSdoPath

java.lang.String getDiscriminatorSdoPath()
Gets the path of the discriminator

Returns:
the path of the discriminator; null if this flexfield is not polymorphic, i.e. has no discriminator

getSegmentSdoPath

java.lang.String getSegmentSdoPath(java.lang.String segmentCode)
Gets the path of a segment.

Parameters:
segmentCode - the segment code
Returns:
the path of a segment; null if the given segment code is not recognized
Throws:
java.lang.IllegalArgumentException - if the given segment code is null

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.