| Package | Description |
|---|---|
| oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
| oracle.jbo.common.ws | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
protected RowMatch |
DCGenericDataControl.createCriteriaRowMatch(DCRowSetIteratorImpl rsi,
ViewCriteria vc) |
| Modifier and Type | Method and Description |
|---|---|
RowMatch |
ViewObject.getRowMatch()
Gets the in-memory filter (
RowMatch) for the view object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewObject.setRowMatch(RowMatch rowMatch)
Sets an in-memory filter (
RowMatch) for the view object. |
| Modifier and Type | Method and Description |
|---|---|
RowMatch |
ViewUsageImpl.getRowMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewUsageImpl.setRowMatch(RowMatch rowMatch) |
| Modifier and Type | Method and Description |
|---|---|
RowMatch |
WSViewObjectImpl.getRowMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSViewObjectImpl.setRowMatch(RowMatch rowMatch) |
| Modifier and Type | Class and Description |
|---|---|
class |
RowQualifier |
| Modifier and Type | Method and Description |
|---|---|
RowMatch |
ViewObjectImpl.getRowMatch()
Gets the in-memory filter (
RowMatch) for the view object. |
RowMatch |
ViewObjectImpl.getRowMatchFromViewCriteria() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewObjectImpl.setRowMatch(RowMatch rowMatch)
Sets an in-memory filter (
RowMatch) for the view object. |
protected void |
ViewObjectImpl.setRowMatchFromViewCriteria(RowMatch rowMatch) |