| 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.placeholder | |
| oracle.adf.model.rest | |
| oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterDCService
Provides services to the adapter created data controls for handling
collection and bean based data.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdapterDCService.internalInitSession(BindingContext ctx,
java.util.Map appParams,
java.util.Map parameters,
java.lang.String transactionId,
DCJboDataControl transactionDC) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DCJboDataControl.internalInitSession(BindingContext ctx,
java.util.Map appParams,
java.util.Map parameters,
java.lang.String transactionId,
DCJboDataControl transactionDC) |
| Modifier and Type | Class and Description |
|---|---|
class |
DCBeanDataControl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DCBeanDataControl.internalInitSession(BindingContext ctx,
java.util.Map appParams,
java.util.Map parameters,
java.lang.String transactionId,
DCJboDataControl transactionDC) |
| Constructor and Description |
|---|
DCBeanDataControl(DCJboDataControl owningDC)
for internal use only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCPlaceholderDataControl |
| Modifier and Type | Class and Description |
|---|---|
class |
RestDataControl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestDataControl.internalInitSession(BindingContext ctx,
java.util.Map appParams,
java.util.Map parameters,
java.lang.String transactionId,
DCJboDataControl transactionDC) |
| Modifier and Type | Class and Description |
|---|---|
class |
JUApplication
The application class that manages connection to a
BC4J Application Module.
|