|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Loggable | |
data.ooimpl | Pure Java implementations of the interfaces in package data . |
log | This package contains all classes that are relevant to logging. |
sale | This package contains the central classes of the Framework. |
Uses of Loggable in data.ooimpl |
Classes in data.ooimpl that implement Loggable | |
class |
CatalogItemDataBasketEntry
A DataBasketEntry representing operations on CatalogImpl s
and CatalogItemImpl s. |
class |
CountingStockItemDBEntry
DataBasketEntry describing operations with CountingStock's items. |
class |
DataBasketEntryImpl
Basic simple implementation of the DataBasketEntry interface. |
class |
StockItemDBEntry
DataBasketEntry that represents an operation with StockItems. |
class |
StoringStockItemDBEntry
DataBasketEntry that describes operations with StoringStock's items. |
Methods in data.ooimpl with parameters of type Loggable | |
void |
DataBasketImpl.log(int nAction,
Loggable la)
Log the given event wrapped in a LogEntry that describes the action. |
Uses of Loggable in log |
Methods in log with parameters of type Loggable | |
void |
LogContext.log(Loggable l)
Logs the given data to a log file. |
void |
Log.log(Loggable l)
Adds one entry to the log file. |
Uses of Loggable in sale |
Classes in sale that implement Loggable | |
class |
SaleProcess
A process. |
Methods in sale with parameters of type Loggable | |
void |
Shop.log(Loggable la)
Log a piece of information to the global log file. |
void |
Shop.ProcessHandle.log(SaleProcess p,
Loggable la)
|
void |
SalesPoint.log(SaleProcess p,
Loggable la)
Log the given Loggable. |
void |
ProcessContext.log(SaleProcess p,
Loggable la)
Put an entry into the ProcessContext's log stream for a process. |
void |
SaleProcess.log(Loggable la)
Logs the given data to a log file. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |