|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.4.0) E17483-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.model.adapter.AbstractImpl
oracle.adf.model.adapter.rest.RestURLDataControl
public class RestURLDataControl
Field Summary |
---|
Fields inherited from class oracle.adf.model.adapter.AbstractImpl |
---|
METHOD_CREATE, METHOD_EXECUTE, mName, SORT_CRITERIA |
Constructor Summary | |
---|---|
RestURLDataControl()
|
Method Summary | |
---|---|
java.lang.Object |
createRowData(RowContext ctx)
This method is called by the data binding framework when a new row is needed from the data control. |
java.lang.Object |
getDataProvider()
Returns the Business Service Object that this datacontrol is associated with. |
Definition |
getDefinition(java.lang.String name,
int type)
Returns a definition of the specified type. |
java.lang.String |
getName()
Returns name to identify this datacontrol inside a BindingContext. |
boolean |
invokeOperation(java.util.Map bindingContext,
OperationBinding action)
Initialize the data control to get attributes of data control definition. |
java.lang.Object |
registerDataProvider(RowContext ctx)
This method is called by the data binding facility before the row in the RowContext object is modified or marked as removed, so the row can be marked dirty by the data control. |
void |
release()
Releases the DataControl. |
boolean |
removeRowData(RowContext ctx)
This method is called by the data binding facility when a row should be removed from the underlying data source. |
boolean |
setAttributeValue(AttributeContext ctx,
java.lang.Object value)
This method is called by the data binding framework when a new value is to be set on an attribute in a bean. |
void |
validate()
Validates transaction if dirty. |
Methods inherited from class oracle.adf.model.adapter.AbstractImpl |
---|
addParameter, createAndAddNewRow, createEmptyDataSet, findContainedDef, getAdapterContext, getDefinition, getDefinitionInternal, getParameterNames, getParameterValue, getSortCriteria, getStructureDef, getStructureDef, processResult, removeCurrentRow, setDefinition, setName, setParameterValue, setStructureDef, shouldReexecuteOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestURLDataControl()
Method Detail |
---|
public boolean invokeOperation(java.util.Map bindingContext, OperationBinding action)
invokeOperation
in interface DataControl
dcDef
- represents the data control definition.
public void initialize(AbstractDefinition dcDef)
{
if (dcDef instanceof RestURLDCDefinition)
{
mRestDCDef = (RestURLDCDefinition) dcDef;
}
}
public java.lang.Object createRowData(RowContext ctx)
UpdateableDataControl
createRowData
in interface UpdateableDataControl
ctx
- Context of the new row.
public java.lang.Object getDataProvider()
DataControl
getDataProvider
in interface DataControl
public Definition getDefinition(java.lang.String name, int type)
DefinitionProviderDataControl
getDefinition
in interface DefinitionProviderDataControl
public java.lang.String getName()
DataControl
getName
in interface DataControl
public java.lang.Object registerDataProvider(RowContext ctx)
UpdateableDataControl
registerDataProvider
in interface UpdateableDataControl
ctx
- Context of the row to be modified or removed.
public void release()
DataControl
This should close all open DataControl resources.
release
in interface DataControl
public boolean removeRowData(RowContext ctx)
UpdateableDataControl
removeRowData
in interface UpdateableDataControl
ctx
- Context of the row to be removed.
public boolean setAttributeValue(AttributeContext ctx, java.lang.Object value)
UpdateableDataControl
Return true if the base framework should skip any further processing of this attribute set. Otherwise return false so that framework can perform a set or put of the attribute value based on introspection.
setAttributeValue
in interface UpdateableDataControl
public void validate()
UpdateableDataControl
validate
in interface UpdateableDataControl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.4.0) E17483-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |