Business Components

Uses of Class
oracle.jbo.server.ViewRowImpl

Packages that use ViewRowImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ViewRowImpl in oracle.jbo.server
 

Subclasses of ViewRowImpl in oracle.jbo.server
 class EJBEntityImpl
           
 

Methods in oracle.jbo.server that return ViewRowImpl
 ViewRowImpl ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
           
 ViewRowImpl ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList)
          Creates a view row instance.
 ViewRowImpl ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc, java.sql.ResultSet resultSet)
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type ViewRowImpl
 ViewRowImpl ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
           
protected  void QueryCollection.removeReference(ViewRowImpl row, EntityImpl entity)
          Remove entity references, i.e, set references to null
protected  void QueryCollection.updateReference(ViewRowImpl row, EntityImpl entity, int entityIndex)
          Set reference entity based on foreign keys
protected  void ViewObjectImpl.passivateState(ViewRowImpl currentRow, org.w3c.dom.Document doc, org.w3c.dom.Element parent)
          Allows subclasses to store custom data as XML-nodes under the given parent element, in the given document.
protected  void ViewObjectImpl.activateState(ViewRowImpl currentRow, org.w3c.dom.Element parent)
          Allows subclasses to retrieve custom data from an XML-node under the given parent element.
 


Business Components