Business Components

Uses of Class
oracle.jbo.ViewCriteria

Packages that use ViewCriteria
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ViewCriteria in oracle.jbo
 

Methods in oracle.jbo that return ViewCriteria
 ViewCriteria ViewObject.createViewCriteria()
          Creates a new view criteria (that is, "Query by Example") object for this View Object.
 ViewCriteria ViewObject.getViewCriteria()
          Gets the view criteria for this View Object.
 

Methods in oracle.jbo with parameters of type ViewCriteria
 void ViewObject.applyViewCriteria(ViewCriteria criteria)
          Applies the view criteria to this View Object.
 

Constructors in oracle.jbo with parameters of type ViewCriteria
ViewCriteriaRow.ViewCriteriaRow(ViewCriteria viewCriteria, java.lang.Object[] data)
          Creates a new view criteria row.
 

Uses of ViewCriteria in oracle.jbo.server
 

Methods in oracle.jbo.server that return ViewCriteria
 ViewCriteria ViewObjectImpl.createViewCriteria()
          Creates a new view criteria object for this View Object.
 ViewCriteria ViewObjectImpl.getViewCriteria()
          Gets the view criteria for this View Object.
 

Methods in oracle.jbo.server with parameters of type ViewCriteria
 void ViewObjectImpl.applyViewCriteria(ViewCriteria criteria)
          Applies the view criteria to this View Object.
 


Business Components