|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewLink | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client.remote | |
oracle.jbo.common.ws | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb | |
oracle.jbo.server.remote |
Uses of ViewLink in oracle.jbo |
Methods in oracle.jbo that return ViewLink | |
ViewLink |
ApplicationModule.createViewLink(java.lang.String vlName,
java.lang.String defName,
ViewObject master,
ViewObject detail)
Creates a View Link in this Application Module from the View Link definition. |
ViewLink |
ApplicationModule.createViewLinkFromEntityAssocName(java.lang.String vlName,
java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
Creates a View Link in this Application Module from an Entity Association. |
ViewLink |
ApplicationModule.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link in this Application Module. |
ViewLink |
ApplicationModule.findViewLink(java.lang.String vlName)
Finds the named View Link. |
Methods in oracle.jbo with parameters of type ViewLink | |
AttributeDef |
ViewObject.findViewLinkAccessor(ViewLink vl)
Finds the view link accessor attribute. |
Constructors in oracle.jbo with parameters of type ViewLink | |
ViewLinkAlreadyExistsException(ViewLink vl,
RowSetIterator masterRSI,
RowSet detailRowSet)
Constructs a new instance. |
Uses of ViewLink in oracle.jbo.client.remote |
Methods in oracle.jbo.client.remote that return ViewLink | |
protected ViewLink[] |
ViewUsageImpl.getViewLinks()
|
ViewLink |
ApplicationModuleImpl.findViewLink(java.lang.String viewLinkName)
|
ViewLink |
ApplicationModuleImpl.createViewLink(java.lang.String viewLinkName,
java.lang.String viewLinkDefName,
ViewObject master,
ViewObject detail)
|
ViewLink |
ApplicationModuleImpl.createViewLinkFromEntityAssocName(java.lang.String viewLinkName,
java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
|
ViewLink |
ApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String viewLinkName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
Methods in oracle.jbo.client.remote with parameters of type ViewLink | |
protected void |
ViewUsageImpl.addViewLink(ViewLink viewLink)
|
AttributeDef |
ViewUsageImpl.findViewLinkAccessor(ViewLink vl)
|
Uses of ViewLink in oracle.jbo.common.ws |
Classes in oracle.jbo.common.ws that implement ViewLink | |
class |
WSViewLinkImpl
|
Methods in oracle.jbo.common.ws that return ViewLink | |
ViewLink |
WSApplicationModuleImpl.createViewLink(java.lang.String vlName,
java.lang.String defName,
ViewObject master,
ViewObject detail)
|
ViewLink |
WSApplicationModuleImpl.createViewLinkFromEntityAssocName(java.lang.String vlName,
java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
|
ViewLink |
WSApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
ViewLink |
WSApplicationModuleImpl.findViewLink(java.lang.String vlName)
|
Methods in oracle.jbo.common.ws with parameters of type ViewLink | |
AttributeDef |
WSViewObjectImpl.findViewLinkAccessor(ViewLink vl)
|
Uses of ViewLink in oracle.jbo.server |
Classes in oracle.jbo.server that implement ViewLink | |
class |
ViewLinkImpl
Implements the ViewLink interface, the middle-tier class that manages
a master-detail relationship between two View Objects. |
Methods in oracle.jbo.server that return ViewLink | |
ViewLink[] |
ViewObjectImpl.getViewLinks()
Constructs an array of View Links that involve this View Object. |
ViewLink |
NullDBTransactionImpl.createViewLink(java.lang.String viewLinkDefName,
ViewObject master,
ViewObject detail)
Deprecated. Implementation of the DBTransaction interface. |
ViewLink |
NullDBTransactionImpl.createViewLinkFromEntityAssocName(java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
Deprecated. Implementation of the DBTransaction interface. |
ViewLink |
NullDBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Deprecated. Implementation of the DBTransaction interface. |
ViewLink |
DBTransactionImpl.createViewLink(java.lang.String viewLinkDefName,
ViewObject master,
ViewObject detail)
Creates an anonymous View Link. |
ViewLink |
DBTransactionImpl.createViewLinkFromEntityAssocName(java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
Creates a View Link. |
ViewLink |
DBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates an anonymous View Link. |
ViewLink |
DBTransaction.createViewLink(java.lang.String viewLinkDefName,
ViewObject master,
ViewObject detail)
Creates a View Link. |
ViewLink |
DBTransaction.createViewLinkFromEntityAssocName(java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
Creates a View Link. |
ViewLink |
DBTransaction.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link. |
ViewLink |
ApplicationModuleImpl.createViewLink(java.lang.String viewLinkName,
java.lang.String viewLinkDefName,
ViewObject master,
ViewObject detail)
Creates a View Link, given the View Link name, the Def name, and the names of the master and detail View Objects. |
ViewLink |
ApplicationModuleImpl.createViewLinkFromEntityAssocName(java.lang.String viewLinkName,
java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
Creates a View Link, given the View Objects and an Entity Association. |
ViewLink |
ApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String viewLinkName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link given either a View Link Definition or an Entity Association. |
ViewLink |
ApplicationModuleImpl.findViewLink(java.lang.String vlName)
Finds the named View Link. |
protected ViewLink |
ApplicationModuleDefImpl.loadViewLink(ApplicationModule am,
java.lang.String vluName)
|
Methods in oracle.jbo.server with parameters of type ViewLink | |
AttributeDef |
ViewObjectImpl.findViewLinkAccessor(ViewLink vl)
Finds the View Link accessor attribute. |
Uses of ViewLink in oracle.jbo.server.ejb |
Methods in oracle.jbo.server.ejb that return ViewLink | |
ViewLink |
LocalApplicationModuleImpl.createViewLink(java.lang.String vlName,
java.lang.String defName,
ViewObject master,
ViewObject detail)
|
ViewLink |
LocalApplicationModuleImpl.createViewLinkFromEntityAssocName(java.lang.String vlName,
java.lang.String entityAssocName,
ViewObject master,
ViewObject detail)
|
ViewLink |
LocalApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
ViewLink |
LocalApplicationModuleImpl.findViewLink(java.lang.String vlName)
|
Uses of ViewLink in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote with parameters of type ViewLink | |
protected ResponseValues |
ObjectMarshallerImpl.marshalViewLink(ViewLink vl)
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.