Package | Description |
---|---|
oracle.adf.model.bean | |
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
oracle.adf.model.placeholder | |
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 |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.common.ws | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.ejb.facade | |
oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
DCCriteriaBaseVOImpl
Deprecated.
|
class |
DCCriteriaItemVOImpl
Deprecated.
|
class |
DCCriteriaOperatorVOImpl
Deprecated.
|
class |
DCCriteriaRowVOImpl
Deprecated.
|
class |
DCCriteriaValueVOImpl
Deprecated.
|
class |
DCCriteriaVOImpl
Deprecated.
|
class |
DCDataVO |
Modifier and Type | Method and Description |
---|---|
RowIterator |
DCIteratorBinding.findRowsByAttributeValue(java.lang.String attrName, boolean equals, java.lang.Object value) |
RowIterator |
DCIteratorBinding.findRowsByAttributeValue(java.lang.String attrName, boolean equals, java.lang.Object value, int count) |
RowIterator |
DCIteratorBinding.findRowsByAttributeValues(java.lang.String[] attrNames, java.lang.Object[] values) |
RowIterator |
DCIteratorBinding.findRowsByAttributeValues(java.lang.String[] attrNames, java.lang.Object[] values, int count) |
RowIterator |
DCIteratorBinding.findRowsByKeyValues(Key[] keys)
calls findRowsByKeyValues(keys, -1) to get all rows matching the given keys.
|
RowIterator |
DCIteratorBinding.findRowsByKeyValues(Key[] keys, int count)
only for use with DCJboDataControl and subclass DC types (Not to be used by DC implementations from 9.x that were based on DCGenericDataControl)
|
RowIterator |
DCBindingContainerValidationEvent.getRowIterator() |
RowIterator |
DCControlBinding.getRowIterator()
To be used by subclasses to get to the RowIterator if needed.
|
Modifier and Type | Class and Description |
---|---|
class |
DCGenericRowSetIteratorImpl |
class |
DCRowSetIteratorImpl |
Modifier and Type | Method and Description |
---|---|
RowIterator |
DCRowSetIteratorImpl.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
DCRowSetIteratorImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
RowIterator |
DCRowSetIteratorImpl.findRowsByAttributeValues(java.lang.String[] attrNames, java.lang.Object[] values)
Advanced internal for framework use only
|
RowIterator |
DCGenericDataControl.findRowsByKeyValues(RowSetIterator rsi, Key[] keys)
Advanced internal for framework use only
|
Modifier and Type | Method and Description |
---|---|
protected void |
RowImpl.handleListBindingMismatch(ListBinding lb, java.util.Map valuesMap, RowIterator listRSI) |
protected void |
ListBinding.handleListBindingMismatch(Row row, java.util.Map valuesMap, RowIterator listRSI) |
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderVOImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
NavigatableRowIterator
Provides simple access to a set of rows.
|
interface |
RowSet
A
RowSet belongs to a view object. |
interface |
RowSetIterator
The interface for Row Set Iterator.
|
interface |
ViewObject
ViewObject decribes how the application will view and update data. |
Modifier and Type | Class and Description |
---|---|
class |
ViewCriteria
A declarative representation for a View Object's WHERE clause fragment.
|
Modifier and Type | Method and Description |
---|---|
RowIterator |
RowIterator.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere)
Same as
with a few extra functionalities. |
RowIterator |
ViewCriteria.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere)
For internal use only.
|
RowIterator |
RowIterator.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode)
Finds and returns View rows that match the specified View Criteria.
|
RowIterator |
ViewCriteria.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode)
For internal use only.
|
Constructor and Description |
---|
RowNotFoundException(RowIterator rsi)
Constructs a new instance when a
RowIterator has no current row. |
Modifier and Type | Class and Description |
---|---|
class |
ViewUsageImpl |
Modifier and Type | Method and Description |
---|---|
RowIterator |
ViewUsageImpl.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
ViewUsageImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
Modifier and Type | Interface and Description |
---|---|
interface |
ViewObjectDynAttr |
Modifier and Type | Class and Description |
---|---|
class |
ViewCriteriaImpl |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractListBinding.handleListBindingMismatch(Row row, java.util.Map valuesMap, RowIterator listRSI) |
Modifier and Type | Interface and Description |
---|---|
interface |
WSRowSet |
Modifier and Type | Class and Description |
---|---|
class |
WSRowSetImpl |
class |
WSRowSetIteratorBase |
class |
WSRowSetIteratorImpl |
class |
WSViewObjectImpl |
Modifier and Type | Method and Description |
---|---|
RowIterator |
WSRowSetIteratorBase.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
WSRowSetIteratorBase.findByViewCriteria(ViewCriteria vc, int maxNumOfRows, int queryMode) |
Modifier and Type | Class and Description |
---|---|
class |
DSViewObjectImpl |
class |
EntityCacheOverRowSet |
class |
EntityRowSetImpl
EntityRowSetImpl represents the ResultSet of an association.
|
class |
ViewObjectImpl
The implementation of the
ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries. |
class |
ViewObjectOnRowSets |
class |
ViewRowSetImpl
The middle-tier class that manages collections of view rows that result from executing a query.
|
class |
ViewRowSetIteratorImpl
The middle-tier class that enables the user to iterate through row sets.
|
Modifier and Type | Method and Description |
---|---|
RowIterator |
RowFinder.execute(AttributeList nameValuePairs, RowSet rs)
This method execute a RowFinder on a RowSet with name value pairs provided by user.
|
RowIterator |
ViewObjectImpl.findByAltKey(RowSet rowset, java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere)
method used by ADF service runtime only to navigate viewlink through alternate key.
|
RowIterator |
ViewObjectImpl.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
ViewRowSetImpl.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
ViewRowSetIteratorImpl.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
EntityCacheOverRowSet.findByAltKey(java.lang.String keyName, Key key, int maxNumOfRows, boolean skipWhere) |
RowIterator |
ViewObjectImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
RowIterator |
ViewRowSetImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
RowIterator |
ViewRowSetIteratorImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
RowIterator |
EntityCacheOverRowSet.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) |
protected RowIterator |
ViewObjectImpl.findByViewCriteriaForViewRowSet(ViewRowSetImpl vrs, ViewCriteria criteria, int maxNumOfRows, int queryMode, Variable[] vars, java.lang.Object[] values) |
RowIterator |
ViewObjectImpl.findByViewCriteriaWithBindVars(ViewCriteria[] criterias, int maxNumOfRows, int queryMode, Variable[] vars, java.lang.Object[] values) |
RowIterator |
ViewObjectImpl.findByViewCriteriaWithBindVars(ViewCriteria criteria, int maxNumOfRows, int queryMode, Variable[] vars, java.lang.Object[] values) |
RowIterator |
ViewRowSetImpl.findByViewCriteriaWithBindVars(ViewCriteria criteria, int maxNumOfRows, int queryMode, Variable[] bindVars, java.lang.Object[] bindValues) |
RowIterator |
ViewObjectImpl.findInCacheByAltKey(java.lang.String keyName, Key key, int maxNumOfRows) |
RowIterator |
ViewRowSetImpl.findInCacheByAltKey(java.lang.String keyName, Key key, int maxNumOfRows) |
RowIterator |
ViewObjectImpl.findRowsMatchingCriteria(ViewCriteria criteria, int maxNumOfRows)
Performs findByViewCriteria(criteria, maxNumOfRows, QUERY_MODE_SCAN_DATABASE_TABLES & QUERY_MODE_SCAN_VIEW_ROWS);
|
RowIterator |
ViewRowSetImpl.findRowsMatchingCriteria(ViewCriteria criteria, int maxNumOfRows)
Performs findByViewCriteria(criteria, maxNumOfRows, QUERY_MODE_SCAN_DATABASE_TABLES & QUERY_MODE_SCAN_VIEW_ROWS);
|
RowIterator |
ViewRowSetIteratorImpl.findRowsMatchingCriteria(ViewCriteria criteria, int maxNumOfRows)
Performs findByViewCriteria(criteria, maxNumOfRows, QUERY_MODE_SCAN_DATABASE_TABLES & QUERY_MODE_SCAN_VIEW_ROWS);
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityImpl.handleListBindingMismatch(ListBinding lb, java.util.Map valuesMap, RowIterator listRSI) |
protected void |
ViewRowImpl.handleListBindingMismatch(ListBinding lb, java.util.Map valuesMap, RowIterator listRSI) |
protected abstract void |
RowImpl.handleListBindingMismatch(ListBinding lb, java.util.Map valuesMap, RowIterator listRSI)
Internal: Applications should not use this method.
|
protected void |
ListBinding.handleListBindingMismatch(Row row, java.util.Map valuesMap, RowIterator listRSI) |
Modifier and Type | Class and Description |
---|---|
class |
CmrAccessorEntRowSet |
class |
CmrAccessorViewImpl |
class |
CmrAccessorViewRowSet |
class |
FinderViewImpl
Abstract base class for Finder-Based View Object.
|
Modifier and Type | Method and Description |
---|---|
RowIterator |
JUCtrlListBinding.findShuttleAvailableRows(DCIteratorBinding baseIter, java.lang.String selectAttr)
Deprecated.
since 11.1.1.4.0 Applications should not use this api.
|
RowIterator |
JUCtrlListBinding.findShuttleSelectedRows(DCIteratorBinding baseIter, java.lang.String selectAttr)
Deprecated.
since 11.1.1.4.0 Applications should not use this api.
|