SalesPoint v3.3 API

Package data.ooimpl

Pure Java implementations of the interfaces in package data.

See:
          Description

Interface Summary
SelfManagingDBEDestination<T> DataBasketEntryDestination that knows how to rollback or commit add operations.
SelfManagingDBESource<T> DataBasketEntrySource that knows how to rollback or commit remove operations.
 

Class Summary
CatalogImpl<T extends CatalogItemImpl> Pure Java implementation of the Catalog interface.
CatalogItemDataBasketEntry A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
CatalogItemDataBasketEntry.CIDBELogEntry A LogEntry that describes CatalogItemDataBasketEntries.
CatalogItemImpl Pure Java implementation of the CatalogItem interface.
CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl> Pure Java implementation of the CountingStock interface.
CountingStockItemDBEntry DataBasketEntry describing operations with CountingStock's items.
CountingStockItemDBEntry.CSDBELogEntry LogEntry describing an operation on CountingStock StockItem's.
CurrencyImpl Pure Java implementation of the Currency interface.
CurrencyItemImpl Pure Java implementation of the CurrencyItem interface.
DataBasketEntryImpl<T> Basic simple implementation of the DataBasketEntry interface.
DataBasketImpl Pure Java implementation of the DataBasketImpl.SubDataBasket interface.
DataBasketImpl.DataBasketImplLogEntry A LogEntry that describes an action on a DataBasket.
DataBasketImpl.SubDataBasket Internal helper class used by DataBasketImpl, representing a subbasket of a DataBasket.
EUROCurrencyImpl EURO-Implementation of AbstractCurrency
MoneyBagImpl Pure Java implementation of the MoneyBag interface.
StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl> Pure Java implementation of the Stock interface.
StockItemDBEntry DataBasketEntry that represents an operation with StockItems.
StockItemDBEntry.StockItemDBELogEntry A LogEntry that describes an operation on one or more StockItem(s).
StockItemImpl Pure Java implementation of the StockItem interface.
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl> Pure Java implementation of the StoringStock interface.
StoringStockItemDBEntry DataBasketEntry that describes operations with StoringStock's items.
 

Package data.ooimpl Description

Pure Java implementations of the interfaces in package data.

See Also:
Catalog, CatalogItem, Stock, CountingStock, StoringStock, StockItem, DataBasket

SalesPoint v3.3 API