oracle.jbo.server
Class EntityReference
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
oracle.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)
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mEOInfo
protected EntityDefImpl mEOInfo
mAssocRefs
protected com.sun.java.util.collections.ArrayList mAssocRefs
mAttrRefs
protected com.sun.java.util.collections.ArrayList mAttrRefs
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)
Copyright © 1997, 2004, Oracle. All rights reserved.