Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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

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()

Methods inherited from class oracle.jbo.server.ComponentObjectImpl
addListener, create, createRef, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getProxyClassName, getProxyClassName, getRootApplicationModule, 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

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.

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 ADF Model and Business Components API Reference 10.1.2 B14022-02


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