Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.SortCriteria

Packages that use SortCriteria
oracle.adf.model.bc4j   
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic   
oracle.jbo Contains interfaces for client-side applications. 

 

Uses of SortCriteria in oracle.adf.model.bc4j

 

Methods in oracle.adf.model.bc4j that return SortCriteria
protected  SortCriteria[] DCJboDataControl.getSortCriteria(DCIteratorBinding iter)
          Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.

 

Methods in oracle.adf.model.bc4j with parameters of type SortCriteria
protected  void DCJboDataControl.applySortCriteria(DCIteratorBinding iter, SortCriteria[] sortBy)
          Sets the sort critiera that will be applied next time when the source for this iteratorBinding is executed.

 

Uses of SortCriteria in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return SortCriteria
 SortCriteria[] DCIteratorBinding.getSortCriteria()
          Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.
protected abstract  SortCriteria[] DCDataControl.getSortCriteria(DCIteratorBinding iter)
          Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.

 

Methods in oracle.adf.model.binding with parameters of type SortCriteria
 void DCIteratorBinding.applySortCriteria(SortCriteria[] sortby)
          Sets the sort critiera that will be applied next time when the source for this iteratorBinding is executed.
protected abstract  void DCDataControl.applySortCriteria(DCIteratorBinding iter, SortCriteria[] sortby)
          Sets the sort critiera that will be applied next time when the source for this iteratorBinding is executed.

 

Uses of SortCriteria in oracle.adf.model.generic

 

Methods in oracle.adf.model.generic that return SortCriteria
protected  SortCriteria[] DCGenericDataControl.getSortCriteria(DCIteratorBinding iter)
          Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.

 

Methods in oracle.adf.model.generic with parameters of type SortCriteria
protected  void DCGenericDataControl.applySortCriteria(DCIteratorBinding iter, SortCriteria[] sortby)
          Sets the sort critiera that will be applied next time when the source for this iteratorBinding is executed.

 

Uses of SortCriteria in oracle.jbo

 

Classes in oracle.jbo that implement SortCriteria
 class SortCriteriaImpl
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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