|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.MasterLink
oracle.dacf.dataset.MasterLinkInfo
Internal: Applications should not use this class.
Dynamically creates an View Link based on an existing master rowset and an association that is defined in a package or Application Module. Typically, this class should not be subclassed or instantiated directly.
DynamicViewLinkInfo
Field Summary |
Fields inherited from class oracle.dacf.dataset.MasterLink |
_master |
Constructor Summary | |
MasterLinkInfo()
Internal: Applications should not use this class. |
|
MasterLinkInfo(RowSetInfo master,
java.lang.String associationClassName)
Internal: Applications should not use this class. |
Method Summary | |
java.lang.Object |
clone()
Internal: Applications should not use this method. |
void |
createViewLink(oracle.jbo.ApplicationModule appMod,
oracle.jbo.ViewObject detail)
Internal: Applications should not use this method. |
java.lang.String |
getEntityAssociationClassName()
Internal: Applications should not use this method. |
void |
setEntityAssociationClassName(java.lang.String associationClassName)
Internal: Applications should not use this method. |
Methods inherited from class oracle.dacf.dataset.MasterLink |
_makeUniqueName, getInstanceName, getMaster, removeViewLink, setInstanceName, setMaster |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MasterLinkInfo()
Default constructor.
public MasterLinkInfo(RowSetInfo master, java.lang.String associationClassName)
Constructor requiring a master rowset and an existing association.
master
- a master rowset.associationClassName
- name of the association defined in the
package or Application Module.Method Detail |
public void setEntityAssociationClassName(java.lang.String associationClassName)
Sets the name of the class that defines the association between the underlying Business Components for Java master rowset entity and the BC4J detail rowset entity.
associationClassName
- the name of the association class.public java.lang.String getEntityAssociationClassName()
Returns the name of the class that defines the association between the underlying master owset and the detail rowset.
public void createViewLink(oracle.jbo.ApplicationModule appMod, oracle.jbo.ViewObject detail)
Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified Application Module.
createViewLink
in class MasterLink
public java.lang.Object clone()
Creates a field-for-field copy of the object.
clone
in class MasterLink
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.