|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DataBasketEntrySource that knows how to rollback or commit remove operations.
DataBasketEntryImpl
Method Summary | |
void |
commitRemove(DataBasket db,
DataBasketEntry dbe)
Called when a remove must be rolled back. |
void |
rollbackRemove(DataBasket db,
DataBasketEntry dbe)
Called when a remove must be commited. |
Method Detail |
public void commitRemove(DataBasket db, DataBasketEntry dbe)
db
- the DataBasket that issued the rollback requestdbe
- the DataBasketEntry describing the operation to rollback.public void rollbackRemove(DataBasket db, DataBasketEntry dbe)
db
- the DataBasket that issued the commit requestdbe
- the DataBasketEntry describing the operation to commit.
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |