| Package | Description | 
|---|---|
| oracle.adf.model.adapter | 
 Contains the implementation for abstract adapters for various oracle.binding.DataControl
 implementation shipped with ADF. 
 | 
| oracle.adf.model.bc4j | 
 Contains a DataControl implementation for ADF Business Components. 
 | 
| 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.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AdapterDCService.applySortCriteria(DCIteratorBinding iter,
                 SortCriteria[] sortby)
Sets the sort critiera that will be applied next time when the 
 source for this iteratorBinding is executed. 
 | 
| Constructor and Description | 
|---|
AdapterSortCriteria(SortCriteria criteria)
Creates a new  
AdapterSortCriteria instance from the passed
 sort criteria. | 
| Modifier and Type | Method and Description | 
|---|---|
protected SortCriteria[] | 
DCJboDataControl.getSortCriteria(DCIteratorBinding iter)
Returns an ordered array of SortCriteria that will be applied when
 the source for this iteratorBinding is executed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SortCriteria[] | 
DCBeanDataControl.getSortCriteria(DCIteratorBinding iter)
Returns an ordered array of SortCriteria that will be applied when
 the source for this iteratorBinding is executed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DCBeanDataControl.applySortCriteria(DCIteratorBinding iter,
                 SortCriteria[] sortby)
Sets the sort critiera that will be applied next time when the
 source for this iteratorBinding is executed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
DCIteratorBindingDef.getSortCriteria()  | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
DCDataControl.applySortCriteria(DCIteratorBinding iter,
                 SortCriteria[] sortby)  | 
void | 
DCIteratorBinding.applySortCriteria(SortCriteria[] sortby)
Sets the sort critiera that will be applied next time when the
 source for this iteratorBinding is executed. 
 | 
boolean | 
DCIteratorBinding.isSameAsAppliedSortCriteria(SortCriteria[] scs)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SortCriteria[] | 
DCGenericDataControl.getSortCriteria(DCIteratorBinding iter)
Returns an ordered array of SortCriteria that will be applied when
 the source for this iteratorBinding is executed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SortCriteriaImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
ViewObject.getAppliedSortCriteria()  | 
SortCriteria[] | 
ViewObject.getDBSortCriteria()  | 
SortCriteria[] | 
ViewObject.getSortCriteria()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SortCriteria> | 
DataFilter.getSortCriteria()
Gets the query result sort order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
SortCriteriaImpl.convertSortCriteriaToOrderByString(ViewObject vo,
                                  SortCriteria[] criteria,
                                  boolean sortInMem,
                                  boolean throwOnTransient)  | 
void | 
SortCriteriaImpl.copyFrom(SortCriteria sc)
Creates a deep copy of the sort criteria 
 | 
static boolean | 
SortCriteriaImpl.isSame(ViewObject vo,
      SortCriteria[] left,
      SortCriteria[] right)  | 
static boolean | 
SortCriteriaImpl.isSame(ViewObject vo,
      SortCriteria[] left,
      SortCriteria[] right)  | 
boolean | 
SortCriteriaImpl.isSameAs(ViewObject vo,
        SortCriteria otherSC)  | 
boolean | 
SortCriteria.isSameAs(ViewObject vo,
        SortCriteria otherSC)  | 
void | 
ViewObject.setDBSortCriteria(SortCriteria[] sortCriteria)
Set declarative sort criteria for database queries. 
 | 
java.lang.String | 
ViewObject.setOrderByOrSortBy(SortCriteria[] sortCriteria)
Set declarative sort criteria for either database query or
 in-memory sort. 
 | 
void | 
ViewObject.setSortCriteria(SortCriteria[] sortCriteria)
Set declarative sort criteria for in-memory sort. 
 | 
| Constructor and Description | 
|---|
RowComparator(SortCriteria[] sortCriteria)  | 
SortCriteriaImpl(SortCriteria sc)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
ViewUsageImpl.getAppliedSortCriteria()  | 
SortCriteria[] | 
ViewUsageImpl.getDBSortCriteria()  | 
SortCriteria[] | 
ViewUsageImpl.getSortCriteria()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewUsageImpl.setDBSortCriteria(SortCriteria[] sortCriteria)  | 
java.lang.String | 
ViewUsageImpl.setOrderByOrSortBy(SortCriteria[] sortCriteria)  | 
void | 
ViewUsageImpl.setSortCriteria(SortCriteria[] sortCriteria)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBSortCriteriaImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
DBSortCriteriaCollection.getSortCriteriaList()  | 
static SortCriteria[] | 
JboEnvUtil.parseSortBy(java.lang.String sortBy)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
JboEnvUtil.applyVOSortCriteria(ViewObject vo,
                   SortCriteria[] sortBy,
                   boolean hasTransients)
Internal: Applications should not use this method. 
 | 
void | 
DBSortCriteriaCollection.setSortCriteriaList(SortCriteria[] sortCrit)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
WSViewObjectImpl.getAppliedSortCriteria()  | 
SortCriteria[] | 
WSViewObjectImpl.getDBSortCriteria()  | 
SortCriteria[] | 
WSViewObjectImpl.getSortCriteria()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WSApplicationModuleImpl.applyVOSortCriteria(ViewObject vo,
                   SortCriteria[] sortBy)
Internal: Applications should not use this method. 
 | 
void | 
WSViewObjectImpl.setDBSortCriteria(SortCriteria[] sortCriteria)  | 
java.lang.String | 
WSViewObjectImpl.setOrderByOrSortBy(SortCriteria[] sortCriteria)  | 
void | 
WSViewObjectImpl.setSortCriteria(SortCriteria[] sortCriteria)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortCriteria[] | 
ViewObjectImpl.getAppliedSortCriteria()  | 
SortCriteria[] | 
ViewObjectImpl.getDBSortCriteria()  | 
SortCriteria[] | 
ViewDefImpl.getDBSortCriteria()  | 
SortCriteria[] | 
PDefViewObject.getDBSortCriteria()  | 
SortCriteria[] | 
ViewObjectImpl.getSortCriteria()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewObjectImpl.setDBSortCriteria(SortCriteria[] sortCriteria)  | 
void | 
ViewDefImpl.setDBSortCriteria(SortCriteria[] sortCriteria)  | 
void | 
PDefViewObject.setDBSortCriteria(SortCriteria[] sortCrit)  | 
java.lang.String | 
ViewObjectImpl.setOrderByOrSortBy(SortCriteria[] sortCriteria)  | 
void | 
ViewObjectImpl.setSortCriteria(SortCriteria[] sortCriteria)  |