public abstract static class AbstractEditableTableBean.CommitResultImpl extends java.lang.Object implements StructureModifiableTableBean.CommitResult
| Constructor and Description |
|---|
CommitResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
commitChanges(TableBean<? extends TableData> tableBean,
StructureModifiableTableBean.CallBack callBack)
Commits the changes to the specified
TableBean |
protected abstract void |
commitChanges(TableBean<? extends TableData> tableBean,
StructureModifiableTableBean.CallBack callBack,
boolean currentView) |
protected abstract boolean |
isCommittable() |
protected void |
notify(StructureModifiableTableBean.CallBack callBack,
StructureModifiableTableBean.CallBack.ChangeType changeType,
TableBean<? extends TableData> tableBean,
TableData tableData) |
protected abstract boolean isCommittable()
protected abstract void commitChanges(TableBean<? extends TableData> tableBean, StructureModifiableTableBean.CallBack callBack, boolean currentView) throws TVCException
TVCExceptionpublic final void commitChanges(TableBean<? extends TableData> tableBean, StructureModifiableTableBean.CallBack callBack) throws TVCException
StructureModifiableTableBean.CommitResultTableBeancommitChanges in interface StructureModifiableTableBean.CommitResulttableBean - The TableBean to perform the changes
against.callBack - An optional call back instance (can
be null) used to receive notification about the changes made.TVCException - If unable to commit the changes made.protected void notify(StructureModifiableTableBean.CallBack callBack, StructureModifiableTableBean.CallBack.ChangeType changeType, TableBean<? extends TableData> tableBean, TableData tableData) throws TVCException
TVCExceptionCopyright ? Technia AB. All Rights Reserved.