|
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
Describes the link between two queries.
Field Summary | |
protected RowSetInfo |
_master
|
Constructor Summary | |
MasterLink()
|
Method Summary | |
protected java.lang.String |
_makeUniqueName()
Deprecated. oracle.jbo.server.ApplicationModuleImpl is now used to generate a unique view link name |
abstract java.lang.Object |
clone()
|
abstract 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 ApplicationModule. |
protected java.lang.String |
getInstanceName()
|
RowSetInfo |
getMaster()
returns the master RowSetInfo for the link. |
void |
removeViewLink(oracle.jbo.ApplicationModule appMod)
Removes the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule. |
protected void |
setInstanceName(java.lang.String instanceName)
|
void |
setMaster(RowSetInfo master)
sets the master RowSetInfo for the link. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected RowSetInfo _master
Constructor Detail |
public MasterLink()
Method Detail |
public void setMaster(RowSetInfo master)
master
- the master RowSetInfopublic RowSetInfo getMaster()
protected java.lang.String getInstanceName()
protected void setInstanceName(java.lang.String instanceName)
public abstract void createViewLink(oracle.jbo.ApplicationModule appMod, oracle.jbo.ViewObject detail)
public void removeViewLink(oracle.jbo.ApplicationModule appMod)
protected java.lang.String _makeUniqueName()
public abstract java.lang.Object clone()
|
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.