SalesPoint Framework v3.0

Uses of Interface
data.DataBasketKeys

Packages that use DataBasketKeys
data Provides interfaces for data management. 
data.ooimpl Pure Java implementations of the interfaces in package data
 

Uses of DataBasketKeys in data
 

Subinterfaces of DataBasketKeys in data
 interface DataBasketCondition
          Condition used for filtering DataBaskets.
 interface DataBasketEntry
          An entry in a DataBasket.
 

Classes in data that implement DataBasketKeys
 class DataBasketConditionImpl
          Basic implementation of the DataBasketCondition interface.
 

Uses of DataBasketKeys in data.ooimpl
 

Classes in data.ooimpl that implement DataBasketKeys
 class CatalogImpl
          Pure Java implementation of the Catalog interface.
 class CatalogItemDataBasketEntry
          A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
 class CatalogItemImpl
          Pure Java implementation of the CatalogItem interface.
 class CountingStockImpl
          Pure Java implementation of the CountingStock interface.
 class CountingStockItemDBEntry
          DataBasketEntry describing operations with CountingStock's items.
 class CurrencyImpl
          Pure Java implementation of the Currency interface.
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 class DataBasketEntryImpl
          Basic simple implementation of the DataBasketEntry interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl
          Pure Java implementation of the Stock interface.
 class StockItemDBEntry
          DataBasketEntry that represents an operation with StockItems.
 class StockItemImpl
          Pure Java implementation of the StockItem interface.
 class StoringStockImpl
          Pure Java implementation of the StoringStock interface.
 class StoringStockItemDBEntry
          DataBasketEntry that describes operations with StoringStock's items.
 


SalesPoint Framework v3.0