07 June 2011

DCDataControl::isTransactionModified() vs DCDataControl::isTransactionDirty()

Explained by Jobinesh in his one more of his excellent posts (Checking for dirty data).
Quoting him:

SomeDC::isTransactionDirty() works well with those DataControls which have implemented oracle.adf.model.TransactionalDataControl. Apparently it works with ADF BC. However this may not work (as of now) with Bean DC as it lacks the specific transactional context implementation. DCDataControl::isTransactionModified() does not consult underlying model for checking the modified status, rather it keeps track of 'TxnModified' flag and marks it as dirty whenever UI pushes updated data to the binding layer.

Dig more:


No comments:

Post a Comment

You might also like:

Related Posts Plugin for WordPress, Blogger...