While editing a view object in the View Object Editor, use the Client Row Methods panel to choose row accessor methods that you want to make available to client applications. Accessors are available for any row retrieved by the view object. Adds the methods you choose to your view object row implementation class and permits remote clients that use the view object to access specific row instances, rather than require them to access the view object's row collection.
To enable the controls on this panel you must first select Generate Java files and Generate accessors in the View Object Wizard's Java panel (in the Navigation pane, right-click on a view object and select Edit); otherwise, no row accessor methods will be available for export.
WARNING: The actual work to export the view object's row accessor methods is done by application modules using the view object. It is the application module wizard code generation step that takes the exported row methods and generates the appropriate CORBA connection mechanisms necessary to export the methods to the client applications. After you choose to export a row accessor method, you must invoke the Application Module Edit Wizard for each of the application modules using this view object. This step is necessary to regenerate the CORBA code to match the new view object exported row method interface.
For additional information, click Help in the Application Module Wizard's Export and Remote panels.
See also Exporting View Object Methods To Clients.
Available
A list of the view object's generated row accessor methods available for export (only methods that follow the rules stated in exportable method rules will be included in the list). To choose a method, click its name, then click the right-arrow. JDeveloper adds the method name to the list of exported row methods.
Selected
A list of view object row accessor methods that are exported. To remove a method from the list, click its name, and then click the left-arrow.