Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ViewLinkInfo

java.lang.Object
  extended byoracle.dacf.dataset.MasterLink
      extended byoracle.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

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

ViewLinkInfo

public ViewLinkInfo()

ViewLinkInfo

public ViewLinkInfo(RowSetInfo master,
                    java.lang.String viewLinkName)
Method Detail

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.

Specified by:
createViewLink in class MasterLink

clone

public java.lang.Object clone()
Specified by:
clone in class MasterLink

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.