|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransactionalContentProvider
Updateable content provider that allows to accumulate changes to the wrapped data
and then submit them all at ones to the data source by calling ITransactionalContentProvider.applyChanges()
.
Method Summary | |
---|---|
void |
applyChanges()
Commits changes back to the data source. |
void |
cancelChanges()
Reverts all changes made since the last ITransactionalContentProvider.applyChanges() call. |
Methods inherited from interface com.webmethods.caf.faces.data.IUpdateableContentProvider |
---|
isReadOnly, setValue |
Methods inherited from interface com.webmethods.caf.faces.data.IContentProvider |
---|
getPropertyKeys, getType, getValue, hasProperty, toString |
Method Detail |
---|
void applyChanges() throws ContentProviderException
Commits changes back to the data source.
ContentProviderException
- if error happens during commitvoid cancelChanges() throws ContentProviderException
Reverts all changes made since the last ITransactionalContentProvider.applyChanges()
call.
ContentProviderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |