Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


oracle.adfmf.bindings
Interface TransactionalDataControl

All Superinterfaces:
DataControl

public interface TransactionalDataControl
extends DataControl

This interface is to be implementated by DataControls that supports transactions.


Method Summary
 void commitTransaction()
          Commits the current transaction to save all changes to the data source.
 boolean isTransactionDirty()
          Returns true if this transaction has been dirtied by this application, as a result of data updates, deletes or inserts.
 void rollbackTransaction()
          Rolls back the current transaction.

 

Methods inherited from interface oracle.adfmf.bindings.DataControl
createDataProvider, getDataProvider, getDataProvider, getIteratorBinding, getMetadataDefinition, getName, invokeOperation, release, setDataProvider, setMetadataDefinition, setName

 

Method Detail

isTransactionDirty

boolean isTransactionDirty()
Returns true if this transaction has been dirtied by this application, as a result of data updates, deletes or inserts.
Returns:
true if transaction is dirty, false otherwise.

rollbackTransaction

void rollbackTransaction()
Rolls back the current transaction.

commitTransaction

void commitTransaction()
Commits the current transaction to save all changes to the data source.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.