|
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.ViewLinkInfo
Describes the link between 2 predefined defined queries.
Field Summary |
Fields inherited from class oracle.dacf.dataset.MasterLink |
_master |
Constructor Summary | |
ViewLinkInfo()
|
|
ViewLinkInfo(RowSetInfo master,
java.lang.String viewLinkName)
|
Method Summary | |
java.lang.Object |
clone()
|
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. |
java.lang.String |
getViewLinkName()
Returns the name of the BC4J viewlink defines the link between the master BC4J viewobject entity and the detail BC4J viewobject. |
void |
setViewLinkName(java.lang.String viewLinkName)
Sets the name of the BC4J viewlink defines the link between the master BC4J viewobject entity and the detail BC4J viewobject. |
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 ViewLinkInfo()
public ViewLinkInfo(RowSetInfo master, java.lang.String viewLinkName)
Method Detail |
public void setViewLinkName(java.lang.String viewLinkName)
Internal to the client framework and should not be used by client classes.
viewLinkName
- the name of the viewlink.public java.lang.String getViewLinkName()
Internal to the client framework and should not be used by client classes.
public void createViewLink(oracle.jbo.ApplicationModule appMod, oracle.jbo.ViewObject detail)
Internal to the client framework and should not be used by client classes.
createViewLink
in class MasterLink
public java.lang.Object clone()
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.