Business Components 9.0.5

Uses of Class
oracle.adf.model.generic.DCRowContext

Packages that use DCRowContext
oracle.adf.model.bc4j   
oracle.adf.model.binding   
oracle.adf.model.generic   
oracle.adf.model.generic.toplink   
 

Uses of DCRowContext in oracle.adf.model.bc4j
 

Methods in oracle.adf.model.bc4j with parameters of type DCRowContext
 java.lang.Object DCJboDataControl.createRowData(DCRowContext ctx)
           
 boolean DCJboDataControl.removeRowData(DCRowContext ctx)
           
 

Uses of DCRowContext in oracle.adf.model.binding
 

Methods in oracle.adf.model.binding with parameters of type DCRowContext
 java.lang.Object DCDataControl.registerDataProvider(DCRowContext ctx)
          Called before the row in the RowContext object is modified/marked as removed.
 java.lang.Object DCDataControl.createRowData(DCRowContext ctx)
          Create a new row for the iterator associated with the given iterator-binding at the given index and return the new row.
 boolean DCDataControl.removeRowData(DCRowContext ctx)
          This method is to remove the row object (the obj parameter) from the underlying data source.
 boolean DCDataControl.removeRowDataFromCollection(DCRowContext ctx)
          This method is to remove the row object (the obj parameter) from the collection.
 

Uses of DCRowContext in oracle.adf.model.generic
 

Subclasses of DCRowContext in oracle.adf.model.generic
 class DCGenericRowContext
           
 

Methods in oracle.adf.model.generic with parameters of type DCRowContext
 boolean DCGenericDataControl.removeRowData(DCRowContext ctx)
           
 java.lang.Object DCGenericDataControl.createRowData(DCRowContext ctx)
           
 

Uses of DCRowContext in oracle.adf.model.generic.toplink
 

Methods in oracle.adf.model.generic.toplink with parameters of type DCRowContext
 java.lang.Object ToplinkDataControl.registerDataProvider(DCRowContext ctx)
          Registers the client object contained in the Row with UnitOfWork and returns the working copy (clone).
 java.lang.Object ToplinkDataControl.createRowData(DCRowContext ctx)
          Create a new row for the iterator associated with the given iterator-binding at the given index, registers it with the TopLink UnitOfWork, and return the new row's provider object.
 boolean ToplinkDataControl.removeRowData(DCRowContext ctx)
          Return true if the row at the given index is removed from the the iterator associated with the given iterator-binding.
 


Business Components 9.0.5

 

Copyright © 1997, 2004, Oracle. All rights reserved.