oracle.dacf.dataset
Class ViewLinkInfo
java.lang.Object
|
+--oracle.dacf.dataset.MasterLink
|
+--oracle.dacf.dataset.ViewLinkInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- RestrictedViewLinkInfo
- public class ViewLinkInfo
- extends MasterLink
Describes the link between 2 predefined defined queries.
- Version:
- SDK
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewLinkInfo
public ViewLinkInfo()
ViewLinkInfo
public ViewLinkInfo(RowSetInfo master,
java.lang.String viewLinkName)
setViewLinkName
public 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.
Internal to the client framework and should not be used by client
classes.
- Parameters:
viewLinkName
- the name of the viewlink.
getViewLinkName
public 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.
Internal to the client framework and should not be used by client
classes.
- Returns:
- the name of the viewlink.
createViewLink
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 ApplicationModule.
Internal to the client framework and should not be used by client
classes.
- Overrides:
createViewLink
in class MasterLink
clone
public java.lang.Object clone()
- Overrides:
clone
in class MasterLink