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

E22562-02

oracle.apps.fnd.applcore.oaext.model
Class OATranslatedEntityStaticInfo

java.lang.Object
  extended by oracle.apps.fnd.applcore.oaext.model.OATranslatedEntityStaticInfo

public class OATranslatedEntityStaticInfo
extends java.lang.Object

This class is reserved for OA Framework internal use only. Direct use by the application teams is not supported.


Constructor Summary
OATranslatedEntityStaticInfo(oracle.jbo.server.EntityDefImpl baseEntityDef)
          Constructs a OATranslatedEntityStaticInfo which loads all the information about the base and TL entities.
OATranslatedEntityStaticInfo(OAEntityImpl baseEntity)
          Constructs a OATranslatedEntityStaticInfo which loads all the information about the base and TL entities.
 
Method Summary
protected  int findBIndex(oracle.jbo.AttributeDef ad)
           
 oracle.jbo.server.EntityDefImpl getTLEntityDef()
          Gets the metadata associated with the TL entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OATranslatedEntityStaticInfo

public OATranslatedEntityStaticInfo(OAEntityImpl baseEntity)
Constructs a OATranslatedEntityStaticInfo which loads all the information about the base and TL entities.

Parameters:
baseEntity - the entity for which OATranslatedEntityStaticInfo structure is being generated.

OATranslatedEntityStaticInfo

public OATranslatedEntityStaticInfo(oracle.jbo.server.EntityDefImpl baseEntityDef)
Constructs a OATranslatedEntityStaticInfo which loads all the information about the base and TL entities.

Parameters:
baseEntityDef - the entity def for which OATranslatedEntityStaticInfo structure is being generated.
Method Detail

findBIndex

protected int findBIndex(oracle.jbo.AttributeDef ad)

getTLEntityDef

public oracle.jbo.server.EntityDefImpl getTLEntityDef()
Gets the metadata associated with the TL entity. The entity definition holds the entity structure.

Returns:
the metadata definition of the TL entity For internal use only. Can be removed at any time.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.