Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.XMLInterface

Packages that use XMLInterface
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

Uses of XMLInterface in oracle.jbo

 

Subinterfaces of XMLInterface in oracle.jbo
 interface Row
          This interface provides access to rows.
 interface RowSet
          RowSet belongs to a View Object.
 interface ViewObject
          ViewObject decribes how the application will view and update data.

 

Classes in oracle.jbo that implement XMLInterface
 class ViewCriteriaRow
          An array containing criteria for the individual attributes of a View Object's WHERE clause.

 

Uses of XMLInterface in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement XMLInterface
 class TransPostEntityRow
           
 class ViewUsageImpl
           

 

Uses of XMLInterface in oracle.jbo.common

 

Subinterfaces of XMLInterface in oracle.jbo.common
 interface ViewObjectDynAttr
           

 

Methods in oracle.jbo.common with parameters of type XMLInterface
static Node JboXMLUtil.writeAndProcessXML(XMLInterface obj, int depthCount, long options, XSLStylesheet xslt)
           
static Node JboXMLUtil.writeAndProcessXML(XMLInterface obj, long options, com.sun.java.util.collections.HashMap map, XSLStylesheet xslt)
           
static void JboXMLUtil.processAndReadXML(XMLInterface obj, Element elem, int depthCount, XSLStylesheet xslt)
           

 

Uses of XMLInterface in oracle.jbo.common.ws

 

Subinterfaces of XMLInterface in oracle.jbo.common.ws
 interface WSRowSet
           

 

Classes in oracle.jbo.common.ws that implement XMLInterface
 class WSRowSetImpl
           
 class WSViewObjectImpl
           

 

Uses of XMLInterface in oracle.jbo.server

 

Subinterfaces of XMLInterface in oracle.jbo.server
 interface Entity
          This interface is for BC4J Entity Objects.

 

Classes in oracle.jbo.server that implement XMLInterface
 class EJBEntityImpl
           
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
 class RowImpl
          Base class for Entity Rows and View Object Rows.
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 class ViewRowImpl
          A View Object Row.
 class ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.

 

Uses of XMLInterface in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement XMLInterface
 class CmrAccessorEntRowSet
           
 class CmrAccessorViewImpl
           
 class CmrAccessorViewRowSet
           
 class EntityFacadeImpl
          Abstract base class for Entity Facade.
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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