|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.AbstractMap
oracle.jbo.common.JboAbstractMap
oracle.adf.model.binding.DCDataControl
oracle.adf.model.generic.DCGenericDataControl
oracle.adf.model.adapter.AdapterDCService
Provides services to the adapter created data controls for handling collection and bean based data.
This class is created by the DataControlFactoryImpl
to create a service for the data controls that the ADF stacks uses. Created: Thu Nov 04 12:07:04 2004
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Field Summary |
Fields inherited from class oracle.adf.model.generic.DCGenericDataControl |
DC_ROOT_ACC_NAME, mDef, mRSIs, mStructureDefs |
Method Summary | |
protected void |
applySortCriteria(DCIteratorBinding iter, oracle.jbo.SortCriteria[] sortby) Sets the sort critiera that will be applied next time when the source for this iteratorBinding is executed. |
protected java.lang.Object |
fetchProviderProperty(java.lang.String propName) Fetches the data from the data control. |
boolean |
hasOperationParamsChanged(OperationInfo operationInfo) Check if the operation params has changed during an iterator execution. |
boolean |
invokeOperation(java.util.Map bindingContext, OperationBinding action) Invokes the action associated with this data control. |
Methods inherited from class oracle.jbo.common.JboAbstractMap |
entrySet, equals, put |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
protected java.lang.Object fetchProviderProperty(java.lang.String propName)
fetchProviderProperty
in class DCGenericDataControl
public boolean invokeOperation(java.util.Map bindingContext, OperationBinding action)
invokeOperation
in interface DataControl
invokeOperation
in class DCGenericDataControl
bindingContext
- A binding context that provide access to all binding related objects.action
- The action to be performed by the data control. For the Webservice data control, the action to be invoked is the webservice operation.true
if this datacontrol has handled this action, false if the action should be interpreted in the bindings framework or in the caller.public boolean hasOperationParamsChanged(OperationInfo operationInfo)
hasOperationParamsChanged
in class DCDataControl
operationInfo
- The OperationInfo
whose parameters need to evaluated to decide this params changed condition.true
if the operation parameters have changed. Otherwise calls the impl to decide. If the impl is not available, i.e. the data control is not an AbstractImpl, it returns false.protected void applySortCriteria(DCIteratorBinding iter, oracle.jbo.SortCriteria[] sortby)
applySortCriteria
in class DCGenericDataControl
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |