|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.html.jsp.datatags | |
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of ViewCriteria in oracle.jbo |
Methods in oracle.jbo that return ViewCriteria | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
void |
ViewObject.applyViewCriteria(ViewCriteria criteria)
Applies the view criteria to this View Object. |
Constructors in oracle.jbo with parameters of type ViewCriteria | |
Type | Name |
---|---|
ViewCriteriaRow(ViewCriteria viewCriteria,
java.lang.Object[] data)
Creates a new view criteria row. |
Uses of ViewCriteria in oracle.jbo.html.jsp.datatags |
Methods in oracle.jbo.html.jsp.datatags that return ViewCriteria | |
Type | Name |
---|---|
ViewCriteria |
ViewCriteriaTag.getViewCriteria()
|
Uses of ViewCriteria in oracle.jbo.server |
Methods in oracle.jbo.server that return ViewCriteria | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
java.lang.String |
BaseSQLBuilderImpl.getViewCriteriaClause(ViewObject vo,
ViewCriteria criteria)
|
void |
ViewObjectImpl.applyViewCriteria(ViewCriteria criteria)
Applies the view criteria to this View Object. |
java.lang.String |
ViewCriteriaAdapter.getViewCriteriaClause(ViewObject vo,
ViewCriteria vc)
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |