Uses of Interface
org.salespointframework.core.logging.Loggable

Packages that use Loggable
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
 

Uses of Loggable in org.salespointframework.core
 

Classes in org.salespointframework.core that implement Loggable
 class SaleProcess
          A process.
 

Methods in org.salespointframework.core with parameters of type Loggable
 void Shop.log(Loggable la)
          Log a piece of information to the global log file.
 void SaleProcess.log(Loggable la)
          Logs the given data to a 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.
 

Uses of Loggable in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement Loggable
 class CatalogItemDataBasketEntry
          A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
 class CountingStockItemDBEntry
          DataBasketEntry describing operations with CountingStock's items.
 class DataBasketEntryImpl<T>
          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 org.salespointframework.core.data 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 org.salespointframework.core.logging
 

Methods in org.salespointframework.core.logging 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.