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


Uses of Class
oracle.jbo.server.ViewObjectImpl

Packages that use ViewObjectImpl
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   
oracle.jbo.server.remote   

 

Uses of ViewObjectImpl in oracle.jbo.server

 

Fields in oracle.jbo.server declared as ViewObjectImpl
protected  ViewObjectImpl ViewRowSetImpl.mQRef
           
protected  ViewObjectImpl ViewLinkImpl.source
           
protected  ViewObjectImpl ViewLinkImpl.destination
           
protected  ViewObjectImpl ViewAttributeDefImpl.mVO
           

 

Methods in oracle.jbo.server that return ViewObjectImpl
protected  ViewObjectImpl ViewObjectImpl.findViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  ViewObjectImpl ViewObjectImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
 ViewObjectImpl RowFilterKey.getViewObjectImpl()
           
 ViewObjectImpl RowFilter.getViewObjectImpl()
          Retrieves the view object association with the row filter.
protected  ViewObjectImpl EntityImpl.findAssociationAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, EntityAssociation eoAssoc)
           
protected  ViewObjectImpl EntityImpl.createAssociationAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, EntityAssociation eoAssoc)
           
protected  ViewObjectImpl EntityImpl.findEntityViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  ViewObjectImpl EntityImpl.createEntityViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  ViewObjectImpl AssociationDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  ViewObjectImpl AssociationDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am, java.lang.String voName, EntityAssociation eoAssoc)
           

 

Methods in oracle.jbo.server with parameters of type ViewObjectImpl
 TreeWalker XmlDocumentReader.createRowNodeWalker(ViewObjectImpl vo, Node rootNode)
           
 NodeIterator XmlDocumentReader.createRowNodeIterator(ViewObjectImpl vo, Node n)
           
 NodeIterator XmlDocumentReader.createDeletedRowNodeIterator(ViewObjectImpl vo, Node n)
           
protected  Node XmlDataDocumentWriter.createViewObjectNode(ViewObjectImpl vo)
           
protected  ViewRowSetImpl ViewObjectImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values)
           
protected  EntityRowSetImpl EntityImpl.createAssociationAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values)
           
protected  ViewRowSetImpl EntityImpl.createEntityViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values)
           
protected  Node DotNetXmlDocumentWriter.createViewObjectNode(ViewObjectImpl vo)
           
 TreeWalker DotNetXmlDocumentReader.createRowNodeWalker(ViewObjectImpl vo, Node rootNode)
           
 NodeIterator DotNetXmlDocumentReader.createRowNodeIterator(ViewObjectImpl vo, Node n)
           
 NodeIterator DotNetXmlDocumentReader.createDeletedRowNodeIterator(ViewObjectImpl vo, Node n)
           
protected  ViewRowSetImpl AssociationDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values)
           
protected  EntityRowSetImpl AssociationDefImpl.createAssociationAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values)
           

 

Constructors in oracle.jbo.server with parameters of type ViewObjectImpl
ViewRowSetImpl(ViewObjectImpl vo, java.lang.String name, ViewRowSetIteratorImpl masterRSI)
          Constructs a new secondary (non-default) view row set.
RowQualifier(ViewObjectImpl vo)
           
RowFilterKeyForwardOnly(ViewObjectImpl vo, java.lang.Object[] values)
           
RowFilterKeyForwardOnly(ViewObjectImpl vo)
           
RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values)
           
RowFilterKey(ViewObjectImpl vo)
           
EntityRowSetImpl(ViewObjectImpl vo, AssociationDefImpl assocDesc, java.lang.Object[] paramValues)
          Constructs a EntityRowSetImpl for a ViewRowSetImpl.

 

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

 

Subclasses of ViewObjectImpl in oracle.jbo.server.ejb.facade
 class CmrAccessorViewImpl
           
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 

Methods in oracle.jbo.server.ejb.facade that return ViewObjectImpl
protected  ViewObjectImpl FinderViewImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  ViewObjectImpl CmrAccessorDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am, java.lang.String voName, EntityAssociation eoAssoc)
           
protected  ViewObjectImpl CmrAccessorDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           

 

Methods in oracle.jbo.server.ejb.facade with parameters of type ViewObjectImpl
protected  ViewRowSetImpl FinderViewImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values)
           
protected  EntityRowSetImpl CmrAccessorDefImpl.createAssociationAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values)
           
protected  ViewRowSetImpl CmrAccessorDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values)
           

 

Constructors in oracle.jbo.server.ejb.facade with parameters of type ViewObjectImpl
CmrAccessorViewRowSet(ViewObjectImpl vo, Row masterRow, boolean isDefaultRS)
           
CmrAccessorEntRowSet(ViewObjectImpl vo, AssociationDefImpl assocDesc, java.lang.Object[] paramValues, Row masterRow)
           

 

Uses of ViewObjectImpl in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type ViewObjectImpl
protected  ResponseValues ObjectMarshallerImpl.marshalViewObject(ViewObjectImpl vo)
           

 


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


 

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