| Package | Description | 
|---|---|
| oracle.adf.model.rest | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ViewRowImpl | 
RestDCDataVO.createInstanceFromResultSet(QueryCollection qc,
                           java.sql.ResultSet resultSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryCollection | 
ViewObjectImpl.getCachedQueryCollection(RowFilter rowFilter)
Internal: Applications should not use this method. 
 | 
QueryCollection | 
ViewRowSetImpl.getQueryCollection()
Internal: Applications should not use this method. 
 | 
QueryCollection | 
ViewObjectImpl.getQueryCollection()
Internal: Applications should not use this method. 
 | 
QueryCollection | 
ChangeListenerImpl.getQueryCollection()  | 
QueryCollection | 
ViewRowImpl.getQueryCollection(java.lang.Object accessKey)
Gets the QueryCollection this row exists in. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ViewObjectImpl.bindParametersForCollection(QueryCollection qc,
                           java.lang.Object[] params,
                           java.sql.PreparedStatement stmt)  | 
ViewRowImpl | 
ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc,
                           java.sql.ResultSet resultSet)
Creates a view row instance from the query result. 
 | 
static ViewRowImpl | 
PMRowUtil.createInstanceFromResultSet(ViewObjectImpl vo,
                           QueryCollection qc,
                           java.sql.ResultSet resultSet)  | 
protected EntityImpl | 
ViewObjectImpl.findAssociatedEntity(QueryCollection qc,
                    ViewRowImpl viewRow,
                    EntityImpl[] entities,
                    int srcEntityIndex,
                    AssociationReference assocRef,
                    java.lang.Object[] values)
When a query collection of a join VO needs to find a detail entity row related to the master
 entity row, related through an association, this method is invoked. 
 | 
java.lang.Object | 
RowQualifier.getBindValue(QueryCollection qc,
            java.lang.String varName)  | 
JIValueSupplier | 
ViewObjectOnRowSets.getOuterValSupplier(QueryCollection qc)  | 
protected double | 
ViewObjectImpl.getQueryCollectionWeight(QueryCollection qc)
Allows subclasses to customize the weight of the query collection. 
 | 
protected void | 
ViewObjectImpl.markQueryCollectionDirty(QueryCollection qc,
                        boolean isDirty)
Given a query collection  
qc and a flag isDirty,
 explicitly sets the query collection's dirty status. | 
protected void | 
ViewObjectImpl.notifyRowUpdated(QueryCollection qc,
                Row row,
                int[] attrIndices,
                boolean markQCDirty)  | 
protected void | 
ViewObjectImpl.notifyRowUpdated(QueryCollection qc,
                Row row,
                int[] attrIndices,
                UpdateEvent rowUpdateEvent)  | 
protected void | 
ViewObjectImpl.onChangeNotification(QueryCollection qc,
                    java.util.EventObject evt)
This method is invoked on a shared view object when
 a change listener has an event to update the results
 in a query collection. 
 | 
protected void | 
ViewObjectImpl.onDatabaseChangeNotification(QueryCollection qc,
                            java.util.EventObject evt)
Deprecated. 
 
 | 
protected void | 
ViewObjectImpl.passivateNewRowTracker(QueryCollection qc,
                      RowFilterKey rf,
                      Document doc,
                      Element parent)
Stores the NewRow index and keys. 
 | 
protected void | 
ViewObjectImpl.processChangeNotification(QueryCollection qc)
This method is invoked during the application's lifecycle determines
 that it is ready to process queued notifications. 
 | 
protected void | 
ViewObjectImpl.processDatabaseChangeNotification(QueryCollection qc)
Deprecated. 
 
 | 
protected boolean | 
ViewObjectImpl.qualifiesRowFilter(QueryCollection qc,
                  java.lang.Object[] values,
                  int filterOffset)  | 
void | 
OracleDatabaseChangeListenerWrapper.register(QueryCollection qc,
        java.sql.Connection conn,
        java.sql.Statement stmt)
The method invoked by the Query Collection to register for database change events. 
 | 
void | 
ADFDatabaseChangeListener.register(QueryCollection qc,
        java.sql.Connection conn,
        java.sql.Statement stmt)
Deprecated.  
The method invoked by the Query Collection to register for database change events. 
 | 
protected ChangeListener | 
ViewObjectImpl.registerChangeListener(QueryCollection qc,
                      java.util.HashMap<java.lang.String,java.lang.Object> context)  | 
protected ADFDatabaseChangeListener | 
ViewObjectImpl.registerDatabaseChangeListener(QueryCollection qc,
                              java.sql.Connection conn,
                              java.sql.Statement stmt)
Deprecated. 
 
 | 
ADFDatabaseChangeListener | 
SQLBuilder.registerDatabaseChangeListener(QueryCollection listener,
                              java.sql.Connection conn,
                              java.sql.Statement stmt)
Register a Query Collection to listen to database data change
 events. 
 | 
ADFDatabaseChangeListener | 
OracleSQLBuilderImpl.registerDatabaseChangeListener(QueryCollection listener,
                              java.sql.Connection conn,
                              java.sql.Statement stmt)  | 
ADFDatabaseChangeListener | 
BaseSQLBuilderImpl.registerDatabaseChangeListener(QueryCollection listener,
                              java.sql.Connection conn,
                              java.sql.Statement stmt)  | 
protected void | 
ViewObjectImpl.unpinDetailQC(QueryCollection qc)  | 
| Constructor and Description | 
|---|
ChangeListenerImpl(QueryCollection qc)  | 
EffectiveDateFilterRangeQC(ViewObjectImpl vo,
                          QueryCollection qc,
                          java.lang.Object[] values,
                          int bindingStyle)  | 
OracleDatabaseChangeListenerWrapper(QueryCollection qc)  | 
RowFilterQC(ViewObjectImpl vo,
           QueryCollection qc,
           java.lang.Object[] values,
           int bindingStyle)  |