Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Log DataBasket Operations
Requirement
A log needs to be kept on operations that are performed on a certain DataBasket.
Method of Adaptation
Enable Feature
Level of Support
Multi Option
HotSpot
Log management
Participants
DataBasket
, basket
Changes
instance basket of DataBasket.
choose which operations need to be logged: none, all, only commits, only rollbacks.
if none:
call
basket.setLogMode
with parameter
data.DataBasket.LOG_MODE_NONE
.
if all:
call
basket.setLogMode
with parameter
data.DataBasket.LOG_MODE_ALL
.
if commits only:
call
basket.setLogMode
with parameter
data.DataBasket.LOG_MODE_COMMITS_ONLY
.
if rollbacks only:
call
basket.setLogMode
with parameter
data.DataBasket.LOG_MODE_ROLLBACKS_ONLY
.
Comments
To adapt the log entries written by the DataBasket, invoke the
Adapt DataBasket Log Entries
hook.
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES