Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.server
Class EntityReference

java.lang.Object
  extended byoracle.jbo.common.NamedObjectImpl
      extended byoracle.jbo.server.NamedObjectImpl
          extended byoracle.jbo.server.ComponentObjectImpl
              extended byoracle.jbo.server.EntityReference

All Implemented Interfaces:
ComponentObject, Properties, VariableManagerOwner

public class EntityReference
extends ComponentObjectImpl
 NAME
      EntityReference.java - Base class for BO reference information.
 DESCRIPTION

      The EntityReference represents ...

 NOTES



 VERSION
 MODIFIED   (MM/DD/YY)
 

Field Summary
protected  com.sun.java.util.collections.ArrayList mAssocRefs
           
protected  com.sun.java.util.collections.ArrayList mAttrRefs
           
protected  EntityDefImpl mEOInfo
           

 

Fields inherited from class oracle.jbo.common.NamedObjectImpl
mFullName, mObjName, mParent, mProperties

 

Method Summary
protected  ViewAttributeDefImpl findViewAttrDefByEntityAttrName(java.lang.String name, AttributeDefImpl attr)
           
protected  ViewAttributeDefImpl findViewAttrDefByViewAttrName(java.lang.String name, AttributeDefImpl attr)
           
protected  ViewAttributeDefImpl findViewAttributeDefImpl(java.lang.String name)
           
protected  ViewAttributeDefImpl findViewAttributeDefImpl(java.lang.String name, AttributeDefImpl attr)
           
protected  com.sun.java.util.collections.ArrayList findViewAttributeDefImpls(AttributeDefImpl attr)
           
 oracle.jbo.server.DefObject getDef()
           
 EntityDefImpl getEntityDef()
           
 boolean isEntireObjectTable()
           
 void setEntireObjectTable(boolean b)
           

 

Methods inherited from class oracle.jbo.server.ComponentObjectImpl
addListener, create, createRef, ensureVariableManager, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getMessageBundleClass, getProxyClassName, getProxyClassName, getRootApplicationModule, getVariableManager, hasVariables, isDead, isRegWithPiggyMan, remove, setName, setParent, setProxyClassName

 

Methods inherited from class oracle.jbo.server.NamedObjectImpl
setParent, setPropertiesMap

 

Methods inherited from class oracle.jbo.common.NamedObjectImpl
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setProperty

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jbo.ComponentObject
getFullName, getName

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, refreshProperty

 

Methods inherited from interface oracle.jbo.VariableManagerOwner
getName

 

Field Detail

mEOInfo

protected EntityDefImpl mEOInfo

mAssocRefs

protected com.sun.java.util.collections.ArrayList mAssocRefs

mAttrRefs

protected com.sun.java.util.collections.ArrayList mAttrRefs

Method Detail

getEntityDef

public EntityDefImpl getEntityDef()
Returns:
The EntityDefImpl this references.

getDef

public oracle.jbo.server.DefObject getDef()
Returns:
The DefObject this references.

isEntireObjectTable

public boolean isEntireObjectTable()

setEntireObjectTable

public void setEntireObjectTable(boolean b)

findViewAttributeDefImpl

protected ViewAttributeDefImpl findViewAttributeDefImpl(java.lang.String name,
                                                        AttributeDefImpl attr)

findViewAttrDefByViewAttrName

protected ViewAttributeDefImpl findViewAttrDefByViewAttrName(java.lang.String name,
                                                             AttributeDefImpl attr)

findViewAttrDefByEntityAttrName

protected ViewAttributeDefImpl findViewAttrDefByEntityAttrName(java.lang.String name,
                                                               AttributeDefImpl attr)

findViewAttributeDefImpl

protected ViewAttributeDefImpl findViewAttributeDefImpl(java.lang.String name)

findViewAttributeDefImpls

protected com.sun.java.util.collections.ArrayList findViewAttributeDefImpls(AttributeDefImpl attr)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.