|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.jbo.server.DefObject
oracle.jbo.server.AssociationDefBase
| Field Summary | |
protected java.lang.Class |
mComponentClass |
| Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
| Method Summary | |
VariableValueManager |
ensureVariableManager()Returns this object's Variable Value Manager. |
AssociationDefImpl |
findEndAccessorByName(java.lang.String endName) |
AssociationEnd |
findEndByName(java.lang.String endName) |
protected void |
finishedLoading() |
AssociationDefImpl[] |
getAccessors() |
AttributeDefImpl[] |
getAttributeDefImpls() |
AttributeDefImpl[] |
getAttributeDefImplsByEndName(java.lang.String endName)Returns the attribute definitions of one end of the association. |
DefinitionObject |
getBaseDefObject() |
java.lang.String |
getClientProxyClassName() |
java.lang.String |
getComponentInterfaceName() |
oracle.jbo.server.DefObject[] |
getDefs() |
AssociationEnd |
getDestinationEnd() |
RowDef |
getDestinationOwner() |
protected java.lang.String |
getEffectiveClientProxyClassName() |
protected java.lang.String |
getEffectiveComponentInterfaceName() |
java.lang.Class |
getMessageBundleClass()Internal: Applications should not use this method. |
java.lang.String |
getName()Returns the name of this Variable Manager Owner. |
AttributeDefImpl[] |
getOtherAttributeDefImpls() |
oracle.jbo.server.PackageDefImpl |
getPackageDef() |
java.lang.String |
getPackageName() |
AssociationEnd |
getSourceEnd() |
RowDef |
getSourceOwner() |
VariableValueManager |
getVariableManager()Returns this object's current Variable Value Manager. |
protected VariableValueManager[] |
getVarMgrParents() |
boolean |
hasVariables()Returns a flag indicating whether this object has Variables or not. |
protected void |
loadProperties(DefElement xmlElement) |
protected void |
loadVariables(DefElement xmlElement) |
protected void |
resolveReferences() |
void |
setBaseDefObject(DefinitionObject baseDefObject) |
protected void |
setClientProxyClassName(java.lang.String name) |
protected void |
setComponentInterfaceName(java.lang.String interfaceName) |
void |
setMessageBundleClass(java.lang.Class collClass)Internal: Applications should not use this method. |
protected void |
setName(java.lang.String name)Name this object. |
protected void |
setParent(NamedObjectImpl parent)Sets this object's parent. |
| Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, getContainerDef, getContainerName, getExtendedDefObjects, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, setObjectResolved |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setPropertiesMap, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.Class mComponentClass
| Method Detail |
public AssociationEnd getSourceEnd()
public AssociationEnd getDestinationEnd()
public AssociationEnd findEndByName(java.lang.String endName)
findEndByName in interface oracle.jbo.server.Associationpublic RowDef getSourceOwner()
public RowDef getDestinationOwner()
public oracle.jbo.server.DefObject[] getDefs()
getDefs in interface oracle.jbo.server.Associationpublic AttributeDefImpl[] getAttributeDefImpls()
getAttributeDefImpls in interface oracle.jbo.server.Associationpublic AttributeDefImpl[] getOtherAttributeDefImpls()
getOtherAttributeDefImpls in interface oracle.jbo.server.Associationpublic AssociationDefImpl[] getAccessors()
public AssociationDefImpl findEndAccessorByName(java.lang.String endName)
public AttributeDefImpl[] getAttributeDefImplsByEndName(java.lang.String endName)
getAttributeDefImplsByEndName in interface oracle.jbo.server.AssociationendName - the name of one of the association's Entity Objects.public java.lang.String getName()
public oracle.jbo.server.PackageDefImpl getPackageDef()
public java.lang.String getPackageName()
protected void setName(java.lang.String name)
setName in class DefinitionObjectname - the name to be given to this object.public DefinitionObject getBaseDefObject()
getBaseDefObject in class DefinitionObjectpublic void setBaseDefObject(DefinitionObject baseDefObject)
setBaseDefObject in class DefinitionObjectprotected void resolveReferences()
resolveReferences in class DefinitionObjectprotected void finishedLoading()
finishedLoading in class DefinitionObjectprotected void setParent(NamedObjectImpl parent)
setParent in class DefinitionObjectparent - the named object that is to be the parent of this object.protected void loadProperties(DefElement xmlElement)
loadProperties in class DefinitionObjectxmlElement - The XML element to load from.protected void loadVariables(DefElement xmlElement)
protected void setComponentInterfaceName(java.lang.String interfaceName)
public java.lang.String getComponentInterfaceName()
public java.lang.String getClientProxyClassName()
protected void setClientProxyClassName(java.lang.String name)
protected java.lang.String getEffectiveClientProxyClassName()
protected java.lang.String getEffectiveComponentInterfaceName()
public VariableValueManager getVariableManager()
VariableManagerOwnernull if Variable Value Manager has been initialized.
When a framework object is first created, its Variable Value Manager may be null. This method does not initialize (create) the Variable Value Manager.
in contrast, ensures that the Variable Value Manager is initialized (created).VariableManagerOwner.ensureVariableManager()
getVariableManager in interface VariableManagerOwnernull if one was not yet initialized.protected VariableValueManager[] getVarMgrParents()
public boolean hasVariables()
VariableManagerOwnerhasVariables in interface VariableManagerOwnerpublic VariableValueManager ensureVariableManager()
VariableManagerOwnerensureVariableManager in interface VariableManagerOwnerpublic void setMessageBundleClass(java.lang.Class collClass)
Sets the implementation class for this Object's Message Bundle class.
collClass - the message bundle implementation class.public java.lang.Class getMessageBundleClass()
Returns the class of the reference object.
getMessageBundleClass in interface VariableManagerOwner
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||