You can retrieve view object instances from an application module's data
model by calling findViewObject()
on the application
module. Pass the name of the view object instance to this method.
For example, the following code finds a view object instance called
ProductsInWarehouse
in the application module checkInventoryAM
's data model.
ViewObject products =
checkInventoryAM.findViewObject("ProductsInWarehouse");
Accessing Data from Clients
About Oracle ADF View Objects
About
Oracle ADF Application Modules
About
View Object and View Link Instances
Accessing a Root-Level Application Module
Adding View Object Instances to the Data Model
Ways to Add a View Object Instance to the Data Model at Runtime
Copyright © 1997, 2004, Oracle. All rights reserved.